Cleanup unused frontend components

This commit is contained in:
Qstick
2021-04-25 10:02:18 -04:00
parent 6dc475cf53
commit 2b6b17707d
110 changed files with 102 additions and 2602 deletions
@@ -0,0 +1,30 @@
.indexers {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.modalBody {
composes: modalBody from '~Components/Modal/ModalBody.css';
display: flex;
flex: 1 1 auto;
flex-direction: column;
}
.filterInput {
composes: input from '~Components/Form/TextInput.css';
flex: 0 0 auto;
margin-bottom: 20px;
}
.alert {
composes: alert from '~Components/Alert.css';
margin-bottom: 20px;
}
.scroller {
flex: 1 1 auto;
}