Fix "Buy More" button touching the presets (#6094)
This commit is contained in:
parent
c8659cc44b
commit
200dc66763
1 changed files with 2 additions and 0 deletions
|
@ -601,10 +601,12 @@ svg + .button__label {
|
||||||
|
|
||||||
.button-toggle-group-action {
|
.button-toggle-group-action {
|
||||||
position: absolute; // Centers the button along toggle buttons
|
position: absolute; // Centers the button along toggle buttons
|
||||||
|
margin-left: var(--spacing-xs);
|
||||||
|
|
||||||
@media (max-width: $breakpoint-small) {
|
@media (max-width: $breakpoint-small) {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: var(--spacing-s);
|
top: var(--spacing-s);
|
||||||
|
margin-left: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue