aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/zurich/layout.scss
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-05-31 08:58:54 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-05-31 15:36:08 +0100
commit38e2918987677253b6a337f5287c2e29685b9c78 (patch)
tree730f88f1cdef16d2e3c95cd6b95972277cb6b158 /web/cobrands/zurich/layout.scss
parenta2b2bdd3813ad60c97269147efb8f0353becb66c (diff)
Improve CSS compilation.
Move to using libsass via CSS::Sass, and stop using compass, supplying any used mixins directly. This removes the need for any ruby/gem based installation, and greatly increases the speed of compilation. make_css is also enhanced, bringing in the file monitoring previously done by a separate script and improving its dependency monitoring.
Diffstat (limited to 'web/cobrands/zurich/layout.scss')
-rw-r--r--web/cobrands/zurich/layout.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index 3a20d05c5..3f24b3685 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -209,7 +209,7 @@ body.twothirdswidthpage {
&#fixed {
padding-top: 2em;
background: $col_fixed_label;
- @include background(linear-gradient(#769643, $col_fixed_label 4px));
+ @include linear-gradient(#769643, $col_fixed_label 4px);
}
&#closed {
padding-top: 2em;
@@ -318,7 +318,7 @@ body.mappage.admin {
margin: 2em 0;
&:hover {
- @include background(linear-gradient(#fcc, #daa 50%));
+ @include linear-gradient(#fcc, #daa 50%);
};
}
}