|
@@ -10,33 +10,6 @@
|
|
font-family: "babylon";
|
|
font-family: "babylon";
|
|
}
|
|
}
|
|
|
|
|
|
- fullscreen-container {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
-
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
-
|
|
|
|
- justify-content: flex-start;
|
|
|
|
- /* align items in Main Axis */
|
|
|
|
- align-items: stretch;
|
|
|
|
- /* align items in Cross Axis */
|
|
|
|
- align-content: stretch;
|
|
|
|
- /* Extra space in Cross Axis */
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- fullscreen-container>* {
|
|
|
|
- flex: 1 1 auto;
|
|
|
|
- flex-direction: row;
|
|
|
|
-
|
|
|
|
- justify-content: flex-start;
|
|
|
|
- /* align items in Main Axis */
|
|
|
|
- align-items: stretch;
|
|
|
|
- /* align items in Cross Axis */
|
|
|
|
- align-content: stretch;
|
|
|
|
- /* Extra space in Cross Axis */
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
html,
|
|
html,
|
|
body {
|
|
body {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -47,4 +20,4 @@
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
|
|
-<fullscreen-container></fullscreen-container>
|
|
|
|
|
|
+<fill-container></fill-container>
|