1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00
Files
Radarr/frontend/src/FirstRun/AuthenticationRequiredModalContent.css
T
2023-04-02 15:48:32 -05:00

6 lines
95 B
CSS

.authRequiredAlert {
composes: alert from '~Components/Alert.css';
margin-bottom: 20px;
}