aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-04-21 15:04:52 +0200
committerChocobozzz <chocobozzz@cpy.re>2023-05-09 08:57:34 +0200
commit118626c8752bee7b05c4e0b668852e1aba2416f1 (patch)
tree6407bdcde3496c6a2480313f0958653aa15bab87 /client/src/sass/class-helpers/_custom-bootstrap-helpers.scss
parente592df48c73aa9262b04d23b3319de49b6caf95d (diff)
downloadPeerTube-118626c8752bee7b05c4e0b668852e1aba2416f1.tar.gz
PeerTube-118626c8752bee7b05c4e0b668852e1aba2416f1.tar.zst
PeerTube-118626c8752bee7b05c4e0b668852e1aba2416f1.zip
Implement runner in client side
Diffstat (limited to 'client/src/sass/class-helpers/_custom-bootstrap-helpers.scss')
-rw-r--r--client/src/sass/class-helpers/_custom-bootstrap-helpers.scss4
1 files changed, 4 insertions, 0 deletions
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}