users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/spotify.js
2070b29ae3b86654b7a8ad0a09a7ea4c63dfa73a
· 347 B · 15 lines
raw
| 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 | `; |