Radarr/frontend/src/FirstRun/AuthenticationRequiredModalContent.css
Qstick 8911386ed0 New: Rework and Require Authentication
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2023-08-14 20:05:03 -05:00

5 lines
95 B
CSS

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