button sizing handles border
This commit is contained in:
parent
66adb00e53
commit
098431d3e2
File diff suppressed because one or more lines are too long
|
@ -26,7 +26,8 @@
|
|||
@include create-button-variation($color-primary);
|
||||
|
||||
display: block;
|
||||
padding: space(24);
|
||||
// leave 1dp room for border expansion
|
||||
padding: space(24 - 1);
|
||||
|
||||
border-radius: $border-radius-md;
|
||||
border-width: space(1);
|
||||
|
|
Loading…
Reference in New Issue