cyp/app/css/player.less
Ondrej Zara a2b6c45125 styling
2019-03-26 17:07:52 +01:00

24 lines
No EOL
446 B
Text

#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; }
.icon {
width: 64px;
}
.misc {
display: flex;
flex-direction: column;
@size: 96px / 2;
width: @size;
.icon { width: @size; }
}
}