mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-27 17:54:34 -04:00
12 lines
175 B
CSS
12 lines
175 B
CSS
.filterMenuContainer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.alert {
|
|
composes: alert from '~Components/Alert.css';
|
|
|
|
margin-top: 10px;
|
|
}
|