diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/wifi.js')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/wifi.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/wifi.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/wifi.js new file mode 100755 index 0000000..8d2cc97 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/wifi.js | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | `; | ||
