summaryrefslogtreecommitdiff
path: root/public/css/_sass/base/helpers.sass
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/_sass/base/helpers.sass')
-rw-r--r--public/css/_sass/base/helpers.sass5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/_sass/base/helpers.sass b/public/css/_sass/base/helpers.sass
index 17fdf15..bbb489d 100644
--- a/public/css/_sass/base/helpers.sass
+++ b/public/css/_sass/base/helpers.sass
@@ -115,6 +115,8 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
font-weight: $weight-light !important
.has-text-weight-normal
font-weight: $weight-normal !important
+.has-text-weight-medium
+ font-weight: $weight-medium !important
.has-text-weight-semibold
font-weight: $weight-semibold !important
.has-text-weight-bold
@@ -274,3 +276,6 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
.is-unselectable
@extend %unselectable
+
+.is-relative
+ position: relative !important