umami/src/app/(main)/reports/[id]/ReportHeader.module.css

21 lines
248 B
CSS
Raw Normal View History

2023-06-05 10:08:43 +00:00
.description {
color: var(--font-color300);
}
.header {
display: grid;
}
.title {
display: flex;
flex-direction: row;
gap: 10px;
}
.type {
font-size: 11px;
text-transform: uppercase;
color: var(--base600);
line-height: 30px;
}