mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
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;
|
|
}
|