colouring-montreal/app/src/frontend/building/data-components/number-range-data-entry.css

7 lines
102 B
CSS
Raw Normal View History

2021-03-11 14:33:45 -05:00
.min-number-input {
border-right: none;
}
.max-number-input {
border-left: 1px dashed #ccc;
}