mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-07 15:15:05 +01:00
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);
|
@include create-button-variation($color-primary);
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
padding: space(24);
|
// leave 1dp room for border expansion
|
||||||
|
padding: space(24 - 1);
|
||||||
|
|
||||||
border-radius: $border-radius-md;
|
border-radius: $border-radius-md;
|
||||||
border-width: space(1);
|
border-width: space(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user