1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00
Files
Sonarr/frontend/src/Components/Page/ErrorPage.css
2019-07-22 19:44:07 -07:00

13 lines
162 B
CSS

.page {
composes: page from '~./Page.css';
margin-top: 20px;
text-align: center;
font-size: 20px;
}
.version {
margin-top: 20px;
font-size: 16px;
}