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