46 lines
466 B
SCSS
46 lines
466 B
SCSS
.dsa41.dialog.liturgy {
|
|
|
|
table {
|
|
tr {
|
|
th:first-child {
|
|
width: 48px;
|
|
}
|
|
}
|
|
}
|
|
|
|
table#mods {
|
|
|
|
tr {
|
|
th:first-child {
|
|
width: 48px;
|
|
}
|
|
}
|
|
|
|
.remove-mod {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
}
|
|
|
|
.editor {
|
|
|
|
display: grid;
|
|
grid-template-columns: 48px 1fr;
|
|
|
|
#mod_rank {
|
|
display: inline-block;
|
|
width: 48px;
|
|
}
|
|
|
|
select {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.dialog-buttons {
|
|
flex: 0;
|
|
}
|
|
}
|