mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add !default to $button-shadow-inset (#483)
The use of !default allows for the variable to be overwritten if the user wishes to do so
This commit is contained in:
parent
f894429815
commit
bea47b70cb
@ -11,7 +11,7 @@ $button-focus-border: $link-focus-border !default
|
||||
$button-active: $link-active !default
|
||||
$button-active-border: $link-active-border !default
|
||||
|
||||
$button-shadow-inset: inset 0 1px 2px rgba($black, 0.2)
|
||||
$button-shadow-inset: inset 0 1px 2px rgba($black, 0.2) !default
|
||||
|
||||
@function buttonIconSpacing($button-font-size, $icon-width)
|
||||
// The button font-size value with no unit
|
||||
|
Loading…
Reference in New Issue
Block a user