3-variables edit

wm-z-indexes  edit

/* scss/3-variables/_wm-z-indexes.scss */

// ==============================================
// Z-INDEXES
// ==============================================
// need to corral the rest of them

// ----------------------------------------------
// --- TOPBAR AND MENUS Z-INDEXES
$z-index-topbar-buttons: 81;
$z-index-menus: 100;
$menu-white-backdrop: 95;
$menu-backdrop: 90;
$menu-topbar: 80;
/* scss/3-variables/_wm-z-indexes.scss */

// ==============================================
// Z-INDEXES
// ==============================================
// need to corral the rest of them

// ----------------------------------------------
// --- TOPBAR AND MENUS Z-INDEXES
$z-index-topbar-buttons: 81;
$z-index-menus: 100;
$menu-white-backdrop: 95;
$menu-backdrop: 90;
$menu-topbar: 80;
Copy
Edit
<!-- components/3-variables/wm-z-indexes.php --> <pre><code class="language-css"><?php echo outputFile('../scss/3-variables/_wm-z-indexes.scss'); ?> </code></pre> <pre><code class="printableVars"><?php echo outputFile('../scss/3-variables/_wm-z-indexes.scss'); ?></code></pre>
Copy
Copy
Edit
/* scss/3-variables/_wm-z-indexes.scss */ // ============================================== // Z-INDEXES // ============================================== // need to corral the rest of them // ---------------------------------------------- // --- TOPBAR AND MENUS Z-INDEXES $z-index-topbar-buttons: 81; $z-index-menus: 100; $menu-white-backdrop: 95; $menu-backdrop: 90; $menu-topbar: 80;