This commit is contained in:
piensaenpixel
2016-02-09 17:48:57 +01:00
parent 1da800ecef
commit 7eec296963
12 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ This is the generic loader for widgets, maps, components, ...
border: 2px solid $cMainLine;
border-radius: 50%;
&.is-grey {
border: 2px solid $cTypo2;
border: 2px solid $cSecondaryText;
}
}
@@ -107,7 +107,7 @@ This is the generic loader for widgets, maps, components, ...
&.is-grey {
background: linear-gradient(to right, $cMainBg 10%, rgba($cWhite, 0) 42%);
&::before {
background: $cTypo2;
background: $cSecondaryText;
}
&::after {
background: $cMainBg;