forked from Gitlink/forgeplus-react
46 lines
606 B
SCSS
46 lines
606 B
SCSS
.editor-content-panel-wrapper {
|
|
margin-bottom: 12px;
|
|
|
|
.editor-content-panel {
|
|
display: flex;
|
|
align-items: center;
|
|
word-break: break-all;
|
|
|
|
border-radius: 2px;
|
|
max-width: 1056px;
|
|
text-align: justify;
|
|
|
|
height: auto;
|
|
min-height: 38px;
|
|
border: 1px solid rgba(234, 234, 234, 1);
|
|
padding: 4px;
|
|
width: 100%;
|
|
|
|
p {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
.hasValue {
|
|
color: rgb(153, 153, 153);
|
|
}
|
|
|
|
}
|
|
|
|
.md-error {
|
|
.edu-back-greyf5 {
|
|
border: 1px solid red;
|
|
}
|
|
}
|
|
|
|
.hideMd {
|
|
display: none;
|
|
}
|
|
|
|
.error {
|
|
border: 1px solid red;
|
|
} |