Sha256: 74923bf228753d58dfa770b2d42d4391612a770b5b5a68c652de036c04112ad0
Contents?: true
Size: 867 Bytes
Versions: 3
Compression:
Stored size: 867 Bytes
Contents
/* Table of Contents ================================================== # Navbar */ /* # Navbar ================================================== */ .navbar-fixed { bottom: 0; left: 0; position: fixed; right: 0; z-index: 1030; } .navbar { background: rgba(35,41,55,1); border-collapse: separate; border-top: 2px solid rgba(0,0,0,0.2); box-sizing: border-box; display: table; height: 48px; table-layout: fixed; width: 100%; } .navbar > a { color: rgba(255,255,255,1); display: table-cell; float: none; font-size: 27px; padding: 10px 0; text-align: center; width: 1%; } .navbar > a.active, .navbar > a:active, .navbar > a:hover, .navbar > a:focus { color: rgba(255,255,255,1); } /* # Media Queries ================================================== */ @media only screen and (min-width: 768px) { .navbar { display: none; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_frontend-6.2.0 | vendor/assets/stylesheets/_navbar.scss |
active_frontend-6.1.0 | vendor/assets/stylesheets/_navbar.scss |
active_frontend-6.0.0 | vendor/assets/stylesheets/navbar.scss |