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

9 lines
75 B
CSS
Raw Normal View History

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