/*!** NICE MENU ***/ /*! Compiled from SCSS - also attached */ body.hasNiceMenu{ padding-top:44px; } .niceMenu{ background:rgba(black,0.8); position:fixed; top:0; padding-top:44px; height:0; width:100%; overflow:hidden; color:white; font-family:sans-serif; font-size:18px; z-index:10000; &.open{ height:auto; } .button{ position:absolute; right:0; top:0; height:44px; width:44px; line-height:44px; font-size:36px; cursor:pointer; } ul{ margin-top:2px; border-top:10px solid rgba(gray,0.5); li{ margin:0; padding-left:10px; line-height:40px; border-bottom:1px solid rgba(white, 0.5); &:last-child{ border:0; } } } a{ color:white; font-weight:300; text-decoration:none; } }