umami/src/app/(main)/reports/goals/GoalsParameters.module.css

27 lines
354 B
CSS
Raw Normal View History

2024-05-06 05:15:47 +00:00
.item {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
}
.type {
color: var(--base700);
}
.value {
display: flex;
align-self: center;
gap: 20px;
}
.goal {
color: var(--blue900);
background-color: var(--blue100);
font-size: 12px;
font-weight: 900;
padding: 2px 8px;
border-radius: 5px;
white-space: nowrap;
}