Added Navbar, Header and App
This commit is contained in:
15
public/styles/components/_app.scss
Normal file
15
public/styles/components/_app.scss
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* App
|
||||
* Styles for the App itself
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/02/23
|
||||
*/
|
||||
.c-app {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
overflow-x: hidden;
|
||||
position: relative;
|
||||
}
|
Reference in New Issue
Block a user