cyp/app/css/player.less
Ondrej Zara e5e90bf10a icons
2019-03-26 15:40:23 +01:00

16 lines
345 B
Plaintext

#player {
display: flex;
flex-direction: row;
.art img { vertical-align: top; }
.info { flex-grow: 1; }
&:not([data-state=play]) .pause { display: none; }
&[data-state=play] .play { display: none; }
&:not([data-flags~=random]) .random, &:not([data-flags~=repeat]) .repeat { opacity: 0.5; }
button {
width: 64px;
height: 64px;
}
}