new-front-common-library 16.1.0-REF-1 → 16.1.0-REF-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/css/new-themes/_dark-theme-16.scss +10 -43
- package/assets/css/new-themes/_global-16.scss +61 -0
- package/assets/css/new-themes/_light-theme-16.scss +7 -44
- package/assets/css/new-themes/material-16/_mdc-dark-theme.scss +29 -28
- package/assets/css/new-themes/material-16/_mdc-light-theme.scss +30 -28
- package/assets/css/new-themes/material-16/_mdc.scss +35 -15
- package/esm2022/lib/util/component/header/header.component.mjs +2 -2
- package/fesm2022/new-front-common-library.mjs +2 -2
- package/fesm2022/new-front-common-library.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -63,44 +63,6 @@
|
|
|
63
63
|
|
|
64
64
|
// END TITLE
|
|
65
65
|
|
|
66
|
-
// BUTTON
|
|
67
|
-
.primary {
|
|
68
|
-
background: $blue-primary !important;
|
|
69
|
-
color: #FFFFFF !important;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.secondary {
|
|
73
|
-
background: $gray-blue-primary !important;
|
|
74
|
-
color: #FFFFFF !important;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.accent {
|
|
78
|
-
background: $purple-primary !important;
|
|
79
|
-
color: #FFFFFF !important;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.positive {
|
|
83
|
-
background: $green-primary !important;
|
|
84
|
-
color: #FFFFFF !important;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.negative {
|
|
88
|
-
background: $red-primary;
|
|
89
|
-
color: #FFFFFF;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.primary-color {
|
|
93
|
-
color: $blue-primary !important;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// END BUTTON
|
|
97
|
-
|
|
98
|
-
//TABLE
|
|
99
|
-
.no-results {
|
|
100
|
-
background: $gray-primary;
|
|
101
|
-
color: white;
|
|
102
|
-
}
|
|
103
|
-
// END TABLE
|
|
104
66
|
|
|
105
67
|
//EXPANSION PANEL
|
|
106
68
|
.mat-expansion-panel-header {
|
|
@@ -121,7 +83,7 @@
|
|
|
121
83
|
//
|
|
122
84
|
.ng-select .ng-select-container {
|
|
123
85
|
background-color: $background-lvl3;
|
|
124
|
-
color: $gray-
|
|
86
|
+
color: $gray-background-lightest;
|
|
125
87
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
126
88
|
}
|
|
127
89
|
|
|
@@ -146,12 +108,21 @@
|
|
|
146
108
|
box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $gray-background-dark;
|
|
147
109
|
}
|
|
148
110
|
|
|
111
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
112
|
+
color: $gray-light;
|
|
113
|
+
background-color: $background-lvl2;
|
|
114
|
+
}
|
|
115
|
+
|
|
149
116
|
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
|
|
150
117
|
color: $gray-background-lightest;
|
|
151
118
|
}
|
|
152
119
|
|
|
153
120
|
// END NG-SELECT
|
|
154
121
|
|
|
122
|
+
.separator-line {
|
|
123
|
+
border-color: $gray-background-lightest;
|
|
124
|
+
}
|
|
125
|
+
|
|
155
126
|
|
|
156
127
|
//.navigation-menu {
|
|
157
128
|
// background-color: $background-lvl2;
|
|
@@ -236,10 +207,6 @@
|
|
|
236
207
|
// color: $gray-primary;
|
|
237
208
|
//}
|
|
238
209
|
|
|
239
|
-
//.separator-line {
|
|
240
|
-
// border-color: $gray-background-lightest;
|
|
241
|
-
//}
|
|
242
|
-
|
|
243
210
|
//// DRAG & DROP
|
|
244
211
|
|
|
245
212
|
//.drag-drop-box {
|
|
@@ -105,6 +105,14 @@ body, html {
|
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
// BUTTON
|
|
108
|
+
|
|
109
|
+
.app-container .mat-mdc-button.mat-mdc-button-base,
|
|
110
|
+
.app-container .mat-mdc-raised-button.mat-mdc-button-base,
|
|
111
|
+
.app-container .mat-mdc-unelevated-button.mat-mdc-button-base,
|
|
112
|
+
.app-container .mat-mdc-outlined-button.mat-mdc-button-base {
|
|
113
|
+
height: 32px;
|
|
114
|
+
}
|
|
115
|
+
|
|
108
116
|
.action-button {
|
|
109
117
|
font-weight: bold !important;
|
|
110
118
|
font-size: 14px;
|
|
@@ -226,6 +234,11 @@ body, html {
|
|
|
226
234
|
box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $blue-primary;
|
|
227
235
|
}
|
|
228
236
|
|
|
237
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
238
|
+
display: flex;
|
|
239
|
+
align-items: center;
|
|
240
|
+
}
|
|
241
|
+
|
|
229
242
|
// END NG-SELECT
|
|
230
243
|
|
|
231
244
|
.clickable {
|
|
@@ -252,6 +265,54 @@ body, html {
|
|
|
252
265
|
|
|
253
266
|
// END THIRD PARTY AUTOCOMPLETE
|
|
254
267
|
|
|
268
|
+
// BUTTON
|
|
269
|
+
.primary {
|
|
270
|
+
background: $blue-primary !important;
|
|
271
|
+
color: #FFFFFF !important;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.secondary {
|
|
275
|
+
background: $gray-blue-primary !important;
|
|
276
|
+
color: #FFFFFF !important;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.accent {
|
|
280
|
+
background: $purple-primary !important;
|
|
281
|
+
color: #FFFFFF !important;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.positive {
|
|
285
|
+
background: $green-primary !important;
|
|
286
|
+
color: #FFFFFF !important;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.negative {
|
|
290
|
+
background: $red-primary !important;
|
|
291
|
+
color: #FFFFFF !important;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.primary-color {
|
|
295
|
+
color: $blue-primary !important;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// END BUTTON
|
|
299
|
+
|
|
300
|
+
//TABLE
|
|
301
|
+
.no-results {
|
|
302
|
+
background: $gray-primary;
|
|
303
|
+
color: white;
|
|
304
|
+
}
|
|
305
|
+
// END TABLE
|
|
306
|
+
|
|
307
|
+
// TOOLTIP
|
|
308
|
+
|
|
309
|
+
.mdc-tooltip__surface {
|
|
310
|
+
max-width: 250px;
|
|
311
|
+
max-height: 100%;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// END TOOLTIP
|
|
315
|
+
|
|
255
316
|
|
|
256
317
|
//.spacer {
|
|
257
318
|
// flex: 1 1 auto;
|
|
@@ -61,44 +61,8 @@
|
|
|
61
61
|
|
|
62
62
|
// END TITLE
|
|
63
63
|
|
|
64
|
-
// BUTTON
|
|
65
|
-
.primary {
|
|
66
|
-
background: $blue-primary;
|
|
67
|
-
color: #FFFFFF;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.secondary {
|
|
71
|
-
background: $gray-blue-primary;
|
|
72
|
-
color: #FFFFFF;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.accent {
|
|
76
|
-
background: $purple-primary;
|
|
77
|
-
color: #FFFFFF;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.positive {
|
|
81
|
-
background: $green-primary;
|
|
82
|
-
color: #FFFFFF;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.negative {
|
|
86
|
-
background: $red-primary;
|
|
87
|
-
color: #FFFFFF;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.primary-color {
|
|
91
|
-
color: $blue-primary;
|
|
92
|
-
}
|
|
93
|
-
// END BUTTON
|
|
94
64
|
|
|
95
65
|
|
|
96
|
-
//TABLE
|
|
97
|
-
.no-results {
|
|
98
|
-
background: $gray-primary;
|
|
99
|
-
color: white;
|
|
100
|
-
}
|
|
101
|
-
// END TABLE
|
|
102
66
|
|
|
103
67
|
//EXPANSION PANEL
|
|
104
68
|
.mat-expansion-panel-header {
|
|
@@ -124,12 +88,19 @@
|
|
|
124
88
|
border-color: $black-bluish;
|
|
125
89
|
box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $black-bluish;
|
|
126
90
|
}
|
|
91
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
92
|
+
color: $black-bluish;
|
|
93
|
+
background-color: #ebf5ff;
|
|
94
|
+
}
|
|
127
95
|
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
|
|
128
96
|
color: $black-bluish;
|
|
129
97
|
}
|
|
130
98
|
|
|
131
99
|
// END NG-SELECT
|
|
132
100
|
|
|
101
|
+
.separator-line {
|
|
102
|
+
border-color: $black-bluish;
|
|
103
|
+
}
|
|
133
104
|
|
|
134
105
|
|
|
135
106
|
//.navigation-menu {
|
|
@@ -215,10 +186,6 @@
|
|
|
215
186
|
// color: $gray-primary;
|
|
216
187
|
//}
|
|
217
188
|
|
|
218
|
-
//.separator-line {
|
|
219
|
-
// border-color: $black-bluish;
|
|
220
|
-
//}
|
|
221
|
-
|
|
222
189
|
//// DRAG & DROP
|
|
223
190
|
//
|
|
224
191
|
//.drag-drop-box {
|
|
@@ -236,10 +203,8 @@
|
|
|
236
203
|
// color: $gray-light !important;
|
|
237
204
|
// font-size: 12px;
|
|
238
205
|
//}
|
|
239
|
-
//
|
|
240
206
|
|
|
241
207
|
|
|
242
|
-
//
|
|
243
208
|
//.secondary-bis {
|
|
244
209
|
// background: $gray-light !important;
|
|
245
210
|
// color: #FFFFFF !important;
|
|
@@ -249,6 +214,4 @@
|
|
|
249
214
|
// color: $black-bluish;
|
|
250
215
|
//}
|
|
251
216
|
|
|
252
|
-
|
|
253
|
-
|
|
254
217
|
}
|
|
@@ -61,13 +61,14 @@
|
|
|
61
61
|
border-radius: 4px;
|
|
62
62
|
}
|
|
63
63
|
.mdc-notched-outline > * {
|
|
64
|
-
border-color: $dark-border-color
|
|
64
|
+
border-color: $dark-border-color;
|
|
65
65
|
}
|
|
66
66
|
.mdc-text-field--focused .mdc-notched-outline > * {
|
|
67
|
-
border-color: $gray-light
|
|
67
|
+
border-color: $gray-light;
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
|
|
70
|
+
.mat-mdc-checkbox .mdc-form-field {
|
|
71
|
+
-webkit-font-smoothing: initial;
|
|
71
72
|
}
|
|
72
73
|
// END FORM FIELD
|
|
73
74
|
|
|
@@ -137,9 +138,9 @@
|
|
|
137
138
|
}
|
|
138
139
|
|
|
139
140
|
.mat-calendar-body-today {
|
|
140
|
-
background: rgb(0 0 0 / 40%);
|
|
141
|
-
border-color: rgb(0 0 0 / 40%);
|
|
142
|
-
color: white;
|
|
141
|
+
background: rgb(0 0 0 / 40%) !important;
|
|
142
|
+
border-color: rgb(0 0 0 / 40%) !important;
|
|
143
|
+
color: white !important;
|
|
143
144
|
}
|
|
144
145
|
|
|
145
146
|
.mat-calendar-arrow {
|
|
@@ -154,6 +155,12 @@
|
|
|
154
155
|
.mat-datepicker-content .mat-mdc-button.mat-unthemed {
|
|
155
156
|
--mdc-text-button-label-text-color: #{$blue-primary};
|
|
156
157
|
}
|
|
158
|
+
|
|
159
|
+
.mat-calendar-body-cell-content, .mat-date-range-input-separator {
|
|
160
|
+
color: $gray-background-lightest;
|
|
161
|
+
border-color: transparent;
|
|
162
|
+
}
|
|
163
|
+
|
|
157
164
|
// END CALENDAR
|
|
158
165
|
|
|
159
166
|
// CHECKBOX
|
|
@@ -161,6 +168,8 @@
|
|
|
161
168
|
--mdc-checkbox-selected-hover-icon-color: #{$blue-primary};
|
|
162
169
|
--mdc-checkbox-selected-focus-icon-color: #{$blue-primary};
|
|
163
170
|
--mdc-checkbox-selected-pressed-icon-color: #{$blue-primary};
|
|
171
|
+
--mdc-checkbox-unselected-hover-icon-color:#{$blue-primary};
|
|
172
|
+
--mdc-checkbox-unselected-focus-icon-color:#{$blue-primary};
|
|
164
173
|
|
|
165
174
|
// END CHECKBOX
|
|
166
175
|
|
|
@@ -170,22 +179,10 @@
|
|
|
170
179
|
--mdc-dialog-container-color: #{$background-lvl3};
|
|
171
180
|
}
|
|
172
181
|
|
|
173
|
-
.mat-mdc-dialog-container h1
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
.mat-mdc-dialog-container h2 {
|
|
178
|
-
color: $gray-background-lightest !important;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.mat-mdc-dialog-container h3 {
|
|
182
|
-
color: $gray-background-lightest !important;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.mat-mdc-dialog-container h4 {
|
|
186
|
-
color: $gray-background-lightest !important;
|
|
187
|
-
}
|
|
188
|
-
|
|
182
|
+
.mat-mdc-dialog-container h1,
|
|
183
|
+
.mat-mdc-dialog-container h2,
|
|
184
|
+
.mat-mdc-dialog-container h3,
|
|
185
|
+
.mat-mdc-dialog-container h4,
|
|
189
186
|
.mat-mdc-dialog-container .text {
|
|
190
187
|
color: $gray-background-lightest !important;
|
|
191
188
|
}
|
|
@@ -204,6 +201,15 @@
|
|
|
204
201
|
}
|
|
205
202
|
//END RADIO BUTTON
|
|
206
203
|
|
|
204
|
+
//BADGE
|
|
205
|
+
|
|
206
|
+
.mat-badge-content {
|
|
207
|
+
color: white;
|
|
208
|
+
background: $red-primary !important;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
//END BADGE
|
|
212
|
+
|
|
207
213
|
|
|
208
214
|
//.mat-mdc-card {
|
|
209
215
|
// padding: 5px !important;
|
|
@@ -236,11 +242,6 @@
|
|
|
236
242
|
// background-color: $background-lvl2;
|
|
237
243
|
//}
|
|
238
244
|
|
|
239
|
-
//.mat-badge-content {
|
|
240
|
-
// color: white;
|
|
241
|
-
// background: $red-primary !important;
|
|
242
|
-
//}
|
|
243
|
-
|
|
244
245
|
//.mat-drag-panel {
|
|
245
246
|
// color: $gray-background-lightest;
|
|
246
247
|
//}
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
border-radius: 4px;
|
|
53
53
|
}
|
|
54
54
|
.mdc-notched-outline > * {
|
|
55
|
-
border-color: $light-border-color
|
|
55
|
+
border-color: $light-border-color;
|
|
56
56
|
}
|
|
57
57
|
.mdc-text-field--focused .mdc-notched-outline > * {
|
|
58
|
-
border-color: $black-bluish
|
|
58
|
+
border-color: $black-bluish;
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
border-color: red !important;
|
|
61
|
+
.mat-mdc-checkbox .mdc-form-field {
|
|
62
|
+
-webkit-font-smoothing: initial;
|
|
64
63
|
}
|
|
64
|
+
|
|
65
65
|
--mdc-filled-text-field-container-color: transparent;
|
|
66
66
|
|
|
67
67
|
// END FORM FIELD
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
.mat-calendar-body-today {
|
|
131
|
-
background: $black-bluish;
|
|
132
|
-
border-color: $black-bluish;
|
|
133
|
-
color: white;
|
|
131
|
+
background: $black-bluish !important;
|
|
132
|
+
border-color: $black-bluish !important;
|
|
133
|
+
color: white !important;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.mat-calendar-arrow {
|
|
@@ -147,6 +147,11 @@
|
|
|
147
147
|
--mdc-text-button-label-text-color: #{$blue-primary};
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
+
.mat-calendar-body-cell-content, .mat-date-range-input-separator {
|
|
151
|
+
color: $black-bluish;
|
|
152
|
+
border-color: transparent;
|
|
153
|
+
}
|
|
154
|
+
|
|
150
155
|
//.mat-calendar-controls {
|
|
151
156
|
// display: flex;
|
|
152
157
|
// margin: 0% calc(33% / 7 - 16px);
|
|
@@ -160,6 +165,8 @@
|
|
|
160
165
|
--mdc-checkbox-selected-focus-icon-color: #{$blue-primary};
|
|
161
166
|
--mdc-checkbox-selected-pressed-icon-color: #{$blue-primary};
|
|
162
167
|
--mdc-checkbox-unselected-icon-color:#{$gray-primary};
|
|
168
|
+
--mdc-checkbox-unselected-hover-icon-color:#{$gray-primary};
|
|
169
|
+
--mdc-checkbox-unselected-focus-icon-color:#{$gray-primary};
|
|
163
170
|
|
|
164
171
|
// END CHECKBOX
|
|
165
172
|
|
|
@@ -170,25 +177,14 @@
|
|
|
170
177
|
--mdc-dialog-container-color: #{$gray-background-lightest};
|
|
171
178
|
}
|
|
172
179
|
|
|
173
|
-
.mat-mdc-dialog-container h1
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
.mat-mdc-dialog-container h2 {
|
|
178
|
-
color: $black-bluish !important;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.mat-mdc-dialog-container h3 {
|
|
182
|
-
color: $black-bluish !important;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.mat-mdc-dialog-container h4 {
|
|
186
|
-
color: $black-bluish !important;
|
|
187
|
-
}
|
|
188
|
-
|
|
180
|
+
.mat-mdc-dialog-container h1,
|
|
181
|
+
.mat-mdc-dialog-container h2,
|
|
182
|
+
.mat-mdc-dialog-container h3,
|
|
183
|
+
.mat-mdc-dialog-container h4,
|
|
189
184
|
.mat-mdc-dialog-container .text {
|
|
190
185
|
color: $black-bluish !important;
|
|
191
186
|
}
|
|
187
|
+
|
|
192
188
|
//// END POPUP
|
|
193
189
|
|
|
194
190
|
//RADIO BUTTON
|
|
@@ -203,6 +199,15 @@
|
|
|
203
199
|
}
|
|
204
200
|
//END RADIO BUTTON
|
|
205
201
|
|
|
202
|
+
//BADGE
|
|
203
|
+
|
|
204
|
+
.mat-badge-content {
|
|
205
|
+
color: white;
|
|
206
|
+
background: $red-primary !important;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
//END BADGE
|
|
210
|
+
|
|
206
211
|
|
|
207
212
|
|
|
208
213
|
//.mat-mdc-card {
|
|
@@ -238,10 +243,7 @@
|
|
|
238
243
|
// background-color: $gray-background-light2;
|
|
239
244
|
//}
|
|
240
245
|
|
|
241
|
-
|
|
242
|
-
// color: white;
|
|
243
|
-
// background: $red-primary !important;
|
|
244
|
-
//}
|
|
246
|
+
|
|
245
247
|
|
|
246
248
|
//.mat-drag-panel {
|
|
247
249
|
// color: $black-bluish;
|
|
@@ -97,6 +97,11 @@
|
|
|
97
97
|
color: $blue-primary;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
+
.mdc-text-field--outlined {
|
|
101
|
+
padding-left: 9px;
|
|
102
|
+
padding-right: 9px;
|
|
103
|
+
}
|
|
104
|
+
|
|
100
105
|
// END FORM FIELD
|
|
101
106
|
|
|
102
107
|
//ICON in form-field
|
|
@@ -187,15 +192,23 @@
|
|
|
187
192
|
}
|
|
188
193
|
|
|
189
194
|
.mat-mdc-row {
|
|
195
|
+
-webkit-font-smoothing: initial;
|
|
196
|
+
line-height: normal;
|
|
197
|
+
|
|
190
198
|
.mdc-line-ripple, .mat-mdc-form-field-subscript-wrapper {
|
|
191
199
|
display: none;
|
|
192
200
|
}
|
|
193
201
|
|
|
194
|
-
.mat-mdc-input-element, .mat-mdc-select
|
|
202
|
+
.mat-mdc-input-element, .mat-mdc-select {
|
|
195
203
|
padding: 0 4px 0 2px;
|
|
196
204
|
border-radius: 4px;
|
|
197
205
|
}
|
|
198
206
|
|
|
207
|
+
.mdc-text-field--filled {
|
|
208
|
+
padding: 0;
|
|
209
|
+
border-radius: 4px;
|
|
210
|
+
}
|
|
211
|
+
|
|
199
212
|
.mat-mdc-form-field-infix {
|
|
200
213
|
padding: 0 !important;
|
|
201
214
|
min-height: 26px;
|
|
@@ -233,18 +246,6 @@
|
|
|
233
246
|
|
|
234
247
|
|
|
235
248
|
.mat-mdc-form-field.mat-form-field-appearance-fill {
|
|
236
|
-
.mdc-line-ripple, .mat-mdc-form-field-subscript-wrapper {
|
|
237
|
-
display: none;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.mat-mdc-form-field-focus-overlay {
|
|
241
|
-
opacity: 0;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.mat-mdc-text-field-wrapper {
|
|
245
|
-
padding: 0;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
249
|
.mat-mdc-form-field-infix {
|
|
249
250
|
min-height: 52px;
|
|
250
251
|
max-height: 52px;
|
|
@@ -263,6 +264,20 @@
|
|
|
263
264
|
}
|
|
264
265
|
}
|
|
265
266
|
|
|
267
|
+
.mat-mdc-form-field.mat-form-field-appearance-fill {
|
|
268
|
+
.mdc-line-ripple, .mat-mdc-form-field-subscript-wrapper {
|
|
269
|
+
display: none;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.mat-mdc-form-field-focus-overlay {
|
|
273
|
+
opacity: 0 !important;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.mat-mdc-text-field-wrapper {
|
|
277
|
+
padding: 0;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
266
281
|
// END TABLE
|
|
267
282
|
|
|
268
283
|
|
|
@@ -324,6 +339,10 @@ input:-webkit-autofill:active{
|
|
|
324
339
|
padding: 2px 4px;
|
|
325
340
|
}
|
|
326
341
|
|
|
342
|
+
.mat-mdc-standard-chip .mdc-evolution-chip__text-label {
|
|
343
|
+
font-size: 12px;
|
|
344
|
+
}
|
|
345
|
+
|
|
327
346
|
// END CHIP
|
|
328
347
|
|
|
329
348
|
// FORM
|
|
@@ -332,11 +351,11 @@ input:-webkit-autofill:active{
|
|
|
332
351
|
}
|
|
333
352
|
|
|
334
353
|
.mat-mdc-cell .mat-form-field-invalid .mat-mdc-input-element, .mat-cell .mat-form-field-invalid .mat-mdc-select {
|
|
335
|
-
border:
|
|
354
|
+
border: 1px solid red;
|
|
336
355
|
}
|
|
337
356
|
|
|
338
357
|
.mat-mdc-cell .mat-form-field-invalid .mat-mdc-input-element, .mat-cell .mat-form-field-invalid .mat-select {
|
|
339
|
-
border:
|
|
358
|
+
border: 1px solid red;
|
|
340
359
|
}
|
|
341
360
|
|
|
342
361
|
//END FORM
|
|
@@ -360,6 +379,7 @@ input:-webkit-autofill:active{
|
|
|
360
379
|
.mat-mdc-option {
|
|
361
380
|
min-height: unset;
|
|
362
381
|
font-size: 12px;
|
|
382
|
+
-webkit-font-smoothing: initial;
|
|
363
383
|
}
|
|
364
384
|
|
|
365
385
|
.cdk-overlay-pane .mat-mdc-option .mdc-list-item__primary-text {
|