19 lines
275 B
SCSS

/*
* App
* App styles for the app container.
*
* Dependencies:
* styles/tools/flex.scss
*
* Version:
* 1.0.0 - 2018/05/03
*/
.o-app {
position: relative;
min-height: 100vh;
width: 100%;
@extend %t-flexbox;
@include t-flex-direction(column);
}