Fix default mobile Button padding
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 0 12px;
|
padding: 0 16px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font: 900 #{rem(16px)}/1 $font-sans;
|
font: 900 #{rem(16px)}/1 $font-sans;
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
|
|||||||
Reference in New Issue
Block a user