1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

add input for length

This commit is contained in:
Kyle Spearrin
2018-01-31 21:33:55 -05:00
parent 06106e1775
commit 88c730981a
3 changed files with 34 additions and 21 deletions

View File

@@ -136,11 +136,15 @@
}
&.box-content-row-slider {
input {
input[type="range"] {
height: 10px;
}
label, span {
input[type="number"] {
width: 45px;
}
label {
white-space: nowrap;
}
}