Some checks failed
Release Creation / build (release) Failing after 21s
31 lines
467 B
Plaintext
31 lines
467 B
Plaintext
.ritual-content {
|
|
.sheet-common();
|
|
.item-sheet-common();
|
|
|
|
fieldset {
|
|
margin-top: 8px;
|
|
background-color: var(--color-light-1);
|
|
.editor-content {
|
|
max-height: 400px;
|
|
overflow-y: auto;
|
|
}
|
|
.editor-container {
|
|
max-height: 400px;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
|
|
.header {
|
|
background-color: var(--color-light-1);
|
|
display: flex;
|
|
img {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
}
|
|
|
|
label {
|
|
flex: 10%;
|
|
}
|
|
}
|