16 lines
268 B
SCSS
16 lines
268 B
SCSS
/*
|
|
* App
|
|
* App styles for the app container.
|
|
*
|
|
* Dependencies:
|
|
* styles/tools/flex.scss
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/05/03
|
|
*/
|
|
@import '~@styles/global';
|
|
|
|
.c-app {
|
|
overflow-x: hidden;//Temporary until I find time to find the overflowing element
|
|
}
|