ds4/src/scss/components/_description.scss
2021-01-07 04:12:20 +01:00

52 lines
936 B
SCSS

.side-properties {
flex: 0;
min-width: fit-content;
max-width: 50%;
margin: 5px 5px 5px 0;
padding-right: 5px;
border-right: 2px groove $c-border-groove;
.side-property {
margin: 2px 0;
display: grid;
grid-template-columns: minmax(30%, auto) auto;
justify-content: left;
label {
line-height: $default-input-height;
font-weight: bold;
}
input,
select {
text-align: left;
width: calc(100% - 2px);
}
@include mark-invalid-or-disabled-input;
input[type="checkbox"] {
width: auto;
height: 100%;
margin: 0px;
}
}
}
.description {
height: 100%;
}
.sheet-body .tab .editor {
height: 100%;
}
.tox {
.tox-editor-container {
background: $c-white;
}
.tox-edit-area {
padding: 0 8px;
}
}