mirror of
https://github.com/Radarr/Radarr
synced 2026-01-13 02:53:10 +01:00
5 lines
95 B
CSS
5 lines
95 B
CSS
.authRequiredAlert {
|
|
composes: alert from '~Components/Alert.css';
|
|
|
|
margin-bottom: 20px;
|
|
}
|