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%;
margin-bottom: 20px;
background: linear-gradient(to top right, #FFF5F8, #FAFAFA);
font: unset;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
.dropdown {
width: 110px;
top: -7px;
margin: 0 10px;
.indent-size-input {
width: 90px;
top: -7px;
:host ::ng-deep .indent-size-input .mat-form-field-flex {
:host ::ng-deep .indent-size-input .mat-form-field-infix {
height: 55px;
box-sizing: content-box !important;
border-radius: 3px;
padding-bottom: 7px;
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.fx-column-start-stretch {
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: start;
align-items: stretch;
}
.fx-row-start-stretch {
box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: start;
align-items: stretch;
}
.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;
}