43 lines
484 B
Plaintext
43 lines
484 B
Plaintext
// 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;
|
|
}
|
|
} |