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

15 lines
221 B
CSS
Raw Normal View History

2024-05-06 05:15:47 +00:00
.value {
2024-05-10 18:15:23 +00:00
width: 100%;
margin-bottom: 8px;
font-weight: 600;
2024-05-06 05:15:47 +00:00
}
.goal {
color: var(--blue900);
background-color: var(--blue100);
font-size: 12px;
font-weight: 900;
padding: 2px 8px;
border-radius: 5px;
}