Sonarr/frontend/src/App/AppUpdatedModalContent.css

17 lines
242 B
CSS
Raw Permalink Normal View History

2018-01-13 02:01:27 +00:00
.version {
margin: 0 3px;
font-weight: bold;
font-family: var(--defaultFontFamily);
2018-01-13 02:01:27 +00:00
}
.maintenance {
margin-top: 20px;
}
.changes {
margin-top: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #e5e5e5;
font-size: 18px;
}