Radarr/frontend/src/InteractiveSearch/InteractiveSearch.css

12 lines
175 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.filterMenuContainer {
display: flex;
justify-content: flex-end;
margin-bottom: 10px;
}
2023-07-19 03:25:01 +00:00
.alert {
composes: alert from '~Components/Alert.css';
2023-07-19 03:25:01 +00:00
margin-top: 10px;
}