Server IP : 162.0.217.223 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/themes/woodmart/inc/admin/assets/sass/pages/xtemos/ |
Upload File : |
// ------------------------------------------------------------------------------------------------ // WELCOME // ------------------------------------------------------------------------------------------------ @if $page-welcome { .xts-welcome-page { max-width: var(--xts-content-width); } .xts-welcome-box { overflow: hidden; // margin-bottom: 20px; background-color: #7CB32C; img { position: absolute; top: 0; inset-inline-end: 0; bottom: 0; z-index: -1; height: 100%; object-fit: cover; } // h3, // p { // max-width: 60%; // } h3 { font-size: 28px; } p { font-size: 120%; } .xts-box-content { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; min-height: 215px; } } :is( .xts-welcome-box, .xts-white-label-box) { h3 { font-size: 28px; } p { font-size: 120%; } } .xts-white-label-box { .xts-about-text { font-size: 120%; line-height: 1.5; } } .xts-info-boxes { h4 { margin-bottom: 5px; color: var(--xts-primary-color); font-size: 18px; } p { font-size: 120%; } } .xts-info-box-img { img { max-width: 128px; } } } // END IF // ------------------------------------------------------------------------------------------------ // RESPONSIVE // ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------ // 1025 AND DOWN // ------------------------------------------------------------------------------------------------ @mixin R-MD-UP__pages__xtemos__welcome { @if $page-welcome { .xts-welcome-box { :is( h3, p) { max-width: 60%; } } } // END IF } // ------------------------------------------------------------------------------------------------ // 1024 AND DOWN // ------------------------------------------------------------------------------------------------ @mixin R-MD-DOWN__pages__xtemos__welcome { @if $page-welcome { .xts-welcome-box { .xts-box-content { background-color: rgba(#000,.4); } } } // END IF }