0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 11:32:47 +00:00
Files
homebrewery/client/homebrew/navbar/navbar.less
2016-05-03 23:47:55 -04:00

19 lines
212 B
Plaintext

.homebrew nav{
.homebrewLogo{
.animate(color);
font-family : CodeBold;
font-size: 12px;
div{
margin-top: 3px;
margin-bottom: -3px;
}
color : white;
&:hover{
color : @blue;
}
}
}