umami/src/components/input/TeamsButton.module.css

22 lines
299 B
CSS
Raw Normal View History

2024-02-03 01:49:17 +00:00
.button {
font-weight: 700;
}
.menu {
background: var(--base50);
min-width: 260px;
}
.heading {
color: var(--base600);
font-size: 10px;
font-weight: 700;
padding: 8px 16px;
text-transform: uppercase;
border-bottom: 1px solid var(--base300);
}
2024-01-31 23:09:57 +00:00
.selected {
font-weight: bold;
}