diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/spotify.js')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/spotify.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/spotify.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/spotify.js new file mode 100755 index 0000000..0f9db7a --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/spotify.js | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | // Styles for /lib/components/data/spotify.jsx component | ||
| 2 | export const spotifyStyles = /* css */ ` | ||
| 3 | .spotify { | ||
| 4 | position: relative; | ||
| 5 | background-color: var(--green); | ||
| 6 | } | ||
| 7 | .simple-bar--widgets-background-color-as-foreground .spotify { | ||
| 8 | color: var(--green); | ||
| 9 | background-color: transparent; | ||
| 10 | } | ||
| 11 | |||
| 12 | .spotify--hidden-metadata > svg { | ||
| 13 | margin-right: 0; | ||
| 14 | } | ||
| 15 | `; | ||
