Changed defaults

Also removed 3rd party flexbox mixins
This commit is contained in:
Stephan 2017-02-27 17:51:25 +01:00
parent ff3af38c25
commit 7e85f9f654
8 changed files with 156 additions and 401 deletions

View file

@ -44,7 +44,7 @@
%size_content_solo {
@extend %size_content;
*,
::before,
::after {
@ -94,6 +94,17 @@
bottom: 0;
}
// Absolute elements
.fullscreen_body {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: transparentize($alpha_color, .5);;
}
// Space and placeholders
.space_box {
float: left;