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;
|
||||
}
|
12
public/styles/components/_header.scss
Normal file
12
public/styles/components/_header.scss
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Header
|
||||
* Styles for header element
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/02/23
|
||||
*/
|
||||
.c-header {
|
||||
border: 1px solid red;
|
||||
}
|
14
public/styles/components/_navbar.scss
Normal file
14
public/styles/components/_navbar.scss
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Navbar
|
||||
* Styles for Navbar
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/02/23
|
||||
*/
|
||||
.c-navbar {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
|
||||
}
|
Reference in New Issue
Block a user