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

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.
@@ -0,0 +1,239 @@
1
+ @import "../mat-palettes";
2
+
3
+ .dark-theme {
4
+ .page-container {
5
+ background-color: $background-lvl3;
6
+ }
7
+
8
+ // TOOLBAR
9
+ .sub-toolbar {
10
+ background: $background-lvl2;
11
+
12
+ .icon {
13
+ color: $gray-background-lightest;
14
+ }
15
+
16
+ .title {
17
+ color: $gray-background-lightest;
18
+ }
19
+ }
20
+
21
+
22
+ // TOOLBAR END
23
+
24
+ //LINK
25
+
26
+ .mat-mdc-tab-link.mdc-tab--active .mdc-tab__text-label {
27
+ color: $blue-primary !important;
28
+ }
29
+
30
+ .mat-mdc-tab-link .mdc-tab__text-label {
31
+ color: $gray-background-lightest;
32
+ }
33
+
34
+ .mat-mdc-tab-link .mdc-tab-indicator__content--underline {
35
+ border-color: $blue-primary !important;
36
+ }
37
+
38
+ //END LINK
39
+
40
+ // TEXT
41
+ .label-consult label {
42
+ color: $gray-primary;
43
+ }
44
+
45
+ .span-consult span {
46
+ color: $gray-background-lightest;
47
+ }
48
+
49
+ .text {
50
+ color: $gray-background-lightest;
51
+ }
52
+
53
+ input {
54
+ color: $gray-light !important;
55
+ }
56
+
57
+ // END TEXT
58
+
59
+ // TITLE
60
+ .block-title, .block-title-icon {
61
+ color: $gray-background-lightest;
62
+ }
63
+
64
+ // END TITLE
65
+
66
+
67
+ //EXPANSION PANEL
68
+ .mat-expansion-panel-header {
69
+ background-color: $background-lvl2;
70
+ }
71
+
72
+ .mat-expansion-panel-body {
73
+ background-color: $background-lvl2;
74
+
75
+ }
76
+ .mat-expansion-panel-header-title {
77
+ color: $gray-background-lightest;
78
+ }
79
+
80
+ //END EXPANSION PANEL
81
+
82
+ //// NG-SELECT
83
+ //
84
+ .ng-select .ng-select-container {
85
+ background-color: $background-lvl3;
86
+ color: $gray-background-lightest;
87
+ border: 1px solid rgba(255, 255, 255, 0.3);
88
+ }
89
+
90
+ .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
91
+ .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
92
+ background-color: $background-lvl2;
93
+ color: whitesmoke;
94
+ }
95
+
96
+ .ng-dropdown-panel .ng-dropdown-panel-items, .ng-dropdown-panel.ng-select-multiple {
97
+ .ng-option.ng-option-marked,
98
+ .ng-option.ng-option-selected,
99
+ .ng-option.ng-option-selected.ng-option-marked,
100
+ .ng-dropdown-header {
101
+ background-color: $background-lvl3;
102
+ color: whitesmoke;
103
+ }
104
+ }
105
+
106
+ .ng-select.ng-select-focused .ng-select-container {
107
+ border-color: $gray-background-dark;
108
+ box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $gray-background-dark;
109
+ }
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
+
116
+ .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
117
+ color: $gray-background-lightest;
118
+ }
119
+
120
+ // END NG-SELECT
121
+
122
+ .separator-line {
123
+ border-color: $gray-background-lightest;
124
+ }
125
+
126
+
127
+ //.navigation-menu {
128
+ // background-color: $background-lvl2;
129
+ //}
130
+
131
+ //.expandable-row:hover {
132
+ // background-color: transparent !important;
133
+ //}
134
+ //.expandable-row .inner-table-cell {
135
+ // background: $background-lvl2;
136
+ //}
137
+
138
+ //.disable_ripple {
139
+ // background-color: #EAEEF4 !important;
140
+ //}
141
+
142
+
143
+ //.cke_editable {
144
+ // font-size: 12px !important;
145
+ // font-family: Poppins;
146
+ // background-color: $background-lvl2;
147
+ // color: $gray-primary;
148
+ //}
149
+
150
+ //.hide-ckeditor-toolbar {
151
+ // .cke_inner .cke_top {
152
+ // display: none;
153
+ // }
154
+ //}
155
+
156
+
157
+ //textarea {
158
+ // color: $gray-light;
159
+ //}
160
+ //
161
+ //a {
162
+ // color: $gray-background-lightest;
163
+ //}
164
+
165
+
166
+ //.contracts-details-page__container {
167
+ // margin-top: 30px !important;
168
+ // margin-left: 1% !important;
169
+ // margin-right: 1% !important;
170
+ //}
171
+
172
+ //.table-header-text {
173
+ // color: $gray-strong;
174
+ // font-size: 14px;
175
+ // padding-bottom: 10px;
176
+ // font-weight: bold;
177
+ //}
178
+
179
+
180
+
181
+ //.consult-info-label {
182
+ // color: $gray-primary;
183
+ //}
184
+ //
185
+ //.consult-info-data {
186
+ // color: $gray-background-lightest;
187
+ //}
188
+ //
189
+
190
+ //.home-button button {
191
+ // color: $gray-background-lightest;
192
+ //}
193
+
194
+ //.row-drop {
195
+ // background-color: $background-lvl2;
196
+ // border-color: $gray-background-lightest;
197
+ // color: $gray-background-lightest;
198
+ // font-size: 12px;
199
+ //}
200
+
201
+ //row-drop:hover {
202
+ // background-color: adjust-color($background-lvl2, $lightness: 10%);
203
+ //}
204
+
205
+
206
+ //.confidential {
207
+ // color: $gray-primary;
208
+ //}
209
+
210
+ //// DRAG & DROP
211
+
212
+ //.drag-drop-box {
213
+ // color: $gray-background-lightest;
214
+ //}
215
+
216
+ //.drop-list {
217
+ // color: $gray-background-lightest;
218
+ //}
219
+
220
+ //// END DRAG & DROP
221
+
222
+
223
+ //.see-more-text {
224
+ // color: $black-bluish !important;
225
+ // font-size: 12px;
226
+ //}
227
+
228
+
229
+ //.secondary-bis {
230
+ // background: $gray-light !important;
231
+ // color: #FFFFFF !important;
232
+ //}
233
+
234
+ //.icon-box-class {
235
+ // color: $gray-background-lightest;
236
+ //}
237
+ //
238
+
239
+ }
@@ -0,0 +1,408 @@
1
+ @import "light-theme-16";
2
+ @import "dark-theme-16";
3
+ @import "../flex";
4
+ @import "~@ng-select/ng-select/themes/default.theme.css";
5
+
6
+ body, html {
7
+ font-family: 'Roboto', 'Source Sans Pro', 'Poppins', serif;
8
+ }
9
+
10
+ .page-container {
11
+ margin-top: 64px;
12
+ height: 100%;
13
+ overflow: auto;
14
+ }
15
+
16
+ // TOOLBAR
17
+ .sub-toolbar {
18
+ height: 48px;
19
+
20
+ .title {
21
+ height: 52px;
22
+ font-weight: 900;
23
+ font-size: 24px;
24
+ line-height: 30px;
25
+ letter-spacing: 0.25px;
26
+ display: flex;
27
+ align-items: center;
28
+ }
29
+ }
30
+
31
+
32
+
33
+ // END TOOLBAR
34
+
35
+ // TEXT
36
+ .label-consult label {
37
+ height: 8px;
38
+ font-weight: 600;
39
+ font-size: 9px;
40
+ line-height: 8px;
41
+ letter-spacing: 0.25px;
42
+ text-transform: uppercase;
43
+ }
44
+
45
+ .span-consult span {
46
+ height: 18px;
47
+ font-size: 14px;
48
+ line-height: 18px;
49
+ letter-spacing: 0.25px;
50
+ }
51
+
52
+ .ellipsis {
53
+ white-space: nowrap;
54
+ text-overflow: ellipsis;
55
+ overflow: hidden
56
+ }
57
+
58
+ // END TEXT
59
+
60
+ // TITLE
61
+ .block-title {
62
+ margin-bottom: 10px;
63
+
64
+ .title {
65
+ margin: 0;
66
+ height: 24px;
67
+ font-weight: bold;
68
+ font-size: 20px;
69
+ line-height: 25px;
70
+ letter-spacing: 0.25px;
71
+ }
72
+
73
+ .icon {
74
+ margin-right: 5px;
75
+ }
76
+ }
77
+
78
+ // END TITLE
79
+
80
+ // CUSTOM SIZE ICON BOTTOM
81
+ .small-icon-button, .medium-icon-button {
82
+ width: 24px !important;
83
+ height: 24px !important;
84
+ padding: 0 !important;
85
+ display: inline-flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+
89
+ .mat-mdc-button-touch-target {
90
+ width: 24px;
91
+ height: 24px;
92
+ }
93
+ }
94
+
95
+ .small-icon-button > span {
96
+ font-size: 16px;
97
+ }
98
+ .medium-icon-button > span {
99
+ font-size: 24px;
100
+ }
101
+
102
+ // END CUSTOM SIZE ICON BOTTOM
103
+
104
+
105
+
106
+
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
+
116
+ .action-button {
117
+ font-size: 14px;
118
+ line-height: 32px;
119
+ width: auto;
120
+ padding: 0 8px 0 8px;
121
+ background-color: $blue-primary !important;
122
+ border-color: $blue-primary !important;
123
+ color: white !important;
124
+ }
125
+
126
+ .action-button, .save-button, .cancel-button, .btn {
127
+ font-weight: 500 !important;
128
+ box-shadow: 0 2px 2px rgba(68, 93, 123, 0.16), inset 0 3px 6px rgba(255, 255, 255, 0.08), inset 0px -3px 6px rgba(68, 93, 123, 0.08);
129
+ border-radius: 6px;
130
+ }
131
+
132
+ .cancel-button {
133
+ background-color: $red-primary !important;
134
+ color: white !important;
135
+ border-color: $red-primary !important;
136
+ }
137
+
138
+ .save-button {
139
+ background-color: $green-primary !important;
140
+ border-color: $green-primary !important;
141
+ color: white !important;
142
+ }
143
+
144
+ .btn-delete {
145
+ color: $red-primary;
146
+ }
147
+
148
+ .btn {
149
+ height: 24px !important;
150
+ }
151
+
152
+ // END BUTTON
153
+
154
+ // SCROLL BAR
155
+ ::-webkit-scrollbar {
156
+ width: 5px;
157
+ }
158
+
159
+ ::-webkit-scrollbar-track {
160
+ background: whitesmoke;
161
+ }
162
+
163
+ ::-webkit-scrollbar-thumb {
164
+ background: $gray-blue-primary;
165
+
166
+ &:hover {
167
+ background: $blue-primary;
168
+ }
169
+ }
170
+
171
+ // END SCROLL BAR
172
+
173
+ // FORM GROUP
174
+ .form-group > mat-label {
175
+ text-transform: uppercase;
176
+ font-size: 9px;
177
+ }
178
+ .form-group {
179
+ display: flex;
180
+ flex-direction: column;
181
+ }
182
+
183
+ .mat-mdc-header-cell mat-label {
184
+ font-weight: 700;
185
+ letter-spacing: 0.375px;
186
+ }
187
+ // END FORM GROUP
188
+
189
+ // NG-SELECT
190
+ .ng-select.ng-select-single .ng-select-container {
191
+ height: 25px;
192
+ }
193
+
194
+ .ng-select {
195
+ margin-bottom: 0.9em;
196
+ }
197
+
198
+ .mat-mdc-cell .ng-select {
199
+ padding-bottom: 2px;
200
+ padding-top: 2px;
201
+ margin-bottom: 0;
202
+ }
203
+
204
+ .ng-select .ng-select-container {
205
+ min-height: 25px;
206
+ }
207
+
208
+ .ng-select, .ng-select input {
209
+ font-size: 12px;
210
+ }
211
+
212
+ .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
213
+ border-color: $blue-primary transparent;
214
+ }
215
+
216
+ .ng-select .ng-arrow-wrapper .ng-arrow {
217
+ border-color: $blue-primary transparent transparent;
218
+ }
219
+
220
+ .ng-select .ng-clear-wrapper {
221
+ color: $blue-primary;
222
+ }
223
+
224
+ .ng-dropdown-panel .ng-option {
225
+ font-size: 12px;
226
+ padding: 4px 10px !important;
227
+ }
228
+
229
+ .ng-select:not(.ng-select-focused) .ng-select-container:hover {
230
+ border-color: $blue-primary !important;
231
+ }
232
+
233
+ .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
234
+ top: unset;
235
+ }
236
+
237
+ .ng-select:not(.ng-select-focused) .ng-select-container:hover {
238
+ border-color: $blue-primary;
239
+ box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $blue-primary;
240
+ }
241
+
242
+ .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
243
+ display: flex;
244
+ align-items: center;
245
+ }
246
+
247
+ // END NG-SELECT
248
+
249
+ .clickable {
250
+ cursor: pointer;
251
+ }
252
+
253
+ // THIRD PARTY AUTOCOMPLETE
254
+ .thirdParty-name {
255
+ font-weight: 600;
256
+ text-transform: uppercase;
257
+ padding-top: 3px;
258
+ white-space: normal;
259
+ line-height: normal;
260
+ }
261
+
262
+ .thirdParty-address {
263
+ margin: 0;
264
+ font-size: 9px;
265
+ padding-bottom: 3px;
266
+ text-transform: capitalize;
267
+ white-space: normal;
268
+ line-height: normal;
269
+ }
270
+
271
+ // END THIRD PARTY AUTOCOMPLETE
272
+
273
+ // BUTTON
274
+ .primary {
275
+ background: $blue-primary !important;
276
+ color: #FFFFFF !important;
277
+ }
278
+
279
+ .secondary {
280
+ background: $gray-blue-primary !important;
281
+ color: #FFFFFF !important;
282
+ }
283
+
284
+ .accent {
285
+ background: $purple-primary !important;
286
+ color: #FFFFFF !important;
287
+ }
288
+
289
+ .positive {
290
+ background: $green-primary !important;
291
+ color: #FFFFFF !important;
292
+ }
293
+
294
+ .negative {
295
+ background: $red-primary !important;
296
+ color: #FFFFFF !important;
297
+ }
298
+
299
+ .primary-color {
300
+ color: $blue-primary !important;
301
+ }
302
+
303
+ // END BUTTON
304
+
305
+ //TABLE
306
+ .no-results {
307
+ background: $gray-primary;
308
+ color: white;
309
+ }
310
+ // END TABLE
311
+
312
+ // TOOLTIP
313
+
314
+ .mdc-tooltip__surface {
315
+ max-width: 250px;
316
+ max-height: 100%;
317
+ }
318
+
319
+ // END TOOLTIP
320
+
321
+
322
+ //.spacer {
323
+ // flex: 1 1 auto;
324
+ //}
325
+
326
+ //.toolbar-spacer {
327
+ // flex: 1 1 auto;
328
+ //}
329
+ //
330
+
331
+
332
+ //// Striped alt colors for rows in mat-table
333
+ //.highlight {
334
+ // background: #f4f4f6 !important;
335
+ //}
336
+
337
+
338
+ ////Text next to icons
339
+ //.icon-text {
340
+ // display: flex !important;
341
+ // align-items: center !important;
342
+ // font-size: 20px !important;
343
+ // margin-bottom: 5px;
344
+ // line-height: 25px;
345
+ // font-style: normal;
346
+ // font-weight: 900;
347
+ //}
348
+
349
+ //.custom-switch {
350
+ // .switch-small:focus {
351
+ // outline: none;
352
+ // }
353
+ //}
354
+
355
+ //.card-header-title-icon {
356
+ // margin-right: 7px;
357
+ //}
358
+
359
+
360
+ //textarea {
361
+ // font-size: 12px !important;
362
+ //}
363
+
364
+
365
+
366
+ //.consult-info-label {
367
+ // height: 8px;
368
+ //
369
+ // font-style: normal;
370
+ // font-weight: 600;
371
+ // font-size: 8px;
372
+ // line-height: 8px;
373
+ //
374
+ //
375
+ // align-items: center;
376
+ // letter-spacing: 0.25px;
377
+ // text-transform: uppercase;
378
+ //}
379
+
380
+ //.consult-info-data {
381
+ // height: 18px;
382
+ //
383
+ // font-style: normal;
384
+ // font-weight: normal;
385
+ // font-size: 14px;
386
+ // line-height: 18px;
387
+ //
388
+ // align-items: center;
389
+ // letter-spacing: 0.25px;
390
+ //}
391
+ //
392
+
393
+
394
+ //.home-button button {
395
+ // height: 32px;
396
+ //}
397
+
398
+
399
+
400
+ //.transparent {
401
+ // color: transparent !important;
402
+ //}
403
+
404
+
405
+ //.table-icon {
406
+ // font-size: 16px !important;
407
+ //}
408
+