fix hound

This commit is contained in:
piensaenpixel
2016-02-03 17:07:20 +01:00
parent cd027cebd2
commit caaa6bf345
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ There is only one state 'is-visible', in order to make it visible.
width: $baseSize * 2;
height: $baseSize * 2;
border: 2px solid $cMainLine;
border-radius: 50%;
border-radius: 50%;
&.is-grey {
border: 2px solid $cTypo2;
}

View File

@@ -73,7 +73,7 @@ Description
}
&.is-white {
border: 1px solid $cWhite;
}
}
&.is-green {
border: 1px solid $cHighlight;
}