style fix
This commit is contained in:
parent
3f4091bd16
commit
3d4d8a7bc1
|
@ -1,5 +1,9 @@
|
||||||
::ng-deep .angular-editor-textarea {
|
::ng-deep .angular-editor-textarea {
|
||||||
min-height: 150px !important;
|
min-height: 150px !important;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1.5rem;
|
||||||
|
color: #7d7d7d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-wrapper {
|
.editor-wrapper {
|
||||||
|
|
Loading…
Reference in New Issue