diff --git a/themes/fid_adlr/scss/_customMixins.scss b/themes/fid_adlr/scss/_customMixins.scss index 7cf2c1521cec9e4b752fe0305dcf413855e90f6a..14a2e632189562362c30f3be9263bd21b31cfde9 100644 --- a/themes/fid_adlr/scss/_customMixins.scss +++ b/themes/fid_adlr/scss/_customMixins.scss @@ -31,7 +31,7 @@ } } -@mixin default-background-header { +@mixin default-background{ background-image: url('../images/background-shape-small.png'); /* fallback */ background-image: url('../images/background-shape-small-mirrored.svg'), linear-gradient($midnight, $midnight); /* W3C */ background-position: 100% 20%; diff --git a/themes/fid_adlr/scss/compiled.scss b/themes/fid_adlr/scss/compiled.scss index ca2c0a49be25ead805ebe2bf7a5c454fb3e7eb0c..888f4128f1d843a62cb8108783050124a9494578 100644 --- a/themes/fid_adlr/scss/compiled.scss +++ b/themes/fid_adlr/scss/compiled.scss @@ -28,7 +28,7 @@ // '$screen-xs-max' = $screen-sm-min - 1 etc // you can use '$screen-xs-max', '$screen-sm-max' and '$screen-md-max' // 3. Import finc's compiled.scss to have the variables and mixins defined above applied to it -@import '../../finc/scss/compiled'; +@import '../../fid/scss/compiled'; // 4. Customize further -- pls. comment and explain // PLEASE ORGANIZE YOUR CSS ACCORDING TO THIS GENERAL RULE - keep exceptions to a minimum