umami/components/input/MonthSelect.module.css

13 lines
166 B
CSS
Raw Normal View History

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