/* ----------------------------------------- */ /* Item Sheet Styles */ /* ----------------------------------------- */ .bol.sheet.item { min-width: 460px; min-height: 400px; h1 input.itemname { margin-top: 32px; min-width: 24rem; font-family: "Wolfsbane2Expanded", cursive; } .item-properties { flex: 0 0 150px; margin: 5px 5px 5px 0; padding-right: 5px; border-right: 1px groove #eeede0; .form-group { margin: 0; label { line-height: 20px; } } .properties-list { list-style: none; margin: 0; padding: 0; li { margin: 3px 0; padding: 0 2px; background: rgba(0, 0, 0, 0.05); border: 1px groove #eeede0; text-align: center; font-size: 12px; line-height: 18px; } } } } .bol.dialog .sheet-header h3 { font-family: "Wolfsbane2Expanded", cursive; font-size: 24px; color: black; } .editor, .editor-content { height: 100%; }