First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
@@ -0,0 +1,19 @@
.empty-layout {
width: 100%;
height: 100%;
position: relative;
}
/* Prevent margin collapse */
.empty-layout::before {
content: "\00a0";
display: block;
overflow: hidden;
height: 0;
}
.empty-layout > div.content,
.empty-layout > div.content > div {
width: 100%;
height: 100%;
}