0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 22:32:41 +00:00

Adding a non-chrome warning

This commit is contained in:
Scott Tolksdorf
2016-06-19 19:31:54 -04:00
parent ead975b605
commit 3ff736b440
3 changed files with 49 additions and 3 deletions

View File

@@ -66,7 +66,7 @@
.animate(background-color);
position : relative;
display : block;
box-sizing : border-box;;
box-sizing : border-box;
padding : 13px 5px;
background-color : #333;
color : white;
@@ -92,4 +92,25 @@
}
}
}
.warning.navItem{
position : relative;
background-color : @orange;
color : white;
&:hover>.dropdown{
visibility : visible;
}
.dropdown{
position : absolute;
display : block;
top : 28px;
left : 0px;
visibility : hidden;
z-index : 10000;
box-sizing : border-box;
width : 100%;
padding : 13px 5px;
background-color : #333;
text-align : center;
}
}
}