mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Feature/typo weight modifier (#1171)
* Update new steps extension image size * Add text weight modifiers + update doc
This commit is contained in:
@@ -102,6 +102,15 @@ $alignments: ('centered': 'center', 'left': 'left', 'right': 'right')
|
||||
.has-text-#{$name}
|
||||
color: $shade !important
|
||||
|
||||
.has-text-weight-light
|
||||
font-weight: $weight-light !important
|
||||
.has-text-weight-normal
|
||||
font-weight: $weight-normal !important
|
||||
.has-text-weight-semibold
|
||||
font-weight: $weight-semibold !important
|
||||
.has-text-weight-bold
|
||||
font-weight: $weight-bold !important
|
||||
|
||||
// Visibility
|
||||
|
||||
$displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
||||
|
||||
Reference in New Issue
Block a user