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