60 lines
712 B
Plaintext
60 lines
712 B
Plaintext
// 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;
|
|
}
|
|
|
|
td,
|
|
th {
|
|
padding: 0 0.5rem 0 0.5rem;
|
|
|
|
&.center {
|
|
text-align: center;
|
|
}
|
|
|
|
&.fixed-value {
|
|
width: 3rem;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
table.rolls-table {
|
|
.col-enabled {
|
|
width: 3rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.col-create {
|
|
width: 3rem;
|
|
text-align: center;
|
|
|
|
button {
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
}
|
|
|
|
.col-delete {
|
|
width: 3rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.col-label {
|
|
width: 6rem;
|
|
}
|
|
}
|
|
}
|