Align mobile activatable slider remove button with value
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user