mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
ba31f48f1a
* add uuid to event. add indexes * eventdata api * add event data * remove test data * update list
39 lines
480 B
CSS
39 lines
480 B
CSS
.container {
|
|
display: flex;
|
|
}
|
|
|
|
.form {
|
|
border-right: 1px solid var(--gray300);
|
|
width: 420px;
|
|
}
|
|
|
|
.filters {
|
|
padding: 10px 5px;
|
|
}
|
|
|
|
.filters + .filters {
|
|
border-top: 1px solid var(--gray300);
|
|
min-height: 250px;
|
|
}
|
|
|
|
.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;
|
|
}
|