FileMaster
Search
Toggle Dark Mode
Home
/
.
/
assets
/
scss
/
pages
Edit File: _shop3.scss
.block-filter-canvas { position: fixed; top: 0px; left: -300px; height: 100%; overflow-y: auto; overflow-x: hidden; z-index: 12344; display: block; background-color: $background-white; padding: 0px 24px 0px 24px; width: 100%; max-width: 300px; transition: all .3s ease-in-out; &.active { left: 0px; transition: all .3s ease-in-out; } .box-filters { display: block; .block-filter { width: 100%; padding: 24px 0px 10px 0px; border-left: 0px; border-top: 1px solid $color-shape-border; } } } .wrapper-overlay { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: url(../imgs/template/trans.png); z-index: 12343; display: none; }
Save
Back