mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05: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;
|
|
}
|