Newer
Older
tiptap-editor {
height: 57%;
}
:host ::ng-deep .ProseMirror p strong {
letter-spacing: 0.04em !important;
font-weight: 600 !important;
}
font-weight: bold;
font-size: 20px;
}
font-weight: bold;
font-size: 18px;
}
font-weight: bold;
font-size: 16px;
}
font-weight: normal;
font-size: 16px;
}
.combo-button {
margin-top: -2px;
margin-left: 10px;
.combo-button mat-select {
margin-top: 20%;
.combo-button-select {
border: none;
outline: none;
max-width: 15px;
}
margin-bottom: 20px;
background: linear-gradient(to top right, #FFF5F8, #FAFAFA);
font: unset;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
width: 70px;
}
.indent-size-input {
width: 90px;
top: -7px;
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
:host ::ng-deep .indent-size-input .mat-form-field-flex {
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
:host ::ng-deep .indent-size-input .mat-form-field-infix {
height: 65px;
box-sizing: content-box !important;
border-radius: 3px;
padding: 5px 2px 10px 2px;
.fx-column-start-stretch {
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: stretch;
}
.fx-row-start-stretch {
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: stretch;
}
.fx-row-start-start {
box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}
.fx-row-space-between-stretch {
box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
}
.fx-row-space-around-center {
box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}