Automate project with gulp and transition to TypeScript.
Expand character data and sheet.
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
// main: midgard5.less
|
||||
|
||||
.midgard5 {
|
||||
.flexrow {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.sheet.character {
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.sheet-content {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.editor {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.profile-img {
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
}
|
||||
|
||||
.description {
|
||||
flex: 0 0 100%;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.level-display {
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
// main: midgard5.less
|
||||
|
||||
.midgard5.sheet.item {
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.sheet-content {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.editor {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.item-img {
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user