mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Use the new design for checkboxes and fix alignment. Removes redesigned-input, which is a small regression on the old design, but I think it's acceptable bcause we're going to shut it down soon.
9 lines
113 B
SCSS
9 lines
113 B
SCSS
.container {
|
|
input {
|
|
&[readonly] {
|
|
background-color: $light-grey;
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|