PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
single-image
/
assets
/
css
/
scss
/* ========================================================================== Single image shortcode styles ========================================================================== */ .qodef-single-image { @include qodefRelativeLayout(); .qodef-m-image { @include qodefRelativeLayout(); z-index: 2; a, img { display: block; } } .qodef-m-icon-wrapper { position: absolute; top: 0; left: auto; right: auto; } .qodef-m-background-image { position: absolute; width: 100%; height: 100%; top: 50px; left: 50px; z-index: 1; img { width: 100%; } } &.qodef--has-shadow { .qodef-layout--circle { box-shadow: $icon-shadow; box-sizing: border-box; } } &.qodef--custom-icon { .qodef-m-icon-wrapper { width: 100%; } } &.qodef--parallax-background-image { .qodef-m-background-image{ top: 0; } } }
[+]
..
[-] _single-image-responsive.scss
[edit]
[-] _single-image-default.scss
[edit]