mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
9 lines
117 B
SCSS
9 lines
117 B
SCSS
.container {
|
|
input {
|
|
&[readonly] {
|
|
background-color: $disabled-light;
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|