57 lines
614 B
Plaintext
57 lines
614 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;
|
|
}
|
|
|
|
td {
|
|
&.center {
|
|
text-align: center;
|
|
}
|
|
|
|
&.padding {
|
|
padding: 0 1rem 0 1rem;
|
|
}
|
|
}
|
|
|
|
input.skill {
|
|
width: 5rem;
|
|
}
|
|
} |