1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-28 18:05:41 -04:00
Files
Radarr/frontend/src/Components/Modal/ModalError.css
2019-06-11 22:07:34 -04:00

16 lines
278 B
CSS

.message {
composes: message from '~Components/Error/ErrorBoundaryError.css';
margin: 0;
margin-bottom: 30px;
font-weight: normal;
font-size: 26px;
}
.details {
composes: details from '~Components/Error/ErrorBoundaryError.css';
margin: 0;
margin-top: 20px;
}