mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
20 lines
292 B
CSS
20 lines
292 B
CSS
.info {
|
|
background-color: var(--movieBackgroundColor);
|
|
text-align: center;
|
|
font-size: $smallFontSize;
|
|
}
|
|
|
|
.title {
|
|
@add-mixin truncate;
|
|
|
|
composes: info;
|
|
}
|
|
|
|
.tags {
|
|
composes: tags from '~./MovieIndexPoster.css';
|
|
}
|
|
|
|
.tagsList {
|
|
composes: tagsList from '~./MovieIndexPoster.css';
|
|
}
|