ds4/scss/components/_description.scss

40 lines
561 B
SCSS
Raw Normal View History

2020-10-29 16:18:38 +01:00
.side-properties {
flex: 0 0 150px;
margin: 5px 5px 5px 0;
padding-right: 5px;
2020-10-29 18:49:51 +01:00
border-right: 2px groove $c-border-groove;
2020-10-29 16:18:38 +01:00
.side-property {
2020-10-29 17:48:56 +01:00
margin: 2px 0;
2020-10-29 16:18:38 +01:00
display: flex;
flex-direction: row;
label {
flex: 2;
line-height: 26px;
font-weight: bold;
}
2020-10-29 17:48:56 +01:00
input,
select {
2020-10-29 16:18:38 +01:00
text-align: right;
flex: 1;
2020-10-29 17:48:56 +01:00
width: calc(100% - 2px);
2020-10-29 16:18:38 +01:00
}
}
}
2020-10-29 18:49:51 +01:00
.sheet-body .tab .editor {
height: 100%;
}
.tox {
.tox-editor-container {
background: $c-white;
}
.tox-edit-area {
padding: 0 8px;
}
}