From 178af31cb8624567a26a1ca06cba9f3a475be330 Mon Sep 17 00:00:00 2001 From: Wicklow Date: Fri, 17 Feb 2023 10:40:37 +0100 Subject: Change bootstrap helpers and variables --- client/src/sass/class-helpers/_common.scss | 4 +-- .../class-helpers/_custom-bootstrap-helpers.scss | 30 +--------------------- client/src/sass/class-helpers/index.scss | 11 +++----- 3 files changed, 6 insertions(+), 39 deletions(-) (limited to 'client/src/sass/class-helpers') diff --git a/client/src/sass/class-helpers/_common.scss b/client/src/sass/class-helpers/_common.scss index 182c51c8f..d342c2ceb 100644 --- a/client/src/sass/class-helpers/_common.scss +++ b/client/src/sass/class-helpers/_common.scss @@ -1,7 +1,7 @@ -@use '_variables' as *; -@use '_mixins' as *; @use '_badges' as *; @use '_icons' as *; +@use '_mixins' as *; +@use '_variables' as *; .link-orange { color: pvar(--mainForegroundColor); diff --git a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss index 78c4d30df..d5606181d 100644 --- a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss +++ b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss @@ -3,34 +3,6 @@ // Font sizes -.pt-fs-1 { - @include font-size(2.5rem); -} - -.pt-fs-2 { - @include font-size(2rem); -} - -.pt-fs-3 { - @include font-size(1.75rem); -} - -.pt-fs-4 { - @include font-size(1.5rem); -} - -.pt-fs-5 { - @include font-size(1.25rem); -} - -.pt-fs-5-5 { +.fs-5-5 { @include font-size(1.125rem); -} - -.pt-fs-6 { - @include font-size(1rem); -} - -.pt-fs-7 { - @include font-size(0.875rem); } \ No newline at end of file diff --git a/client/src/sass/class-helpers/index.scss b/client/src/sass/class-helpers/index.scss index ad5fd7838..ec0aea52e 100644 --- a/client/src/sass/class-helpers/index.scss +++ b/client/src/sass/class-helpers/index.scss @@ -1,10 +1,5 @@ -@use '_variables' as *; -@use '_mixins' as *; -@use '_badges' as *; -@use '_icons' as *; -@use '_fonts' as *; -@use '_menu' as *; @use '_buttons' as *; -@use '_forms' as *; @use '_common' as *; -@use '_custom-bootstrap-helpers' as *; \ No newline at end of file +@use '_custom-bootstrap-helpers' as *; +@use '_forms' as *; +@use '_menu' as *; \ No newline at end of file -- cgit v1.2.3