16 lines
440 B
SCSS
16 lines
440 B
SCSS
/*
|
|
* Z
|
|
* Provides Z-Index tracking, for use throughout the theme.
|
|
*
|
|
* Version:
|
|
* 1.0.1 - 2018/06/12
|
|
*/
|
|
|
|
$s-z--background: -1; //Background Element
|
|
$s-z--navbar: 10; //Navbar
|
|
$s-z--menu: 15; //Hamburger Menu
|
|
$s-z--menu-button: 16; //Button to toggle menu.
|
|
$s-z--logo: 16; //Logo (Goes over top of menu)
|
|
$s-z--modal: 100; //Modals
|
|
$s-z--transition: 1; //The Z-Index of an element in transition
|