umami/components/metrics/WebsiteHeader.module.css

22 lines
292 B
CSS
Raw Normal View History

2023-02-02 03:39:54 +01:00
.header {
height: 100px;
}
2020-08-18 09:51:32 +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-02-02 03:39:54 +01:00
.body {
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;
2022-03-02 04:28:44 +01:00
}