Added poly section

This commit is contained in:
2018-03-01 06:01:05 +11:00
parent 184e548dd4
commit 300bde972d
20 changed files with 495 additions and 12 deletions

View File

@@ -0,0 +1,25 @@
/*
* Section Style Poly
* Styles for poly section elements
*
* Dependencies:
* styles/components/_section.scss
*
* Version:
* 1.0.0 - 2018/02/28
*/
.c-section--style-poly {
height: 60vmin;
position: relative;
z-index: -1;
overflow-y: visible;
}
.c-section--style-poly__canvas {
width: 100%;
height: 100%;
height: 80vmin;
top: 0;
left: 0;
position: absolute;
}