mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-16 13:33:36 +01:00
15 lines
278 B
CSS
15 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;
|
|
}
|