mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-27 19:03:11 +01:00
5 lines
95 B
CSS
5 lines
95 B
CSS
.authRequiredAlert {
|
|
composes: alert from '~Components/Alert.css';
|
|
|
|
margin-bottom: 20px;
|
|
}
|