dimension theme

This commit is contained in:
Justin 2018-05-17 10:34:07 -04:00
parent 0c44a2e2fe
commit c8a4fc4567
73 changed files with 10250 additions and 0 deletions

View file

@ -0,0 +1,48 @@
@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/skel';
/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* BG */
#bg {
&:before {
background: _palette(bg-overlay);
}
}
/* Header */
#header {
.logo {
margin: 0 auto;
}
.content {
display: inline-block;
}
nav {
ul {
display: inline-block;
li {
display: inline-block;
}
}
}
}
/* Main */
#main {
article {
margin: 0 auto;
}
}