0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 17:12:40 +00:00

New navbar is done for the homepage, looking really good

This commit is contained in:
Scott Tolksdorf
2016-05-03 23:47:55 -04:00
parent 1949a5cca5
commit e6a747210e
5 changed files with 195 additions and 37 deletions

View File

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