mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
21 lines
275 B
CSS
21 lines
275 B
CSS
.container {
|
|
display: flex;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.button {
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.text {
|
|
font-size: var(--font-size-sm);
|
|
}
|
|
|
|
.open,
|
|
.open:hover {
|
|
background: var(--base50);
|
|
border: 1px solid var(--base500);
|
|
}
|