Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
beautique
/
skins
/
default
/
✏️
Editing: skin-upgrade-style.scss
@import "../../css/_mixins.scss"; @import "../../css/_theme-vars.scss"; @import "css/_skin-vars.scss"; //---user styles //--post 404 .post_item_404 .page_title { color: var(--theme-color-text_link); } .post_item_404 .post_content .all-svg { display: none; } //--button -decoration styles .sc_button.sc_button_decoration:not(.color_style_dark) { &:hover { color: var(--theme-color-inverse_link) !important; border-color: var(--theme-color-text_hover) !important; background-color: var(--theme-color-text_hover) !important; } &.color_style_link2:hover { color: var(--theme-color-inverse_link) !important; border-color: var(--theme-color-text_hover2) !important; background-color: var(--theme-color-text_hover2) !important; } &.color_style_link3:hover { color: var(--theme-color-inverse_link) !important; border-color: var(--theme-color-text_hover3) !important; background-color: var(--theme-color-text_hover3) !important; } } //--cover .sc_cover:hover + .elementor-container .hover-color-text, .sc_cover:hover + .elementor-container .hover-color-text * { color: var(--theme-color-text_link); } //--mailchimp form -style 10 #style-10.mc4wp-form .mc4wp-form-fields input[type="email"] { @include box-shadow(none); background-color: var(--theme-color-bg_color) !important; } //--google map -inverse style .map_marker.inverse { background-color: var(--theme-color-inverse_link); > div { background-color: var(--theme-color-inverse_link_05); } } //--background image .page_wrap.with_bg { background-repeat: no-repeat; background-position: top center; -webkit-background-size: cover; background-size: cover; &.contain_size { background-repeat: repeat; background-position: top center; -webkit-background-size: contain; background-size: contain; } &.fixed { background-attachment: fixed; } .page_content_wrap { background-color: transparent; } [class*="scheme_"].top_panel { background-color: transparent; } } //-with image fixed .page_wrap.with_bg_fixed { .page_content_wrap { background-color: transparent; } [class*="scheme_"].top_panel { background-color: transparent; } .custom_bg_fixed { display: block; position: fixed; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; overflow: hidden; background-repeat: no-repeat; background-position: top center; -webkit-background-size: cover; background-size: cover; &.contain_size { background-repeat: repeat; background-position: top center; -webkit-background-size: contain; background-size: contain; } } } //---widget styles //--porfolio -extra style .sc_portfolio.sc_portfolio_extra { .sc_portfolio_item .post_featured .post_info { .post_title { background-color: var(--theme-color-alter_bg_color); a { color: var(--theme-color-text_dark) !important; } } .post_meta .post_categories { background-color: var(--theme-color-alter_bg_color); a, span { color: var(--theme-color-text_dark) !important; } } } &.sc_portfolio_eclipse .sc_portfolio_item .post_featured .mask { background-color: var(--theme-color-alter_bg_color); } } //--grid 7/9 styles .sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_7, .sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_9 { .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bl { .sc_blogger_item_title { background-color: var(--theme-color-alter_bg_color); a { color: var(--theme-color-text_dark) !important; } } .post_meta .post_categories { background-color: var(--theme-color-alter_bg_color); a, span { color: var(--theme-color-text_dark) !important; } } } } //--icon-services -accent style .sc_icons_accent .sc_icons_item:hover { @include box-shadow(none); } //--categories list -style 1 .widget_categories_list .categories_list_style_1 .categories_list_image { height: auto; img { width: 100%; max-height: none; } } .widget_categories_list .categories_list_style_1 .categories_list_item .categories_list_title { font-size: 19px; margin: 1.3em 0 0; } //---responsive styles //@mixin theme--sm() @media #{$media_sm} { //--categories list -style 1 .widget_categories_list .categories_list_style_1 .categories_list_item .categories_list_title { margin: 1em 0 0; } //--breadcrumbs .sc_layouts_title_breadcrumbs { margin-top: 1em; } }
💾 Save
❌ Cancel