1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

remove rzslider in favor or native input range

This commit is contained in:
Kyle Spearrin
2017-06-14 16:36:27 -04:00
parent 6fee59373b
commit 57a5a90183
9 changed files with 35 additions and 52 deletions

View File

@@ -409,10 +409,24 @@
&.list-section-item-slider {
.slider-value {
color: @gray-light;
text-align: right;
min-width: 45px;
}
&:before {
content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0";
}
> * {
display: table-cell !important;
vertical-align: middle;
}
input {
width: 100%;
margin: 0;
}
.slider-wrapper {
width: 100%;
padding: 0 0 0 20px;
max-width: 500px;
}
}