mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
14 lines
210 B
CSS
14 lines
210 B
CSS
.message {
|
|
composes: alert from '~Components/Alert.css';
|
|
|
|
margin-top: 10px;
|
|
margin-bottom: 30px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.buttonContainer {
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
}
|