mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 02:34:17 +01:00
16 lines
242 B
CSS
16 lines
242 B
CSS
.version {
|
|
margin: 0 3px;
|
|
font-weight: bold;
|
|
font-family: var(--defaultFontFamily);
|
|
}
|
|
|
|
.maintenance {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.changes {
|
|
margin-top: 20px;
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
font-size: 18px;
|
|
}
|