[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
siami
/
scss
/
layout
/
sidebar
/
[
Home
]
File: _sidebar-full.scss
@import "../../abstracts/variable"; @import "../../abstracts/mixin"; [data-sidebar-style="full"][data-layout="vertical"] { .deznav{ .metismenu{ & > li{ padding:0 0 0 0; & > a{ font-size: 18px; padding: 20px 50px 20px 50px; border-radius:0 1rem 4rem 0; @include transitionMedium; @include respond('laptop') { font-size: 16px; } } &.mm-active{ & > a{ background:$primary; color:$white; i{ color: $white; font-weight: normal; } } } .has-arrow:after{ right: 3.125rem; } } } } .menu-toggle { .nav-header { width: 7.5rem; z-index: 999; .brand-logo { padding-left: 0; padding-right: 0; justify-content: center; } .nav-control { .hamburger { .line { background-color: $primary!important; } } } } .copyright, .plus-box{ display:none; } .header { padding-left: 7.5rem; width: 100%; @at-root [direction="rtl"]#{&} { padding: 0 0.9375rem; padding-right: 7.5rem; } } .deznav { width: 7.5rem; overflow: visible; position: absolute; .nav-text { display: none; } .slimScrollDiv, .deznav-scroll { overflow: visible !important; } .metismenu { padding-right: 0; li { position: relative; a { padding: 0.8125rem 0.9375rem; svg{ max-width: 24px; max-height: 24px; margin-right: 0; } &:before{ content:none; } } &>ul { position: absolute; left: 7.5rem; top: 0; width: 12rem; z-index: 1001; display: none; padding-left: 1px; height: auto !important; box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1); border-radius: 0; margin-left: 0; border:0; background:$white; &:after{ content: ""; position: absolute; background: inherit; width: 10px; height: 10px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); left: -5px; top: 20px; } @at-root [direction="rtl"]#{&} { left: auto; right: 3rem; // box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.15); } li:hover { ul { // display: block; left: 11.8125rem; top: 0; &:after{ content:none; } } } } &:hover>ul { display: block; height: auto; overflow: visible; } } &>li { transition: all 0.4s ease-in-out; padding: 0 0; &>a { text-align:center; &.has-arrow { &:after { display: none; } } } &.mm-active > a{ background:$primary; border-radius:0; i{ color:$white; } } &:hover{ &:nth-last-child(-n + 1) { &>ul { bottom: 0; top: auto; } } &>a { border-radius: 0; background:$primary; color:$white; @at-root [data-theme-version="dark"]#{&} { background:$dark-card; } i{ color: $white; padding-right:0; } } &>ul { height: auto !important; padding: 10px 0; a { padding: 6px 20px 6px 20px; margin-left: -.1rem; } ul{ padding: 10px 0; a { padding: 6px 20px 6px 20px; margin-left: -.1rem; } } } } } .nav-label, .nav-badge { display: none; } } } .content-body { margin-left: 7.5rem; @at-root [direction="rtl"]#{&} { margin-right: 7.5rem; margin-left: auto; border: 0; } } &+.footer { padding-left: 7.5rem; @at-root [direction="rtl"]#{&} { padding-left: 0; padding-right: 7.5rem; } } } } [data-sidebar-style="full"][data-layout="horizontal"] { .deznav .metismenu{ padding: 0 30px; } .header .header-content{ padding-left: 1.875rem; } }