mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
8 lines
146 B
CSS
8 lines
146 B
CSS
.message {
|
|
composes: alert from '~Components/Alert.css';
|
|
|
|
margin-top: 10px;
|
|
margin-bottom: 30px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
}
|