umami/components/input/MonthSelect.module.css

13 lines
166 B
CSS
Raw Normal View History

2023-08-16 17:50:28 +00:00
.container {
display: flex;
align-items: center;
justify-content: center;
}
.input {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
}