PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
side-area
/
assets
/
css
/
scss
/* ========================================================================== # Side Area style - begin ========================================================================== */ #qodef-side-area { position: fixed; top: 0; right: -460px; width: 460px; height: 100%; min-height: 100%; padding: 143px 70px 35px; background-color: #fff; overflow: hidden; visibility: hidden; z-index: 9999; transition: $sliding-area-transition; .qodef-side-area--opened & { right: 0; visibility: visible; } &.qodef-alignment--center { text-align: center; } &.qodef-alignment--right { text-align: right; } &.qodef-alignment--left { text-align: left; } } #qodef-side-area-close { position: absolute; height: auto; top: 39px; right: 0; display: block; z-index: 1000; color: $heading-color; .admin-bar & { top: 71px; } &.qodef-source--predefined { .qodef-side-area-animate--in &{ .qodef-m-line { &.qodef--1 { width: 26px; top: 11px; transform: rotate(45deg); } &.qodef--2 { width: 26px; top: 11px; transform: rotate(-45deg); } &.qodef--3 { display: none; } } } .qodef-m-line { &.qodef--1, &.qodef--2, &.qodef--3{ transition: top .3s ease,transform .3s ease, width .3s ease; will-change: transform; transition-delay: .4s; } &.qodef--3 { display: none; } } } } .qodef-side-area-cover { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; overflow: hidden; background-color: rgba($box-background-color , .1); z-index: 1002; .qodef-side-area-animate--in & { animation: qode-fade-in .3s ease-out both; } .qodef-side-area-animate--out & { animation: qode-fade-out .3s ease both } } /* ========================================================================== # Side Area style - end ========================================================================== */
[+]
..
[-] _side-area-responsive.scss
[edit]
[-] _side-area-default.scss
[edit]