2015-10-21 20:56:56 +00:00
|
|
|
#CONTAINER section{
|
2015-10-21 17:13:56 +00:00
|
|
|
/* position */
|
|
|
|
display: block;
|
2015-10-22 08:29:43 +00:00
|
|
|
position: relative;
|
2015-10-21 17:13:56 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
2015-10-22 08:29:43 +00:00
|
|
|
/*min-height: calc( 100vh - 5em );*/
|
2015-10-21 17:13:56 +00:00
|
|
|
padding: 2em;
|
|
|
|
|
|
|
|
/* background */
|
|
|
|
background-color: #ecf0f1;
|
|
|
|
|
|
|
|
/* Z */
|
|
|
|
z-index: 7;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-10-21 20:56:56 +00:00
|
|
|
#CONTAINER section.active{ z-index: 8; }
|