mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
17 lines
299 B
CSS
17 lines
299 B
CSS
.dropdown {
|
|
position: relative;
|
|
font-size: var(--font-size-small);
|
|
min-width: 140px;
|
|
}
|
|
|
|
.value {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
white-space: nowrap;
|
|
position: relative;
|
|
padding: 4px 16px;
|
|
border: 1px solid var(--gray500);
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
}
|