mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
51149bccdd
(cherry picked from commit 074aa6f4457bf83173e6ba7209c452a6e0659a35) Closes #8994
17 lines
242 B
CSS
17 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;
|
|
}
|