Sha256: 8f5a7fa303f887eed239397ba8cd800968db7cef15a857158b43ecb4b65dd0d6
Contents?: true
Size: 1.72 KB
Versions: 1
Compression:
Stored size: 1.72 KB
Contents
/* Table of Contents ================================================== # Sidebar # Media Queries */ /* # Sidebar ================================================== */ .sidebar { background: rgba(255,255,255,1); border-left: 1px solid rgba(225,232,237,1); box-shadow: inset 1px 0 3px rgba(225,232,237,1); box-sizing: border-box; height: 100%; min-width: 280px; position: fixed; width: 280px; } .sidebar-alt { border-right: 1px solid rgba(225,232,237,1); border-left: 0; box-shadow: inset -1px 0 3px rgba(225,232,237,1); } .sidebar-header { border-bottom: 1px solid rgba(225,232,237,1); font-size: 12px; line-height: 12px; padding: 10px 20px 8px 10px; } .sidebar-alt > .sidebar-header { padding-right: 10px; padding-left: 20px; } .sidebar-header > h6 { color: rgba(43,50,53,1); font-size: 12px; font-weight: normal; letter-spacing: 1px; line-height: 12px; text-transform: uppercase; } .sidebar-content { height: calc(100% - 51px); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; overflow-x: hidden; overflow-y: auto; padding: 10px 20px 10px 10px; } .sidebar-alt > .sidebar-content { padding-right: 10px; padding-left: 20px; } .sidebar-scrollable { border-bottom: 1px solid rgba(225,232,237,1); height: auto; max-height: calc(50% - 51px); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; overflow-y: auto; } /* # Media Queries ================================================== */ @media only screen and (max-width: 1365px) { .sidebar { min-width: 250px; width: 250px; } } @media only screen and (max-width: 1199px) { .sidebar { min-width: 220px; width: 220px; } } @media only screen and (max-width: 959px) { .sidebar { display: none; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_frontend-2.1.0 | vendor/assets/stylesheets/sidebar.scss |