Sha256: a11e82cbe4b6bff3cc77c68c474b12893b639470836c1fb488f6819862df12b2
Contents?: true
Size: 1.77 KB
Versions: 3
Compression:
Stored size: 1.77 KB
Contents
//================================================================== // LAYOUT: PANEL-NONE //================================================================== //------------------------------------------------------------------ // IMPORT REQUIRED VIEW STYLES //------------------------------------------------------------------ @import "../includes/views/header"; @import "../includes/elements/_navbar.scss"; @import "../includes/elements/_breadcrumb.scss"; @import "../includes/views/panel-top"; @import "../includes/views/panel-bottom"; @import "../includes/views/panel-foot"; @import "../includes/views/footer"; @import "../includes/views/copyright"; @import "../includes/extensions/back-to-top"; @import "../includes/elements/search-results"; //------------------------------------------------------------------ // LAYOUT STYLES //------------------------------------------------------------------ main#main-wrapper { @extend %d-flex; @extend %justify-content-center; div#main { @extend .container-fluid; } } // RESPONSIVE DESIGN: // // {sidebar, content, panel} >= 1120px screen width // {sidebar, content} >= 850px // {content} <= 849px // X-Small Devices (portrait phones, <576px) // Hide Sidebar & Panel @media all and (max-width: $breakpoint-sm) { } // Small Devices (landscape phones, 576px+) // Hide Sidebar & Panel @media all and (max-width: $breakpoint-md) { } // Medium Devices (tablets, 768px+) // Hide Panel @media all and (max-width: $breakpoint-lg) { } // Large Devices (laptops, 992px+) // Show all @media all and (max-width: $breakpoint-xl) { } // Larger Devices (desktops, 1200px+) // Show all - 2 col possibility @media all and (max-width: $breakpoint-xxl) { } // Largest Devices (larger desktops, 1400px+) @media all and (min-width: $breakpoint-xxl) { }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
redeyed-jekyll-theme-0.1.7 | _sass/layouts/panel-none.scss |
redeyed-jekyll-theme-0.1.6 | _sass/layouts/panel-none.scss |
redeyed-jekyll-theme-0.1.5 | _sass/layouts/panel-none.scss |