umami/src/app/(main)/reports/funnel/FunnelParameters.module.css

17 lines
178 B
CSS
Raw Normal View History

2024-04-03 08:30:12 +02:00
.item {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
2024-04-03 08:30:12 +02:00
}
.type {
color: var(--base700);
}
.value {
display: flex;
align-self: center;
gap: 20px;
}