umami/src/components/metrics/ActiveUsers.module.css

18 lines
234 B
CSS
Raw Normal View History

2020-08-18 09:51:32 +02:00
.container {
display: flex;
align-items: center;
2023-07-26 22:27:18 +02:00
margin-left: 20px;
2020-08-18 09:51:32 +02:00
}
.text {
display: flex;
2023-07-26 22:27:18 +02:00
white-space: nowrap;
font-size: var(--font-size-md);
font-weight: 400;
2020-08-18 09:51:32 +02:00
}
.value {
font-weight: 600;
margin-right: 4px;
}