Adjustments to hamburger menu button

This commit is contained in:
Victoria Wang 2014-11-18 20:42:31 -06:00
parent 5b5cfd84f1
commit d73afc4760

View file

@ -219,21 +219,6 @@
}
}
.small-Nav{
background:#30424B;
display:none;
position:fixed;
right:0;
top:0;
width:50px;
z-index:9999;
@media (max-device-width:480px), screen and (max-width:800px){
display:block
}
}
// Top nav area
.header-Nav{
background:#5e95a1;
@ -288,6 +273,21 @@
&.selected, &:active{background:#528995; text-decoration:underline}
}
a.small-Nav{
display:none;
position:fixed;
right:0;
top:0;
width:50px;
height:36px;
z-index:9999;
padding: 5px 12px 0px 12px;
@media (max-device-width:480px), screen and (max-width:800px){
display:block;
}
}
.notification-value {
background: $c-Brand-1;
padding: 2px 5px;