Commit 88636b94 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Button: fix round button sizes

parent 96093927
......@@ -75,4 +75,7 @@
padding: $padding-vertical $padding-horizontal;
font-size: $font-size;
border-radius: $border-radius;
&.is-round {
padding: $padding-vertical $padding-horizontal;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment