ark/users/modules/eww/css/_music.scss
2022-09-14 15:35:52 +03:00

65 lines
1000 B
SCSS

.song-cover-art {
background-position: center;
background-size: cover;
border-radius: 16px;
margin: 4px 5px 4px 0;
min-height: 24px;
min-width: 24px;
}
.music-window {
@include wshadow;
background-color: $bg;
border: 1px solid $border;
border-radius: 16px;
color: $fg;
}
.music-cover-art {
background-position: center;
background-size: cover;
border-radius: 8px;
margin: 1em;
min-height: 170px;
min-width: 170px;
}
.music-box {
margin: 1rem 1rem 1rem 0;
}
.music-title {
font-weight: bold;
}
.music-artist {
color: $subtext1;
font-size: 1.2rem;
}
.music-button label {
color: $subtext1;
font-size: 2rem;
}
.music-time {
color: $subtext1;
font-size: 1rem;
margin: 0 1rem;
}
.music-bar scale {
highlight {
background-image: linear-gradient(to right, $teal 30%, $sky 100%);
border-radius: 24px;
}
trough {
background-color: $bg1;
border-radius: 24px;
margin-top: 0;
min-height: 10px;
min-width: 170px;
}
}