new-front-common-library 16.1.0-REF-1 → 16.1.0-REF-3

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.
@@ -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-light;
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
  }
@@ -53,6 +53,10 @@
53
53
  color: $gray-background-lightest;
54
54
  }
55
55
 
56
+ .mat-mdc-paginator-icon {
57
+ fill: #F3F6F9;
58
+ }
59
+
56
60
  //END PAGINATOR
57
61
 
58
62
  // FORM FIELD
@@ -61,13 +65,14 @@
61
65
  border-radius: 4px;
62
66
  }
63
67
  .mdc-notched-outline > * {
64
- border-color: $dark-border-color !important;
68
+ border-color: $dark-border-color;
65
69
  }
66
70
  .mdc-text-field--focused .mdc-notched-outline > * {
67
- border-color: $gray-light !important;
71
+ border-color: $gray-light;
68
72
  }
69
- .mdc-text-field--invalid .mdc-notched-outline > * {
70
- border-color: red !important;
73
+
74
+ .mat-mdc-checkbox .mdc-form-field {
75
+ -webkit-font-smoothing: initial;
71
76
  }
72
77
  // END FORM FIELD
73
78
 
@@ -137,9 +142,9 @@
137
142
  }
138
143
 
139
144
  .mat-calendar-body-today {
140
- background: rgb(0 0 0 / 40%);
141
- border-color: rgb(0 0 0 / 40%);
142
- color: white;
145
+ background: rgb(0 0 0 / 40%) !important;
146
+ border-color: rgb(0 0 0 / 40%) !important;
147
+ color: white !important;
143
148
  }
144
149
 
145
150
  .mat-calendar-arrow {
@@ -154,6 +159,12 @@
154
159
  .mat-datepicker-content .mat-mdc-button.mat-unthemed {
155
160
  --mdc-text-button-label-text-color: #{$blue-primary};
156
161
  }
162
+
163
+ .mat-calendar-body-cell-content, .mat-date-range-input-separator {
164
+ color: $gray-background-lightest;
165
+ border-color: transparent;
166
+ }
167
+
157
168
  // END CALENDAR
158
169
 
159
170
  // CHECKBOX
@@ -161,6 +172,8 @@
161
172
  --mdc-checkbox-selected-hover-icon-color: #{$blue-primary};
162
173
  --mdc-checkbox-selected-focus-icon-color: #{$blue-primary};
163
174
  --mdc-checkbox-selected-pressed-icon-color: #{$blue-primary};
175
+ --mdc-checkbox-unselected-hover-icon-color:#{$blue-primary};
176
+ --mdc-checkbox-unselected-focus-icon-color:#{$blue-primary};
164
177
 
165
178
  // END CHECKBOX
166
179
 
@@ -170,22 +183,10 @@
170
183
  --mdc-dialog-container-color: #{$background-lvl3};
171
184
  }
172
185
 
173
- .mat-mdc-dialog-container h1 {
174
- color: $gray-background-lightest !important;
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
-
186
+ .mat-mdc-dialog-container h1,
187
+ .mat-mdc-dialog-container h2,
188
+ .mat-mdc-dialog-container h3,
189
+ .mat-mdc-dialog-container h4,
189
190
  .mat-mdc-dialog-container .text {
190
191
  color: $gray-background-lightest !important;
191
192
  }
@@ -204,6 +205,15 @@
204
205
  }
205
206
  //END RADIO BUTTON
206
207
 
208
+ //BADGE
209
+
210
+ .mat-badge-content {
211
+ color: white;
212
+ background: $red-primary !important;
213
+ }
214
+
215
+ //END BADGE
216
+
207
217
 
208
218
  //.mat-mdc-card {
209
219
  // padding: 5px !important;
@@ -236,11 +246,6 @@
236
246
  // background-color: $background-lvl2;
237
247
  //}
238
248
 
239
- //.mat-badge-content {
240
- // color: white;
241
- // background: $red-primary !important;
242
- //}
243
-
244
249
  //.mat-drag-panel {
245
250
  // color: $gray-background-lightest;
246
251
  //}
@@ -43,6 +43,10 @@
43
43
  color: $black-bluish;
44
44
  }
45
45
 
46
+ .mat-mdc-paginator-icon {
47
+ fill: #445D7B;
48
+ }
49
+
46
50
  // END PAGINATOR
47
51
 
48
52
  // FORM FIELD
