From 118626c8752bee7b05c4e0b668852e1aba2416f1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Apr 2023 15:04:52 +0200 Subject: Implement runner in client side --- client/src/sass/class-helpers/_buttons.scss | 4 ++++ client/src/sass/class-helpers/_custom-bootstrap-helpers.scss | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'client/src/sass') 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 @@ .peertube-radio-container { @include peertube-radio-container; } + +.peertube-button-icon { + @include button-with-icon(18px, 3px, -1px); +} 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 @@ .fs-5-5 { @include font-size(18px); } + +.fs-7 { + @include font-size(14px); +} -- cgit v1.2.3