Increase Dialog button mixin border-radius to 8px
This commit is contained in:
parent
fc3542ac4c
commit
a1351ea1cd
4 changed files with 4 additions and 4 deletions
|
@ -332,7 +332,7 @@ $composer-shadow-color: rgba(0, 0, 0, 0.04);
|
|||
/* align images in buttons (eg spinners) */
|
||||
vertical-align: middle;
|
||||
border: 0px;
|
||||
border-radius: 4px;
|
||||
border-radius: 8px;
|
||||
font-family: $font-family;
|
||||
font-size: $font-14px;
|
||||
color: $button-fg-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue