audioSlider.scss 930 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .audioSliders {
  2. margin-bottom: 1rem;
  3. }
  4. .masterSlider,.headphoneSlider,.micSlider {
  5. margin: 0 .5rem;
  6. font-size: 1.5rem;
  7. margin-top: -1rem;
  8. margin-bottom: -2rem;
  9. }
  10. .addPadding {
  11. padding: 0 .3rem;
  12. }
  13. .masterSlider scale trough highlight, .headphoneSlider scale trough highlight , .micSlider scale trough highlight {
  14. border-radius: 10px;
  15. }
  16. .masterSlider scale trough, .headphoneSlider scale trough , .micSlider scale trough {
  17. background-color: $blackAlt;
  18. border-radius: 1rem;
  19. min-width: 1.5rem;
  20. }
  21. .masterSlider scale trough highlight {
  22. background-color: $red;
  23. }
  24. .headphoneSlider scale trough highlight {
  25. background-color: $yellow;
  26. }
  27. .micSlider scale trough highlight {
  28. background-color: $blue;
  29. }
  30. .audioIcon {
  31. font-family: 'JetbrainsMono Nerd Font';
  32. font-size: 1.5rem;
  33. margin-bottom: 2rem;
  34. padding: 0.5rem 1.1rem;
  35. background-color: $blackAlt;
  36. border-radius: 50%;
  37. color: $lightGrey;
  38. }