fixes hound

This commit is contained in:
zmagod 2016-08-22 15:27:11 +02:00
parent bb11999566
commit 8c592753e4

View file

@ -427,16 +427,18 @@ li.module-hover {
max-width: 200px;
}
.big-plus{
font-size: 250px;
.big-plus {
color: $color-mystic;
text-align: center;
display: block;
font-size: 250px;
margin: 20px 0;
&:hover{
text-align: center;
&:hover {
color:$color-alto;
}
&:focus{
&:focus {
color:$color-alto;
}
}