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

28 lines
369 B
CSS
Raw Normal View History

2023-06-03 08:10:59 +02:00
.fields {
max-height: 300px;
overflow: auto;
}
.field {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 30px;
cursor: pointer;
padding: 4px;
border-radius: var(--border-radius);
}
.field:hover {
background: var(--base75);
}
.key {
font-weight: 400;
}
.type {
color: var(--font-color300);
}