umami/src/components/input/TeamsButton.module.css
2024-02-02 17:49:17 -08:00

20 lines
279 B
CSS

.button {
font-weight: 700;
}
.menu {
background: var(--base50);
}
.heading {
color: var(--base600);
font-size: 10px;
font-weight: 700;
padding: 8px 16px;
text-transform: uppercase;
border-bottom: 1px solid var(--base300);
}
.selected {
font-weight: bold;
}