feat(own): add filter
This commit is contained in:
@@ -129,6 +129,25 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.dashboardHeaderSelect :global(.mantine-Input-input) {
|
||||
min-height: 28px;
|
||||
border-color: #e5e6eb;
|
||||
border-radius: 4px;
|
||||
background: #ffffff;
|
||||
color: #1d2129;
|
||||
font-size: 12px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.dashboardHeaderSelect :global(.mantine-Input-input:focus) {
|
||||
border-color: #1874ff;
|
||||
box-shadow: 0 0 0 2px rgba(24, 116, 255, 0.12);
|
||||
}
|
||||
|
||||
.dashboardHeaderSelect :global(.mantine-Input-section) {
|
||||
color: #86909c;
|
||||
}
|
||||
|
||||
.dashboardFilterBar {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
|
||||
Reference in New Issue
Block a user