change vars

This commit is contained in:
piensaenpixel
2016-02-09 17:17:14 +01:00
parent cf97094b8c
commit 45c90f9cd9
20 changed files with 44 additions and 44 deletions

View File

@@ -105,12 +105,12 @@ This is the generic loader for widgets, maps, components, ...
background: $cWhite;
}
&.is-grey {
background: linear-gradient(to right, $cMainDark 10%, rgba($cWhite, 0) 42%);
background: linear-gradient(to right, $cMainBgColor 10%, rgba($cWhite, 0) 42%);
&::before {
background: $cTypo2;
}
&::after {
background: $cMainDark;
background: $cMainBgColor;
}
}
}