mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add button link inverted style
This commit is contained in:
parent
fd25b51c59
commit
26d0a4bc1c
298
css/bulma.css
vendored
298
css/bulma.css
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -87,6 +87,11 @@
|
||||
&:focus
|
||||
background-color: $border
|
||||
color: $text-strong
|
||||
&.is-inverted
|
||||
color: $text-invert
|
||||
&:hover,
|
||||
&:focus
|
||||
background-color: transparentize($text-invert, 0.9)
|
||||
// Sizes
|
||||
&.is-small
|
||||
+button-small
|
||||
|
Loading…
Reference in New Issue
Block a user