This commit is contained in:
hjmaier
2021-02-07 20:28:31 +01:00
parent 61c5eab2da
commit 8a9627c278
13 changed files with 330 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
// main: midgard5.less
.midgard5.sheet.character {
form {
display: flex;
flex-direction: column;
}
.sheet-content {
height: 100%;
display: flex;
flex-direction: column;
.editor {
height: 100%;
}
}
}
+16
View File
@@ -0,0 +1,16 @@
// main: midgard5.less
.midgard5.sheet.item {
form {
display: flex;
flex-direction: column;
}
.sheet-content {
height: 100%;
display: flex;
flex-direction: column;
.editor {
height: 100%;
}
}
}
+4
View File
@@ -0,0 +1,4 @@
//out: ../midgard5.css
@import "./item-sheet.less";
@import "./Character-sheet.less";