PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
assets
/
css
/
scss
/
parts
/* ========================================================================== Global styles ========================================================================== */ .webon-core-page-inline-style { position: absolute !important; width: 0; height: 0; line-height: 1; display: none; } .qodef-scroll-down-svg { width: 35px; height: 35px; path:nth-of-type(2) { animation: 2s scroll-svg-move-down infinite; } } .qodef-rev-light-button-hover { button[type=submit]:hover, .qodef-contact-form-7 .qodef-rsvp-form button.qodef-button:hover, rs-module .qodef-rsvp-form button.qodef-button:hover{ background-color: #fff!important; } } body:not(.elementor-editor-active) .qodef-landing-text { .qodef-m-title, .qodef-m-text { opacity: 0; transform: translateX(50px); transition: .6s cubic-bezier(0.22, 0.61, 0.36, 1) .1s; } .qodef-m-title { transition-delay: .1s; } .qodef-m-text { transition-delay: .35s; } &.qodef-ready { .qodef-m-title, .qodef-m-text { opacity: 1; transform: translateY(0px); } } } body:not(.elementor-editor-active) .qodef-landing-image { transform: translateY(40px); opacity: 0; transition: opacity .3s,transform .5s cubic-bezier(.11,.29,.03,.88); will-change: transform; &.qodef-landing-image-1{ transition-delay: .4s; } &.qodef-landing-image-2{ transition-delay: .7s; } &.qodef-landing-image-3{ transition-delay: .5s; } &.qodef-ready { transform: translateY(0px); opacity: 1; } } .qodef-link-custom-style { a { color: $text-color; &:hover { color: $main-color; } } }
[-] _king-composer-default.scss
[edit]
[-] _mixins.scss
[edit]
[-] _global-default.scss
[edit]
[+]
..