golden hour
/var/www/html/Digital_Design/sass/assets/_structure
⬆️ Go Up
Upload
File/Folder
Size
Actions
_media-query.scss
5.09 KB
Del
OK
_navbar.scss
13.7 KB
Del
OK
_sidebar.scss
8.42 KB
Del
OK
Edit: _media-query.scss
/* ====================== MEDIA QUERIES ====================== */ @media (min-width: 992px) { .sidebar-closed #sidebar .theme-brand li.theme-text a { display: none; } } @media (max-width: 991px) { .navbar .theme-brand { padding: 0.9px 0 0.9px 14px !important; } .sub-header-container .navbar { .toggle-sidebar, .sidebarCollapse { position: relative; padding: 0 25px 0 16px; } } /* ============= NavBar ============= */ .main-container.sidebar-closed #content { margin-left: 0; } /* ============= Sidebar ============= */ .shadow-bottom { width: 100%; } #content { margin-left: 0; } #sidebar .theme-brand { border-radius: 0; background-color: #1b55e2; padding: 7px 12px 7px 24px; border-color: #1b55e2; } .sidebar-closed #sidebar .theme-brand { padding: 0.9px 12px 0.9px 24px; } .main-container:not(.sbar-open) .sidebar-wrapper, body.alt-menu .sidebar-closed > .sidebar-wrapper { width: 0; left: -52px; } .main-container { padding: 0; } #sidebar ul.menu-categories.ps { height: calc(100vh - 70px) !important; } .sidebar-wrapper { position: fixed; top: 0; left: 0; bottom: 0; width: 255px; z-index: 9999; backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); border-radius: 0; } .sidebar-closed > .sidebar-wrapper { left: 0; } .sidebar-noneoverflow { overflow: hidden; } #sidebar { height: 100vh !important; padding: 10px 0 10px 10px; backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); background: #f1f2f3; } .footer-wrapper { padding: 0 16px 17px 16px; } .layout-px-spacing { padding: 0 16px !important; } /* display .overlay when it has the .active class */ .overlay.show { display: block; opacity: .7; } } @media (max-width: 767px) { .navbar { .theme-brand li.theme-text { display: none; margin-right: 0; } .navbar-item .nav-item { .form-inline.search { .search-form-control { opacity: 0; transition: opacity 200ms, top 200ms; } &.input-focused { .search-form-control { opacity: 1; transition: opacity 200ms, top 200ms; } position: absolute; bottom: 0; top: 0; background: #060818; height: 100%; width: 100%; left: 0; right: 0; z-index: 32; margin-top: 0px !important; display: flex; opacity: 1; transition: opacity 200ms, top 200ms; } opacity: 0; transition: opacity 200ms, top 200ms; top: -25px; } &.search-animated { position: initial; svg { font-weight: 600; margin: 0 9.6px; cursor: pointer; color: #e0e6ed; position: initial; width: 24px; height: 24px; transition: top 200ms; top: -25px; } &.show-search svg { margin: 0; position: absolute; top: 16px; left: 16px; width: 22px; height: 22px; color: #e0e6ed; z-index: 40; transition: top 200ms; } } .form-inline.search { &.input-focused { .search-bar { width: 100%; } .search-form-control { background: transparent; display: block; padding-left: 50px; padding-right: 12px; border: none; } } .search-form-control { border: none; width: 100%; display: none; } } } } .header-container .navbar .language-dropdown { margin-left: 16px; } } @media (max-width: 575px) { .navbar .navbar-item .nav-item.message-dropdown .dropdown-menu { min-width: 16.2rem; } .sub-header-container { .breadcrumb-one .breadcrumb-item { &:not(.active), + .breadcrumb-item::before { display: none; } span { vertical-align: sub; font-size: 15px; font-weight: 700; } } .navbar { .toggle-sidebar, .sidebarCollapse { padding: 0 13px 0 16px; } } } .navbar .navbar-item .nav-item.dropdown { .dropdown-menu:after { right: 45px; } &.notification-dropdown .dropdown-menu { right: -44px; &:after { right: 46px; } } &.message-dropdown .dropdown-menu { right: -82px; &:after { right: 83px; } } } .footer-wrapper .footer-section.f-section-2 { display: none; } }
Save