Newer
Older
height: 60%;
border: 1px solid;
margin: 0 20px;
: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;
}
margin-bottom: 20px;
background: linear-gradient(to top right, #FFF5F8, #FAFAFA);
margin-left: auto;
margin-right: auto;
:host ::ng-deep .dropdown .mat-mdc-form-field-infix {
min-height: unset;
padding-top: 10px;
padding-bottom: 10px;
:host ::ng-deep .dropdown .mdc-notched-outline__notch {
max-width: unset !important;
:host ::ng-deep .indent-size-input .mat-mdc-form-field-flex {
height: 45px;
:host ::ng-deep .indent-size-input .mat-mdc-form-field-infix {
padding-top: 10px;
padding-bottom: 10px;
box-sizing: content-box !important;
border-radius: 3px;
.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;
}