0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 08:12:42 +00:00

Trying to get it working

This commit is contained in:
Scott Tolksdorf
2017-03-21 00:09:37 -04:00
parent 20371a8b3d
commit ee1827eab0
4 changed files with 33 additions and 7 deletions

View File

@@ -49,10 +49,30 @@ nav{
color : white;
text-decoration : none;
text-transform : uppercase;
display: inline-block;
i{
margin-left : 5px;
font-size : 13px;
}
&.collaspe{
//width : 60px;
overflow: hidden;
background-color: red;
span{
white-space: nowrap;
width : 0%;
display: inline-block;
overflow: hidden;
visibility: hidden;
}
&:hover{
span{
visibility: visible;
width : auto;
}
}
}
&.tealLight:hover{ background-color : @tealLight };
&.teal:hover{ background-color : @teal };
&.greenLight:hover{ background-color : @greenLight };