mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
18 lines
261 B
CSS
18 lines
261 B
CSS
|
|
.button {
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menu {
|
||
|
|
background: var(--base50);
|
||
|
|
right: -10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.heading {
|
||
|
|
color: var(--base600);
|
||
|
|
font-size: 10px;
|
||
|
|
font-weight: 700;
|
||
|
|
padding: 8px 16px;
|
||
|
|
text-transform: uppercase;
|
||
|
|
border-bottom: 1px solid var(--base300);
|
||
|
|
}
|