umami/components/metrics/WebsiteHeader.module.css

26 lines
372 B
CSS
Raw Normal View History

.header {
display: flex;
flex-direction: row;
align-items: center;
}
2023-04-10 05:22:28 +02:00
.title {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
2023-02-02 03:39:54 +01:00
font-size: 24px;
font-weight: 700;
overflow: hidden;
2023-04-10 05:22:28 +02:00
height: 100px;
}
2023-04-10 05:22:28 +02:00
.info {
2022-03-02 04:41:37 +01:00
display: flex;
flex-direction: row;
align-items: center;
2023-02-02 03:39:54 +01:00
justify-content: flex-end;
gap: 30px;
2023-04-10 05:22:28 +02:00
min-height: 0;
2022-03-02 04:28:44 +01:00
}