WebTemplate.scss
1 .WebTemplate { 2 height: 100%; 3 display: flex; 4 flex-direction: column; 5 flex-wrap: nowrap; 6 7 &-spacer { 8 flex-grow: 2; 9 } 10 }
1 .WebTemplate { 2 height: 100%; 3 display: flex; 4 flex-direction: column; 5 flex-wrap: nowrap; 6 7 &-spacer { 8 flex-grow: 2; 9 } 10 }