2021-11-01 13:45:02 +01:00
|
|
|
::ng-deep .angular-editor-textarea {
|
|
|
|
min-height: 150px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
//.form-field-subscript-wrapper {
|
|
|
|
// font-size: 75%;
|
|
|
|
// padding-left: 12px;
|
|
|
|
// margin-top: 8px;
|
|
|
|
//}
|
|
|
|
|
|
|
|
.editor-wrapper {
|
2022-02-08 19:51:40 +01:00
|
|
|
position: relative;
|
2021-11-01 13:45:02 +01:00
|
|
|
border: 1px solid transparent !important;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .angular-editor-toolbar {
|
|
|
|
margin-left: 1px;
|
|
|
|
margin-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .angular-editor-textarea, ::ng-deep .angular-editor-toolbar {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .angular-editor {
|
|
|
|
border: 1px solid #ddd !important;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-wrapper:hover, ::ng-deep .angular-editor:hover {
|
|
|
|
border: 1px solid #000 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-wrapper:focus-within, ::ng-deep .angular-editor:focus-within {
|
|
|
|
border: 1px solid #034459 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.required.editor-wrapper, .required .editor ::ng-deep .angular-editor {
|
|
|
|
border: 1px solid #f44336 !important;
|
|
|
|
}
|
|
|
|
|
2022-02-08 19:51:40 +01:00
|
|
|
.clear {
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
bottom: 5px;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2021-11-01 13:45:02 +01:00
|
|
|
.full-width {
|
|
|
|
width: 100%;
|
|
|
|
}
|