@@ -52,16 +56,16 @@
52
56
  border-radius: 4px;
53
57
  }
54
58
  .mdc-notched-outline > * {
55
- border-color: $light-border-color !important;
59
+ border-color: $light-border-color;
56
60
  }
57
61
  .mdc-text-field--focused .mdc-notched-outline > * {
58
- border-color: $black-bluish !important;
62
+ border-color: $black-bluish;
59
63
  }
60
64
  }
61
-
62
- .mdc-text-field--invalid .mdc-notched-outline > * {
63
- border-color: red !important;
65
+ .mat-mdc-checkbox .mdc-form-field {
66
+ -webkit-font-smoothing: initial;
64
67
  }
68
+
65
69
  --mdc-filled-text-field-container-color: transparent;
66
70
 
67
71
  // END FORM FIELD
@@ -128,9 +132,9 @@
128
132
  }
129
133
 
130
134
  .mat-calendar-body-today {
131
- background: $black-bluish;
132
- border-color: $black-bluish;
133
- color: white;
135
+ background: $black-bluish !important;
136
+ border-color: $black-bluish !important;
137
+ color: white !important;
134
138
  }
135
139
 
136
140
  .mat-calendar-arrow {
@@ -147,6 +151,11 @@
147
151
  --mdc-text-button-label-text-color: #{$blue-primary};
148
152
  }
149
153
 
154
+ .mat-calendar-body-cell-content, .mat-date-range-input-separator {
155
+ color: $black-bluish;
156
+ border-color: transparent;
157
+ }
158
+
150
159
  //.mat-calendar-controls {
151
160
  // display: flex;
152
161
  // margin: 0% calc(33% / 7 - 16px);
@@ -160,6 +169,8 @@
160
169
  --mdc-checkbox-selected-focus-icon-color: #{$blue-primary};
161
170
  --mdc-checkbox-selected-pressed-icon-color: #{$blue-primary};
162
171
  --mdc-checkbox-unselected-icon-color:#{$gray-primary};
172
+ --mdc-checkbox-unselected-hover-icon-color:#{$gray-primary};
173
+ --mdc-checkbox-unselected-focus-icon-color:#{$gray-primary};
163
174
 
164
175
  // END CHECKBOX
165
176
 
@@ -170,25 +181,14 @@
170
181
  --mdc-dialog-container-color: #{$gray-background-lightest};
171
182
  }
172
183
 
173
- .mat-mdc-dialog-container h1 {
174
- color: $black-bluish !important;
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
-
184
+ .mat-mdc-dialog-container h1,
185
+ .mat-mdc-dialog-container h2,
186
+ .mat-mdc-dialog-container h3,
187
+ .mat-mdc-dialog-container h4,
189
188
  .mat-mdc-dialog-container .text {
190
189
  color: $black-bluish !important;
191
190
  }
191
+
192
192
  //// END POPUP
193
193
 
194
194
  //RADIO BUTTON
@@ -203,6 +203,15 @@
203
203
  }
204
204
  //END RADIO BUTTON
205
205
 
206
+ //BADGE
207
+
208
+ .mat-badge-content {
209
+ color: white;
210
+ background: $red-primary !important;
211
+ }
212
+
213
+ //END BADGE
214
+
206
215
 
207
216
 
208
217
  //.mat-mdc-card {
@@ -238,10 +247,7 @@
238
247
  // background-color: $gray-background-light2;
239
248
  //}
240
249
 
241
- //.mat-badge-content {
242
- // color: white;
243
- // background: $red-primary !important;
244
- //}
250
+
245
251
 
246
252
  //.mat-drag-panel {
247
253
  // color: $black-bluish;
@@ -3,12 +3,6 @@
3
3
  min-height: unset;
4
4
  }
5
5
 
6
- .mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon {
7
- font-size: 14px;
8
- height: 14px;
9
- width: 14px;
10
- }
11
-
12
6
  .mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text {
13
7
  font-size: 14px;
14
8
  }
@@ -17,6 +11,12 @@
17
11
  max-width: 100%;
18
12
  }
19
13
 
14
+ .action-menu .material-icons-outlined {
15
+ font-size: 14px;
16
+ height: 14px;
17
+ width: 14px;
18
+ }
19
+
20
20
  .btn-table-action .mat-icon {
21
21
  color: $blue-primary;
22
22
  }
@@ -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, .mdc-text-field--filled {
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: 2px solid red;
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: 2px solid red;
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 {