mirror of
https://github.com/Radarr/Radarr
synced 2025-12-24 01:10:41 +01:00
11 lines
175 B
CSS
11 lines
175 B
CSS
.filterMenuContainer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.alert {
|
|
composes: alert from '~Components/Alert.css';
|
|
|
|
margin-top: 10px;
|
|
}
|