mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
11 lines
154 B
SCSS
11 lines
154 B
SCSS
@import '../../darkswarm/branding';
|
|
|
|
.container {
|
|
input {
|
|
&[readonly] {
|
|
background-color: $disabled-light;
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|