mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Add weight variable, Remove inline-flex, Fix link button
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
border-color: darken($color, 10%)
|
||||
color: darken($color, 10%)
|
||||
&.is-link
|
||||
background: transparent
|
||||
border-color: transparent
|
||||
color: $text
|
||||
text-decoration: underline
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
=control
|
||||
-moz-appearance: none
|
||||
-webkit-appearance: none
|
||||
align-items: center
|
||||
background: $control-background
|
||||
border: 1px solid $control-border
|
||||
border-radius: $radius
|
||||
color: $control
|
||||
display: inline-flex
|
||||
display: inline-block
|
||||
font-size: $size-normal
|
||||
height: 32px
|
||||
line-height: 24px
|
||||
|
||||
@@ -146,11 +146,10 @@
|
||||
vertical-align: top
|
||||
|
||||
.tag
|
||||
align-items: center
|
||||
background: $background
|
||||
border-radius: 290486px
|
||||
color: $text
|
||||
display: inline-flex
|
||||
display: inline-block
|
||||
font-size: 12px
|
||||
height: 24px
|
||||
justify-content: center
|
||||
|
||||
Reference in New Issue
Block a user