diff options
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 675cccfeb..ffbedd3f5 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -377,4 +377,16 @@ | |||
377 | margin-bottom: 0; | 377 | margin-bottom: 0; |
378 | } | 378 | } |
379 | } | 379 | } |
380 | } | ||
381 | |||
382 | @mixin create-button { | ||
383 | @include peertube-button-link; | ||
384 | @include orange-button; | ||
385 | |||
386 | .icon.icon-add { | ||
387 | @include icon(22px); | ||
388 | |||
389 | margin-right: 3px; | ||
390 | background-image: url('/assets/images/admin/add.svg'); | ||
391 | } | ||
380 | } \ No newline at end of file | 392 | } \ No newline at end of file |