mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-28 18:05:41 -04:00
16 lines
278 B
CSS
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;
|
|
}
|