diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-10-26 15:33:52 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-10-26 15:33:52 -0400 |
commit | 3be4959623190f0bb6d880fe1fc2a9c187c4171e (patch) | |
tree | 0e0007d1b3953b0c209b526ffd20583412ed28be /public/css/_sass/base/helpers.sass | |
parent | 92f4799f50c94f2de1d3d94b0fb20ff6d93614eb (diff) | |
download | cobalt-site-3be4959623190f0bb6d880fe1fc2a9c187c4171e.tar.xz cobalt-site-3be4959623190f0bb6d880fe1fc2a9c187c4171e.zip |
Updated Bulma!
Diffstat (limited to 'public/css/_sass/base/helpers.sass')
-rw-r--r-- | public/css/_sass/base/helpers.sass | 5 |
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 |