mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
12 lines
164 B
CSS
12 lines
164 B
CSS
.info {
|
|
background-color: var(--movieBackgroundColor);
|
|
text-align: center;
|
|
font-size: $smallFontSize;
|
|
}
|
|
|
|
.title {
|
|
@add-mixin truncate;
|
|
|
|
composes: info;
|
|
}
|