mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
21 lines
292 B
CSS
21 lines
292 B
CSS
.header {
|
|
height: 100px;
|
|
}
|
|
|
|
.title {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 10px;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.body {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
gap: 30px;
|
|
}
|