cyp/app/css/elements/playlist.less

10 lines
104 B
Plaintext
Raw Normal View History

2020-03-10 05:24:31 +08:00
cyp-playlist {
.flex-row;
padding: 8px;
&:nth-child(odd) {
background-color: var(--bg-alt);
}
}