users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/wifi.js
63e15655ee66d63088bc907072616b988fee4351
· 301 B · 13 lines
raw
| 1 | // Styles for /lib/components/data/wifi.jsx component |
| 2 | export const wifiStyles = /* css */ ` |
| 3 | .wifi { |
| 4 | background-color: var(--red); |
| 5 | } |
| 6 | .simple-bar--widgets-background-color-as-foreground .wifi { |
| 7 | color: var(--red); |
| 8 | background-color: transparent; |
| 9 | } |
| 10 | .wifi--hidden-name > svg { |
| 11 | margin-right: 0; |
| 12 | } |
| 13 | `; |