Fix "Buy More" button touching the presets #6094

Merged
infinite-persistence merged 1 commit from ip/buy.more.gap.fix into master 2021-05-20 21:20:13 +02:00

View file

@ -601,10 +601,12 @@ svg + .button__label {
.button-toggle-group-action {
position: absolute; // Centers the button along toggle buttons
margin-left: var(--spacing-xs);
@media (max-width: $breakpoint-small) {
position: relative;
top: var(--spacing-s);
margin-left: unset;
}
}