diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/class-helpers/_buttons.scss | 4 | ||||
-rw-r--r-- | client/src/sass/class-helpers/_custom-bootstrap-helpers.scss | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/client/src/sass/class-helpers/_buttons.scss b/client/src/sass/class-helpers/_buttons.scss index 436bb48f4..fdbf6f9d2 100644 --- a/client/src/sass/class-helpers/_buttons.scss +++ b/client/src/sass/class-helpers/_buttons.scss | |||
@@ -35,3 +35,7 @@ | |||
35 | .peertube-radio-container { | 35 | .peertube-radio-container { |
36 | @include peertube-radio-container; | 36 | @include peertube-radio-container; |
37 | } | 37 | } |
38 | |||
39 | .peertube-button-icon { | ||
40 | @include button-with-icon(18px, 3px, -1px); | ||
41 | } | ||
diff --git a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss index dfe6f9050..b39c4144f 100644 --- a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss +++ b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss | |||
@@ -6,3 +6,7 @@ | |||
6 | .fs-5-5 { | 6 | .fs-5-5 { |
7 | @include font-size(18px); | 7 | @include font-size(18px); |
8 | } | 8 | } |
9 | |||
10 | .fs-7 { | ||
11 | @include font-size(14px); | ||
12 | } | ||