2021-02-25 18:15:36 +02:00
|
|
|
@import 'vars';
|
|
|
|
|
|
|
|
.player-bar {
|
|
|
|
background-color: $midnight;
|
|
|
|
background-image: none;
|
|
|
|
padding: $halvedpadding;
|
|
|
|
|
|
|
|
.koto-button {
|
|
|
|
&:not(.toggled) {
|
|
|
|
color: $darkgrey;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.toggled {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
2021-05-07 16:45:57 +03:00
|
|
|
|
|
|
|
.playerbar-info { // Central info section
|
|
|
|
& > box { // Info labels
|
|
|
|
margin-left: 2ex;
|
|
|
|
|
|
|
|
& > label {
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
|
|
|
&:nth-child(1) { // Title
|
|
|
|
font-size: x-large;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(:nth-child(1)) { // Album and Artist
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-child(2) { // Album
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-child(3) { // Artist
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-02-25 18:15:36 +02:00
|
|
|
}
|