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.
 
 
 

15 rivejä
197 B

  1. input[type="range"] {
  2. padding: 0;
  3. }
  4. .input-wrapper {
  5. display: flex;
  6. margin-right: 15px;
  7. }
  8. .input-wrapper label {
  9. margin-right: 10px;
  10. margin-top: 5px;
  11. font-size: 0.8em;
  12. flex-shrink: 0;
  13. }