Changed defaults
Also removed 3rd party flexbox mixins
This commit is contained in:
parent
ff3af38c25
commit
7e85f9f654
8 changed files with 156 additions and 401 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue