Make slider indpendent of settings styling

This commit is contained in:
Jorik Schellekens 2020-04-22 12:02:23 +01:00
parent 014be5ce5f
commit 1486beeaf4

View file

@ -17,8 +17,6 @@ limitations under the License.
.mx_Slider { .mx_Slider {
position: relative; position: relative;
margin: 0px; margin: 0px;
@mixin mx_Settings_fullWidthField;
} }
.mx_Slider_dotContainer { .mx_Slider_dotContainer {