Converted some objects to components.

This commit is contained in:
2018-06-19 06:54:20 +10:00
parent aafc15402d
commit 37c938af07
9 changed files with 39 additions and 40 deletions

View File

@ -0,0 +1,17 @@
/*
* App
* App styles for the app container.
*
* Dependencies:
* styles/tools/flex.scss
*
* Version:
* 1.0.0 - 2018/05/03
*/
.c-app {
position: relative;
height: 100vh;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
}