webseite/assets/sass/ie9.scss
2018-02-25 00:49:23 +01:00

48 lines
No EOL
616 B
SCSS

@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;
}
}