You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
123456789101112131415 |
- 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;
- }
|