mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
13 lines
166 B
CSS
13 lines
166 B
CSS
|
.container {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.input {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 10px;
|
||
|
cursor: pointer;
|
||
|
}
|