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/integrations/elementor/assets/sass/ |
Upload File : |
// ------------------------------------------------------------------------------------------------ // CONFIG // ------------------------------------------------------------------------------------------------ // ------------------------------------------ // VARIABLES // ------------------------------------------ $admin-bar-height: 32px; $font-family: "Space-Admin-Icon"; // $icon-wp-sb-space: "943"; // ------------------------------------------ // COLOR SYSTEM // ------------------------------------------ $color-white: #FFF; $color-gray-100: #F7F7F7; $color-gray-200: #F1F1F1; $color-gray-300: #BBB; $color-gray-400: #A5A5A5; $color-gray-500: #777; $color-gray-600: #666; $color-gray-700: #555; $color-gray-800: #333; $color-gray-900: #242424; $color-black: #000; // ------------------------------------------ // Z-INDEX SISTEM // ------------------------------------------ $z-layer-0: -1; $z-layer-1: 2; $z-layer-2: 4; $z-layer-3: 6; $z-layer-4: 8; $z-layer-5: 10; $z-layer-6: 100; $z-layer-7: 150; $z-layer-8: 200; $z-layer-9: 300; $z-layer-10: 400; $z-layer-11: 500; $z-layer-12: 1000; $z-layer-13: 1100; // ------------------------------------------ // ELEMENTOR // ------------------------------------------ $elem-placeholder-bg-color: rgba(213, 218, 223, .8); // ------------------------------------------------------------------------------------------------ // MIXIN // ------------------------------------------------------------------------------------------------ // @include font-icon-content($i); // @mixin font-icon-content($i) { // content: unquote("\"\\e#{$i}\""); // } // // @include font-icon-base; // @mixin font-icon-base { // font-family: $font-family; // } // // @include font-icon($i); // @mixin font-icon($i) { // @include font-icon-content($i); // @include font-icon-base; // }