Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

15 řádky
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. }