umami/components/pages/reports/ParameterList.module.css

21 lines
341 B
CSS
Raw Normal View History

2023-07-02 07:02:49 +02:00
.list {
display: flex;
flex-direction: column;
gap: 16px;
}
2023-07-02 07:02:49 +02:00
.item {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 12px;
border: 1px solid var(--base400);
border-radius: var(--border-radius);
box-shadow: 1px 1px 1px var(--base400);
}
.icon {
align-self: center;
}