Rework folder organization
This commit is contained in:
14
less/item-sheet.less
Normal file
14
less/item-sheet.less
Normal file
@ -0,0 +1,14 @@
|
||||
.sheet {
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.sheet-content {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.editor {
|
||||
height: 100%
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user