PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
title
/
assets
/
css
/
scss
/* ========================================================================== Title styles ========================================================================== */ .qodef-page-title { background-position: center 0; background-repeat: no-repeat; background-size: cover; &.qodef-image--responsive { height: auto !important; // because of inline style .qodef-m-content { position: absolute; top: 0; left: 0; &.qodef-content-grid { left: 50%; transform: translateX(-50%); } } } &.qodef-alignment--center { text-align: center; } &.qodef-alignment--right { text-align: right; } .qodef-m-image { @include qodefRelativeLayout(); img { display: block; width: 100%; } } .qodef-m-content { &.qodef-content-full-width { padding: $full-width-side-padding; } } .qodef-breadcrumbs { a, span { @include qodefH7Style(700, $light-skin-text-color); } span { color: unset; } .qodef-breadcrumbs-separator { color: $light-skin-text-color; } .qodef-breadcrumbs-current { color: $second-text-color; } a:hover { color: $second-text-color; } .qodef-breadcrumbs-separator { margin: 0 5px; &:after { content: '/'; } } } }
[+]
..
[-] _title-responsive.scss
[edit]
[-] _title-default.scss
[edit]