umami/components/pages/reports/event-data/EventDataParameters.module.css

9 lines
75 B
CSS
Raw Normal View History

2023-07-02 07:02:49 +02:00
.parameter {
2023-06-03 08:10:59 +02:00
display: flex;
2023-07-02 07:02:49 +02:00
gap: 10px;
2023-06-03 08:10:59 +02:00
}
2023-07-02 07:02:49 +02:00
.op {
font-weight: bold;
2023-06-03 08:10:59 +02:00
}