add text superposition base layout

This commit is contained in:
axolotle
2021-05-08 23:57:33 +02:00
parent 4ed63fe58d
commit bd85323e9b
5 changed files with 120 additions and 26 deletions
+2
View File
@@ -26,3 +26,5 @@ $families: (
@function setColorFromId($id) {
@return map-get($families, $id);
}
$text-card-header-height: 4rem;
+6 -11
View File
@@ -3,8 +3,11 @@
@import 'bootstrap';
html, body, #app {
html,
body,
#app {
height: 100%;
overflow: hidden;
}
#app {
@@ -13,7 +16,8 @@ html, body, #app {
}
main {
height: 100%;
flex: 1;
overflow-y: auto;
}
// Layouts
@@ -24,15 +28,6 @@ main {
height: 100%;
}
.split-screen {
display: flex;
height: 100%;
& > * {
flex-basis: 50%;
}
}
.container-fill {
display: flex;
flex-direction: column;