Align mobile activatable slider remove button with value

This commit is contained in:
2026-05-19 15:47:30 +02:00
parent cca57b1dfe
commit f7b9f7c893
+13
View File
@@ -992,6 +992,19 @@ section + section {
align-self: center; align-self: center;
white-space: nowrap; white-space: nowrap;
} }
#component-slider .sg-slider-row[data-activatable="true"] {
padding-right: 0;
}
#component-slider .sg-slider-row[data-activatable="true"] .sg-activatable-remove {
position: static;
top: auto;
right: auto;
transform: none;
align-self: center;
margin-left: calc(var(--spacing-small) * 1.5);
}
} }
.sg-sandwich-button { .sg-sandwich-button {