Adjust snack bar position on mobile
This commit is contained in:
parent
8298f41526
commit
de56aeec09
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
.button__label {
|
||||
color: var(--color-primary-contrast);
|
||||
}
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
bottom: var(--spacing-xxs);
|
||||
right: var(--spacing-xxs);
|
||||
}
|
||||
}
|
||||
|
||||
.snack-bar--upgrade {
|
||||
|
|
Loading…
Reference in a new issue