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/responsive/ |
Upload File : |
// ------------------------------------------------------------------------------------------------ // RESPONSIVE UP // ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------ // MEDIA 1441 AND UP // ------------------------------------------------------------------------------------------------ // @media (min-width: #{$media-xxl}) { // GRID STYLE // @include R-XXL-UP__helpers; // } // ------------------------------------------------------------------------------------------------ // MEDIA 1200 AND UP // ------------------------------------------------------------------------------------------------ @media (min-width: #{$media-xl}) { // GRID STYLE @include R-XL-UP__helpers; // @include R-XL-UP__elements__option-tabs; @include R-XL-UP__pages__plugins; } // ------------------------------------------------------------------------------------------------ // MEDIA 1025 AND UP // ------------------------------------------------------------------------------------------------ @media (min-width: #{$media-lg + 1px}) { // ------------------------------------------------------------------------------------------------ // CONTROLS // ------------------------------------------------------------------------------------------------ // @include R-MD-UP__controls__buttons-set; // ------------------------------------------------------------------------------------------------ // PAGES // ------------------------------------------------------------------------------------------------ // ------------------------------------------ // WELCOME // ------------------------------------------ @include R-MD-UP__pages__xtemos__welcome; // ------------------------------------------ // THEME SETTINGS // ------------------------------------------ @include R-MD-UP__pages__xtemos__theme-settings; // ------------------------------------------ // CSS GENERATOR // ------------------------------------------ // @include R-MD-UP__pages__xtemos__css-generator; }