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

@ -46,7 +46,7 @@ Description
@import '../../cdb-variables/colors';
.CDB-Shape {
width: 16px;
width: 16px;
height: 16px;
text-align: center;
&:hover {

View File

@ -74,7 +74,7 @@ Description
&.is-white {
border: 1px solid $cWhite;
}
}
}
.CDB-Shape-tick {
display: block;

View File

@ -74,5 +74,4 @@ Description
&.is-white {
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;
}
}