mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
14 lines
221 B
CSS
14 lines
221 B
CSS
.value {
|
|
width: 100%;
|
|
margin-bottom: 8px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.goal {
|
|
color: var(--blue900);
|
|
background-color: var(--blue100);
|
|
font-size: 12px;
|
|
font-weight: 900;
|
|
padding: 2px 8px;
|
|
border-radius: 5px;
|
|
}
|