aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/class-helpers/_custom-bootstrap-helpers.scss')
-rw-r--r--client/src/sass/class-helpers/_custom-bootstrap-helpers.scss36
1 files changed, 36 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
new file mode 100644
index 000000000..78c4d30df
--- /dev/null
+++ b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss
@@ -0,0 +1,36 @@
1@use '_variables' as *;
2@use '_mixins' as *;
3
4// Font sizes
5
6.pt-fs-1 {
7 @include font-size(2.5rem);
8}
9
10.pt-fs-2 {
11 @include font-size(2rem);
12}
13
14.pt-fs-3 {
15 @include font-size(1.75rem);
16}
17
18.pt-fs-4 {
19 @include font-size(1.5rem);
20}
21
22.pt-fs-5 {
23 @include font-size(1.25rem);
24}
25
26.pt-fs-5-5 {
27 @include font-size(1.125rem);
28}
29
30.pt-fs-6 {
31 @include font-size(1rem);
32}
33
34.pt-fs-7 {
35 @include font-size(0.875rem);
36} \ No newline at end of file