Sha256: 73080961b0d96121af9349eb6d1810945b63bec9d122b23f73f649d140303d1c
Contents?: true
Size: 869 Bytes
Versions: 4
Compression:
Stored size: 869 Bytes
Contents
/* Table of Contents ================================================== # Navbar */ /* # Navbar ================================================== */ .navbar-fixed { bottom: 0; left: 0; position: fixed; right: 0; z-index: 1030; } .navbar { background: rgba(91,146,250,1); border-collapse: separate; border-top: 4px solid rgba(0,0,0,0.1); box-sizing: border-box; display: table; height: 46px; 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
4 entries across 4 versions & 1 rubygems