1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00
Files
Radarr/frontend/src/Movie/Index/Posters/MovieIndexPosterInfo.css
T
2024-07-17 17:41:46 +03:00

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';
}