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