mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
11 lines
223 B
CSS
11 lines
223 B
CSS
|
.filters {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: space-between;
|
||
|
border: 1px solid var(--base400);
|
||
|
border-radius: var(--border-radius);
|
||
|
line-height: 32px;
|
||
|
padding: 10px;
|
||
|
overflow: hidden;
|
||
|
}
|