aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/class-helpers/_buttons.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/class-helpers/_buttons.scss')
-rw-r--r--client/src/sass/class-helpers/_buttons.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/sass/class-helpers/_buttons.scss b/client/src/sass/class-helpers/_buttons.scss
index fdbf6f9d2..5079492d6 100644
--- a/client/src/sass/class-helpers/_buttons.scss
+++ b/client/src/sass/class-helpers/_buttons.scss
@@ -39,3 +39,14 @@
39.peertube-button-icon { 39.peertube-button-icon {
40 @include button-with-icon(18px, 3px, -1px); 40 @include button-with-icon(18px, 3px, -1px);
41} 41}
42
43.peertube-create-button {
44 @include peertube-button-link;
45 @include orange-button;
46 @include button-with-icon(20px, 5px, -1px);
47}
48
49.button-unstyle {
50 padding: 0;
51 border: 0;
52}