eww.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. * {
  2. all: unset; //Unsets everything so you can style everything from scratch
  3. }
  4. //Global Styles
  5. .alsa-gui {
  6. background-color: #1e222a;
  7. color: #abb2bf;
  8. padding: 12px;
  9. border-radius: 7px;
  10. font-size : 25px;
  11. }
  12. .metric scale trough {
  13. all: unset;
  14. border-radius: 50px;
  15. min-height: 3px;
  16. min-width: 90px;
  17. margin-left: 10px;
  18. margin-right: 10px;
  19. }
  20. .chad scale trough {
  21. all: unset;
  22. border-radius: 50px;
  23. min-height: 3px;
  24. min-width: 90px;
  25. margin-left: 10px;
  26. margin-right: 10px;
  27. }
  28. .metric scale trough highlight {
  29. all: unset;
  30. background-color: #668ee3;
  31. border-radius: 10px;
  32. }
  33. .chad scale trough highlight {
  34. all: unset;
  35. background-color: #e06c75;
  36. border-radius: 10px;
  37. }
  38. .bri {
  39. background-color: #d47d85;
  40. }
  41. .metric scale trough {
  42. all: unset;
  43. background-color: #282c34;
  44. border-radius: 50px;
  45. min-height: 6px;
  46. min-width: 90px;
  47. margin-left: 10px;
  48. margin-right: 10px;
  49. }
  50. .chad scale trough {
  51. all: unset;
  52. background-color: #282c34;
  53. border-radius: 50px;
  54. min-height: 6px;
  55. min-width: 90px;
  56. margin-left: 10px;
  57. margin-right: 10px;
  58. }