fix hound

This commit is contained in:
piensaenpixel 2016-02-01 11:19:41 +01:00
parent 6257d6032e
commit f6dfad3b79
4 changed files with 7 additions and 8 deletions

View File

@ -75,4 +75,3 @@ Description
border: 1px solid $cWhite;
}
}

View File

@ -77,19 +77,19 @@ Description
}
.CDB-Shape-magnify.is-blue {
&:before {
&::before {
border: 1px solid $cBlue;
}
&:after {
&::after {
background: $cBlue;
}
}
.CDB-Shape-magnify.is-white {
&:before {
&::before {
border: 1px solid $cWhite;
}
&:after {
&::after {
background: $cWhite;
}
}