mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
15 lines
244 B
CSS
15 lines
244 B
CSS
.title {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 10px;
|
|
font-size: var(--font-size-lg);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.active {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|