Button: fix round button sizes

pull/7648/head
Leopoldthecoder 2017-10-23 11:14:27 +08:00 committed by 杨奕
parent 96093927e9
commit 88636b948f
1 changed files with 3 additions and 0 deletions

View File

@ -75,4 +75,7 @@
padding: $padding-vertical $padding-horizontal;
font-size: $font-size;
border-radius: $border-radius;
&.is-round {
padding: $padding-vertical $padding-horizontal;
}
}