mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2024-12-29 09:23:53 +00: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);
|
||||
|
||||
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
Block a user