Current File : /home/kelaby89/www/wp/wp-content/plugins/trx_addons/components/shortcodes/content/content.scss |
@import "../../../css/_mixins.scss";
@import "../../../css/_trx_addons.vars.scss";
.sc_content {
position: relative;
}
.sc_content:not([class*="sc_padding_"]) {
padding-top: 0.0001px;
}
[class*="sc_content_width_"] {
@include border-box;
}
[class*="sc_content_width_"]:not([class*="sc_margin_"]) {
margin-left: auto;
margin-right: auto;
}
.sc_content_width_1_1, .sc_inner_width_1_1 > .elementor-column-wrap, .sc_inner_width_1_1 > .elementor-widget-wrap { width: $page; }
.sc_content_width_1_2, .sc_inner_width_1_2 > .elementor-column-wrap, .sc_inner_width_1_2 > .elementor-widget-wrap { width: $page / 2; }
.sc_content_width_1_3, .sc_inner_width_1_3 > .elementor-column-wrap, .sc_inner_width_1_3 > .elementor-widget-wrap { width: $page / 3; }
.sc_content_width_2_3, .sc_inner_width_2_3 > .elementor-column-wrap, .sc_inner_width_2_3 > .elementor-widget-wrap { width: $page / 3 * 2; }
.sc_content_width_1_4, .sc_inner_width_1_4 > .elementor-column-wrap, .sc_inner_width_1_4 > .elementor-widget-wrap { width: $page / 4; }
.sc_content_width_3_4, .sc_inner_width_3_4 > .elementor-column-wrap, .sc_inner_width_3_4 > .elementor-widget-wrap { width: $page / 4 * 3; }
.sc_inner_width_none > .elementor-column-wrap, .sc_inner_width_none > .elementor-widget-wrap { width: 100%; }
.sc_content_width_100p{ width: 100%; }
.sc_content_width_90p { width: 90%; }
.sc_content_width_80p { width: 80%; }
.sc_content_width_75p { width: 75%; }
.sc_content_width_70p { width: 70%; }
.sc_content_width_60p { width: 60%; }
.sc_content_width_50p { width: 50%; }
.sc_content_width_45p { width: 45%; }
.sc_content_width_40p { width: 40%; }
.sc_content_width_30p { width: 30%; }
.sc_content_width_25p { width: 25%; }
.sc_content_width_20p { width: 20%; }
.sc_content_width_15p { width: 15%; }
.sc_content_width_10p { width: 10%; }
.sc_content_container.with_number {
position: relative;
}
.sc_content_number {
position: absolute;
z-index:0;
color: #f0f0f0;
letter-spacing:-10px;
@include font(10em, 1em, 900);
@include translate(-75%, -50%);
}
.sc_content_number_tl { left:0; top: 0; }
.sc_content_number_tc { left:50%; top: 0; }
.sc_content_number_tr { left:100%; top: 0; }
.sc_content_number_ml { left:0; top: 50%; }
.sc_content_number_mc { left:50%; top: 50%; }
.sc_content_number_mr { left:100%; top: 50%; }
.sc_content_number_bl { left:0; top: 100%; }
.sc_content_number_bc { left:50%; top: 100%; }
.sc_content_number_br { left:100%; top: 100%; }