Lidarr/frontend/src/FirstRun/AuthenticationRequiredModalContent.css
Qstick cdd683ae8f New: Rework and Require Authentication
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
(cherry picked from commit 8911386ed0fcaa5ed0a894e511a81ecc87e58d49)
2023-10-20 19:45:01 -05:00

5 lines
95 B
CSS

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