add base structure for card text as textref
This commit is contained in:
@@ -6,3 +6,31 @@
|
||||
html, body, #app {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
height: calc(100vh - 56px);
|
||||
}
|
||||
|
||||
// Layouts
|
||||
|
||||
.view {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.split-screen {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
|
||||
& > * {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.container-fill {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user