V 0.01
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
//out: ../midgard5.css
|
||||
|
||||
@import "./item-sheet.less";
|
||||
@import "./Character-sheet.less";
|
||||
Reference in New Issue
Block a user