diff options
author | Chocobozzz <me@florianbigard.com> | 2023-04-21 15:04:52 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-05-09 08:57:34 +0200 |
commit | 118626c8752bee7b05c4e0b668852e1aba2416f1 (patch) | |
tree | 6407bdcde3496c6a2480313f0958653aa15bab87 /client/src/sass/class-helpers | |
parent | e592df48c73aa9262b04d23b3319de49b6caf95d (diff) | |
download | PeerTube-118626c8752bee7b05c4e0b668852e1aba2416f1.tar.gz PeerTube-118626c8752bee7b05c4e0b668852e1aba2416f1.tar.zst PeerTube-118626c8752bee7b05c4e0b668852e1aba2416f1.zip |
Implement runner in client side
Diffstat (limited to 'client/src/sass/class-helpers')
-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 | } | ||