Refactored settings components.

This commit is contained in:
Mike Cao 2023-01-09 23:59:26 -08:00
parent d827b79c72
commit 7450b76e6d
91 changed files with 736 additions and 353 deletions

View file

@ -1,43 +0,0 @@
.container {
display: flex;
}
.form {
padding: 20px;
border-right: 1px solid var(--base300);
width: 425px;
}
.filters {
padding: 10px 5px;
}
.filters + .filters {
border-top: 1px solid var(--base300);
min-height: 250px;
}
.message {
width: 100%;
}
.table {
padding: 10px;
min-height: 430px;
min-width: 400px;
}
.formButtons {
justify-content: flex-start;
margin-left: 20px;
}
.dropdown {
min-height: 39px;
min-width: 240px;
}
.filterTag {
flex-wrap: wrap;
margin: 10px 5px 5px 5px;
}