mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
efd2b80e10
(cherry picked from commit 93c3f6d1d6b50a7ae06aca083aba5297d8d8b6e8)
26 lines
329 B
CSS
26 lines
329 B
CSS
.releaseProfile {
|
|
composes: card from '~Components/Card.css';
|
|
|
|
width: 290px;
|
|
}
|
|
|
|
.enabled {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.name {
|
|
@add-mixin truncate;
|
|
|
|
margin-bottom: 20px;
|
|
font-weight: 300;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.label {
|
|
composes: label from '~Components/Label.css';
|
|
|
|
max-width: 100%;
|
|
}
|