0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 12:02:44 +00:00
Files
homebrewery/client/homebrew/navbar/navbar.less
2016-05-04 01:19:33 -04:00

19 lines
212 B
Plaintext

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