mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Style more button parts
This commit is contained in:
@@ -12,7 +12,6 @@ $label-colors: $form-colors !default
|
||||
--label-color: #{$label-color}
|
||||
--label-font-size: #{$label-font-size}
|
||||
--label-font-weight: #{$label-weight}
|
||||
|
||||
color: var(--label-color)
|
||||
display: block
|
||||
font-size: var(--label-font-size)
|
||||
@@ -21,15 +20,14 @@ $label-colors: $form-colors !default
|
||||
margin-bottom: 0.5em
|
||||
// Sizes
|
||||
&.is-small
|
||||
font-size: $size-small
|
||||
font-size: var(--size-small, #{$size-small})
|
||||
&.is-medium
|
||||
font-size: $size-medium
|
||||
font-size: var(--size-medium, #{$size-medium})
|
||||
&.is-large
|
||||
font-size: $size-large
|
||||
font-size: var(--size-large, #{$size-large})
|
||||
|
||||
.help
|
||||
--help-font-size: #{$help-size}
|
||||
|
||||
display: block
|
||||
font-size: var(--help-font-size)
|
||||
margin-top: 0.25rem
|
||||
|
||||
Reference in New Issue
Block a user