19 lines
356 B
CSS
19 lines
356 B
CSS
/*Card indicators style normal*/
|
|
.innerCardFooter {
|
|
margin: .5em;
|
|
}
|
|
|
|
.countIndicator {
|
|
background: rgba(var(--indicator),0.8);
|
|
box-shadow: none;
|
|
}
|
|
.playedIndicator, .innerCardFooter {
|
|
background: rgba(0,0,0,0.4);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.mediaSourceIndicator {
|
|
background: rgba(0,0,0,0.4);
|
|
box-shadow: none;
|
|
border-radius: var(--rounding);
|
|
} |