mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Do not override is-rounded with are-small. Fix #3163
This commit is contained in:
committed by
Jeremy Thomas
parent
d44693c135
commit
529cac17a8
@@ -47,6 +47,7 @@ $button-colors: $colors !default
|
|||||||
|
|
||||||
// The button sizes use mixins so they can be used at different breakpoints
|
// The button sizes use mixins so they can be used at different breakpoints
|
||||||
=button-small
|
=button-small
|
||||||
|
&:not(.is-rounded)
|
||||||
border-radius: $radius-small
|
border-radius: $radius-small
|
||||||
font-size: $size-small
|
font-size: $size-small
|
||||||
=button-normal
|
=button-normal
|
||||||
|
|||||||
Reference in New Issue
Block a user