umami/components/settings/LanguageButton.module.css
2020-09-20 03:28:05 -07:00

22 lines
236 B
CSS

.container {
display: flex;
position: relative;
cursor: pointer;
}
.menu {
z-index: 100;
}
.text {
font-size: var(--font-size-small);
}
.open {
background: var(--gray200);
}
.open:hover {
background: var(--gray200);
}