Added Navbar, Header and App
This commit is contained in:
15
public/styles/elements/_body.scss
Normal file
15
public/styles/elements/_body.scss
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Body
|
||||
* Base Body Seettings
|
||||
*
|
||||
* Dependencies:
|
||||
* styles/settings/colors.scss - Used for colors
|
||||
* styles/tools/_gradients.scss - Used for background gradients.
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/02/23
|
||||
*/
|
||||
body {
|
||||
@include t-gradient-directional($s-color--background-bottom, $s-color--background-top, 45deg);
|
||||
min-height: 100%;
|
||||
}
|
13
public/styles/elements/_html.scss
Normal file
13
public/styles/elements/_html.scss
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* HTML
|
||||
* Base HTML Settings
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/02/23
|
||||
*/
|
||||
html {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
}
|
Reference in New Issue
Block a user