dotfiles/home/r0r5chach/.config/eww/widgets/player/player.scss

17 lines
219 B
SCSS
Raw Normal View History

2023-10-06 16:10:14 +00:00
.now_playing {
2023-07-11 04:43:17 +00:00
margin-left: 0.5em;
margin-top: 0.5em;
}
.controls {
margin-top: 0.5em;
margin-left: 0.5em;
}
.metadata {
padding: 2em;
background: $player_background;
color: $text_color;
border-radius: 5em;
2023-10-06 16:10:14 +00:00
}