|
@@ -29,7 +29,7 @@ aside, section
|
|
|
& > article
|
|
& > article
|
|
|
box-flex(1)
|
|
box-flex(1)
|
|
|
ordinal-group(2)
|
|
ordinal-group(2)
|
|
|
- z-index: 0
|
|
|
|
|
|
|
+ z-index: -1
|
|
|
& > footer
|
|
& > footer
|
|
|
ordinal-group(3)
|
|
ordinal-group(3)
|
|
|
|
|
|
|
@@ -37,11 +37,10 @@ aside, section
|
|
|
/* ================================ SECTION ================================ */
|
|
/* ================================ SECTION ================================ */
|
|
|
/* ========================================================================= */
|
|
/* ========================================================================= */
|
|
|
section
|
|
section
|
|
|
- z-index: 3
|
|
|
|
|
|
|
+ z-index: 2
|
|
|
width: inherit
|
|
width: inherit
|
|
|
&:not(.show)
|
|
&:not(.show)
|
|
|
- z-index: 2
|
|
|
|
|
-
|
|
|
|
|
|
|
+ z-index: 1
|
|
|
|
|
|
|
|
/* ========================================================================= */
|
|
/* ========================================================================= */
|
|
|
/* ================================= ASIDE ================================= */
|
|
/* ================================= ASIDE ================================= */
|
|
@@ -50,11 +49,11 @@ aside
|
|
|
min-width: ASIDE_WIDTH
|
|
min-width: ASIDE_WIDTH
|
|
|
display: none
|
|
display: none
|
|
|
z-index: -1
|
|
z-index: -1
|
|
|
-
|
|
|
|
|
&.active
|
|
&.active
|
|
|
display-box()
|
|
display-box()
|
|
|
&.show
|
|
&.show
|
|
|
- z-index: 2
|
|
|
|
|
|
|
+ z-index: 0
|
|
|
|
|
+ display-box()
|
|
|
&.right
|
|
&.right
|
|
|
right: 0px
|
|
right: 0px
|
|
|
|
|
|