Fix button padding on mobile
This commit is contained in:
parent
053e214c86
commit
3687292cdf
2 changed files with 2 additions and 0 deletions
|
@ -485,6 +485,7 @@
|
|||
.button__content {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--color-primary-contrast);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -125,6 +125,7 @@
|
|||
padding: 0;
|
||||
.button__content {
|
||||
.button__label {
|
||||
margin-left: var(--spacing-s);
|
||||
font-size: var(--font-small);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue