PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
info-section
/
assets
/
css
/
scss
/* ========================================================================== Section Title shortcode responsive styles ========================================================================== */ .qodef-info-section { .qodef-m-info { display: flex; } .qodef-m-tagline { position: relative; display: inline-block; margin: 0; line-height: 1; color: $heading-color; } .qodef-m-separator { position: relative; display: block; height: 1px; margin-top: 1px; background-color: $border-color; } .qodef-m-title { margin: 0 0 30px; line-height: 1.04em; color: $heading-color; } .qodef-m-info-title { @include qodefHeadingStyle(h6); min-width: 112px; padding-right: 20px; } .qodef-m-info-text { position: relative; display: inline-block; .qodef-vertical-split-slider & { padding-right: 20%; } } .qodef-m-button { margin-top: 29px; color: $heading-color; } &.qodef-skin--light { .qodef-m-tagline, .qodef-m-title, .qodef-m-info-title, .qodef-m-button { color: $header-light-skin-color; } .qodef-m-info-text { color: $light-skin-text-color; } .qodef-m-separator { background-color: $separator-color; } } }
[+]
..
[-] _info-section-default.scss
[edit]
[-] _info-section-responsive.scss
[edit]