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ů.
|
- 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;
- }
|