colouring-montreal/app/src/frontend/building/data-components/number-range-data-entry.css
2022-02-23 09:25:23 +01:00

7 lines
102 B
CSS

.min-number-input {
border-right: none;
}
.max-number-input {
border-left: 1px dashed #ccc;
}