network.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .network-menu {
  2. background: #0A0101;
  3. padding: 20px;
  4. min-width: 360px;
  5. transition: all 0.3s ease-in;
  6. }
  7. .title {
  8. font-size: 24px;
  9. font-weight: 700;
  10. margin-bottom: 8px;
  11. color: #ffffff;
  12. }
  13. .subtitle {
  14. font-size: 11px;
  15. color: #999999;
  16. margin-bottom: 16px;
  17. font-weight: 500;
  18. }
  19. button {
  20. background: transparent;
  21. border: none;
  22. padding: 0;
  23. margin: 0;
  24. all: unset;
  25. }
  26. button:hover {
  27. opacity: 0.8;
  28. }
  29. .network-item {
  30. background: #140202;
  31. border-radius: 20px;
  32. padding: 12px 16px;
  33. transition: all 0.2s ease;
  34. }
  35. .network-item:hover {
  36. background: #190202;
  37. }
  38. .network-item.active {
  39. background: #3a0505;
  40. border: 1px solid #1A0909;
  41. }
  42. .network-item.active:hover {
  43. background: #450707;
  44. }
  45. .network-name {
  46. font-size: 13px;
  47. font-weight: 600;
  48. color: #ffffff;
  49. }
  50. .network-subtext {
  51. font-size: 11px;
  52. color: #999999;
  53. }
  54. .network-signal {
  55. font-size: 12px;
  56. color: #aaaaaa;
  57. }
  58. .network-icon {
  59. font-size: 24px;
  60. font-family: "Material Symbols Outlined";
  61. }
  62. .device-item {
  63. padding: 12px 16px;
  64. transition: all 0.2s ease;
  65. }
  66. .device-icon {
  67. font-size: 20px;
  68. font-family: "Material Symbols Outlined";
  69. }
  70. .device-subtext {
  71. font-size: 11px;
  72. color: #999999;
  73. }
  74. scrollbar.vertical slider {
  75. min-width: 2px;
  76. background-color: #090603;
  77. border-radius: 10px;
  78. border: 8px solid transparent;
  79. background-clip: padding-box;
  80. }
  81. scrollbar.vertical slider {
  82. min-width: 2px;
  83. background-color: #090603;
  84. border-radius: 10px;
  85. border: 8px solid transparent;
  86. background-clip: padding-box;
  87. }