Added Navbar, Header and App

This commit is contained in:
2018-02-23 21:49:53 +11:00
parent 878bab91ac
commit 02d926aa37
12 changed files with 190 additions and 0 deletions

View 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%;
}

View File

@ -0,0 +1,13 @@
/*
* HTML
* Base HTML Settings
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/02/23
*/
html {
width: 100%;
min-height: 100%;
}