New z-index variables
This commit is contained in:
parent
cf72f18cbf
commit
d5c5da67ea
2 changed files with 5 additions and 2 deletions
|
|
@ -112,7 +112,10 @@ $basic_color_map: ();
|
|||
|
||||
$box_sizing: $default_box_sizing;
|
||||
|
||||
$z_top: 1000;
|
||||
$z_heaven: 100;
|
||||
$z_top: 10;
|
||||
$z_basic: 1;
|
||||
$z_earth: -100;
|
||||
|
||||
$basic_width: 96%;
|
||||
$width_small: 80%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue