mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
12 lines
166 B
CSS
12 lines
166 B
CSS
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.input {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
cursor: pointer;
|
|
}
|