25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
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. }