remove styling from installer (#12923)
This styling is now being imported from components/umb-range-slider.less and is no longer needed here
Previously fixed in 52672d2c2ba046f1da431388ec95b21b30965f08
Ref 52672d2c2b (r957799952)
This commit is contained in:
@@ -308,48 +308,3 @@ select {
|
||||
#consentSliderWrapper {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
#consentSlider {
|
||||
width: 300px;
|
||||
|
||||
.noUi-target {
|
||||
background: linear-gradient(to bottom, @grayLighter 0%, @grayLighter 100%);
|
||||
box-shadow: none;
|
||||
border-radius: 20px;
|
||||
height: 8px;
|
||||
border: 1px solid @inputBorder;
|
||||
|
||||
&:focus,
|
||||
&:focus-within {
|
||||
border-color: @inputBorderFocus;
|
||||
}
|
||||
}
|
||||
|
||||
.noUi-handle {
|
||||
cursor: grab;
|
||||
border-radius: 100px;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
right: -10px !important; // half the handle width
|
||||
top: -1px;
|
||||
background-color: @blueExtraDark;
|
||||
}
|
||||
|
||||
.noUi-handle::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.noUi-handle::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.noUi-value {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.noUi-pips-horizontal {
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user