charts/docs/style.css
2018-06-06 06:26:42 +05:30

15 lines
197 B
CSS

input[type="range"] {
padding: 0;
}
.input-wrapper {
display: flex;
margin-right: 15px;
}
.input-wrapper label {
margin-right: 10px;
margin-top: 5px;
font-size: 0.8em;
flex-shrink: 0;
}