10 lines
104 B
Text
10 lines
104 B
Text
|
cyp-playlist {
|
||
|
.flex-row;
|
||
|
|
||
|
padding: 8px;
|
||
|
|
||
|
&:nth-child(odd) {
|
||
|
background-color: var(--bg-alt);
|
||
|
}
|
||
|
}
|