Do not override is-rounded with are-small. Fix #3163
This commit is contained in:
parent
d44693c135
commit
529cac17a8
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ $button-colors: $colors !default
|
|||
|
||||
// The button sizes use mixins so they can be used at different breakpoints
|
||||
=button-small
|
||||
border-radius: $radius-small
|
||||
&:not(.is-rounded)
|
||||
border-radius: $radius-small
|
||||
font-size: $size-small
|
||||
=button-normal
|
||||
font-size: $size-normal
|
||||
|
|
Loading…
Add table
Reference in a new issue