8 lines
210 B
SCSS
8 lines
210 B
SCSS
// = Image Field
|
|
// ============================================================================
|
|
// No CSS hacks, variables overrides only
|
|
|
|
.o_field_image {
|
|
--ImageField-background-color: #{$o-gray-900};
|
|
}
|