Range slider margin.
This commit is contained in:
parent
67776eabf3
commit
d4ab7db2c7
2 changed files with 1 additions and 6 deletions
|
@ -26,11 +26,6 @@ input[type="text"], input[type="number"], input[type="email"] {
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="range"] {
|
|
||||||
width: 90vw;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: 75px;
|
width: 75px;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
input[type=range] {
|
input[type=range] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 9.95px 0;
|
margin: 1.5em 0;
|
||||||
}
|
}
|
||||||
input[type=range]:focus {
|
input[type=range]:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue