Fix button style on mobile
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 1px 16px 0;
|
padding: 0 16px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font-family: $font-sans-sb;
|
font-family: $font-sans-sb;
|
||||||
font-size: rem(14px);
|
font-size: rem(14px);
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
@include breakpoint (sm) {
|
@include breakpoint (sm) {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
padding: 0 24px;
|
padding: 1px 24px 0;
|
||||||
font-size: rem(18px);
|
font-size: rem(18px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user