sempli-website-lib 4.1.4 → 5.0.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.
Files changed (111) hide show
  1. package/README.md +25 -25
  2. package/assets/fonts/Lato/Lato-Black.ttf +0 -0
  3. package/assets/fonts/Lato/Lato-BlackItalic.ttf +0 -0
  4. package/assets/fonts/Lato/Lato-Bold.ttf +0 -0
  5. package/assets/fonts/Lato/Lato-BoldItalic.ttf +0 -0
  6. package/assets/fonts/Lato/Lato-Hairline.ttf +0 -0
  7. package/assets/fonts/Lato/Lato-HairlineItalic.ttf +0 -0
  8. package/assets/fonts/Lato/Lato-Italic.ttf +0 -0
  9. package/assets/fonts/Lato/Lato-Light.ttf +0 -0
  10. package/assets/fonts/Lato/Lato-LightItalic.ttf +0 -0
  11. package/assets/fonts/Lato/Lato-Regular.ttf +0 -0
  12. package/assets/fonts/Lato/OFL.txt +0 -0
  13. package/assets/interface/documents.svg +136 -136
  14. package/assets/interface/icons/alert-success.svg +17 -17
  15. package/assets/interface/icons/arrow-left.svg +8 -8
  16. package/assets/interface/icons/arrow-right-02.svg +10 -10
  17. package/assets/interface/icons/arrow-right.svg +8 -8
  18. package/assets/interface/icons/basic-check-magenta.svg +1 -1
  19. package/assets/interface/icons/bulb-example.svg +20 -20
  20. package/assets/interface/icons/bulb-tip.svg +32 -32
  21. package/assets/interface/icons/check-green-circle-large.svg +23 -23
  22. package/assets/interface/icons/check-green.svg +16 -16
  23. package/assets/interface/icons/check-purple.svg +20 -20
  24. package/assets/interface/icons/cloud-download.svg +20 -20
  25. package/assets/interface/icons/document-pdf.svg +13 -13
  26. package/assets/interface/icons/document-review.svg +20 -20
  27. package/assets/interface/icons/document-status-approved.svg +21 -21
  28. package/assets/interface/icons/document-status-empty.svg +18 -18
  29. package/assets/interface/icons/document-status-error.svg +23 -23
  30. package/assets/interface/icons/document-status-success.svg +19 -19
  31. package/assets/interface/icons/eye-action.svg +1 -1
  32. package/assets/interface/icons/hand-stop.svg +19 -19
  33. package/assets/interface/icons/happy-01.svg +0 -0
  34. package/assets/interface/icons/happy-02.svg +0 -0
  35. package/assets/interface/icons/happy-03.svg +0 -0
  36. package/assets/interface/icons/happy-04.svg +0 -0
  37. package/assets/interface/icons/happy-05.svg +0 -0
  38. package/assets/interface/icons/heart.svg +13 -13
  39. package/assets/interface/icons/intercom-messenger-icon.svg +1 -1
  40. package/assets/interface/icons/lock-icon.svg +1 -1
  41. package/assets/interface/icons/mail-circle.svg +32 -32
  42. package/assets/interface/icons/mail-edit.svg +20 -20
  43. package/assets/interface/icons/pen-edit.svg +22 -22
  44. package/assets/interface/icons/plus-circle.svg +22 -22
  45. package/assets/interface/icons/question-sign.svg +10 -10
  46. package/assets/interface/icons/shield.svg +31 -31
  47. package/assets/interface/icons/signature-modal-approved.svg +17 -17
  48. package/assets/interface/icons/signature-modal-waiting.svg +23 -23
  49. package/assets/interface/icons/signature-pending.svg +25 -25
  50. package/assets/interface/icons/signature-step-active.svg +19 -19
  51. package/assets/interface/icons/signature-step-completed.svg +19 -19
  52. package/assets/interface/icons/signature-step-default.svg +19 -19
  53. package/assets/interface/icons/skull.svg +23 -23
  54. package/assets/interface/icons/step-incomplete.svg +18 -18
  55. package/assets/interface/icons/trash-delete.svg +20 -20
  56. package/assets/interface/icons/warning-sign.svg +22 -22
  57. package/assets/interface/icons/x-circle.svg +14 -14
  58. package/esm2020/lib/sempli-website-lib.module.mjs +16 -0
  59. package/esm2020/public-api.mjs +5 -0
  60. package/esm2020/sempli-website-lib.mjs +5 -0
  61. package/fesm2015/sempli-website-lib.mjs +27 -0
  62. package/fesm2015/sempli-website-lib.mjs.map +1 -0
  63. package/fesm2020/sempli-website-lib.mjs +27 -0
  64. package/fesm2020/sempli-website-lib.mjs.map +1 -0
  65. package/lib/sempli-website-lib.module.d.ts +6 -2
  66. package/package.json +23 -11
  67. package/public-api.d.ts +1 -1
  68. package/sempli-website-lib.d.ts +5 -4
  69. package/styles/_main.scss +2 -2
  70. package/styles/master-app.scss +11962 -9802
  71. package/styles/master-landing.scss +12821 -10661
  72. package/styles/modules/_functions.scss +37 -37
  73. package/styles/modules/_mixins.scss +66 -66
  74. package/styles/modules/_variables.scss +54 -54
  75. package/styles/partials/_base.scss +281 -281
  76. package/styles/partials/_buttons.scss +401 -402
  77. package/styles/partials/_fonts.scss +83 -83
  78. package/styles/partials/_forms.scss +837 -837
  79. package/styles/partials/_icons.scss +12 -12
  80. package/styles/partials/_layout.scss +148 -148
  81. package/styles/partials/_modals.scss +256 -256
  82. package/styles/partials/_panels.scss +51 -51
  83. package/styles/partials/_progress-bars.scss +60 -60
  84. package/styles/partials/_tooltips.scss +128 -128
  85. package/styles/partials/_videos.scss +32 -32
  86. package/styles/partials/animations.scss +122 -122
  87. package/styles/partials/app/_blocks.scss +101 -101
  88. package/styles/partials/app/_cards.scss +155 -155
  89. package/styles/partials/app/_general.scss +1199 -1199
  90. package/styles/partials/app/_header.scss +723 -723
  91. package/styles/partials/app/_layout.scss +227 -227
  92. package/styles/partials/app/_my-account.scss +203 -203
  93. package/styles/partials/app/_my-loan-applications.scss +165 -165
  94. package/styles/partials/app/_my-products.scss +1039 -1039
  95. package/styles/partials/app/_signatures.scss +16 -16
  96. package/styles/partials/landing/_footer.scss +70 -70
  97. package/styles/partials/landing/_general.scss +1375 -1375
  98. package/styles/partials/landing/_header.scss +478 -478
  99. package/styles/partials/landing/_hero-wrappers.scss +616 -616
  100. package/styles/vendor/_modules_export.scss +3252 -1091
  101. package/styles/vendor/_normalize.scss +341 -341
  102. package/bundles/sempli-website-lib.umd.js +0 -33
  103. package/bundles/sempli-website-lib.umd.js.map +0 -1
  104. package/bundles/sempli-website-lib.umd.min.js +0 -2
  105. package/bundles/sempli-website-lib.umd.min.js.map +0 -1
  106. package/esm2015/lib/sempli-website-lib.module.js +0 -11
  107. package/esm2015/public-api.js +0 -5
  108. package/esm2015/sempli-website-lib.js +0 -5
  109. package/fesm2015/sempli-website-lib.js +0 -22
  110. package/fesm2015/sempli-website-lib.js.map +0 -1
  111. package/sempli-website-lib.metadata.json +0 -1
@@ -1,1199 +1,1199 @@
1
- /*#############################################################################
2
- # GENERAL CONTENT ELEMENTS
3
- #############################################################################*/
4
- // SECTION
5
- .webp .app-layout {
6
- @include responsive($breakpoint-xmedium) {
7
- .bg-application-incomplete {
8
- .block-main {
9
- background: url("^assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
10
- background-size: contain;
11
- background-position-x: 80%;
12
- }
13
- }
14
-
15
- .bg-application-complete {
16
- .block-main {
17
- background: url("^assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
18
- background-size: contain;
19
- }
20
- }
21
-
22
- .bg-document-revision {
23
- .block-main {
24
- background: url("^assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
25
- background-size: contain;
26
- }
27
- }
28
-
29
- .bg-credit-options {
30
- .block-main {
31
- background: url("^assets/swl/interface/illustration-d7.webp") no-repeat right bottom;
32
- background-size: contain;
33
- }
34
- }
35
-
36
- .bg-application-rejected {
37
- .block-main {
38
- background: url("^assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
39
- background-size: contain;
40
- background-position-x: 80%;
41
- }
42
- }
43
-
44
- .bg-document-signature {
45
- .block-main {
46
- background: url("^assets/swl/interface/illustration-signature.webp") no-repeat right bottom;
47
- background-size: contain;
48
- }
49
- }
50
-
51
- .bg-credit-card-sempli-business {
52
- .block-main {
53
- background: url("^assets/swl/interface/illustration-credit-card-ready.webp") no-repeat right bottom;
54
- background-size: contain;
55
- background-position-x: 80%;
56
- }
57
- }
58
- }
59
-
60
- .dashboard-access-aside {
61
- .login-default {
62
- content: url("^assets/swl/interface/illustration-d9.webp");
63
- }
64
- .password-reset {
65
- content: url("^assets/swl/interface/illustration-d2.webp");
66
- }
67
- }
68
-
69
- .content-wrapper {
70
- .empty-loan-application-list {
71
- content: url("^assets/swl/interface/illustration-d8.webp");
72
- }
73
- }
74
-
75
- .application-completed-content {
76
- .application-completed-image {
77
- content: url("^assets/swl/interface/illustration-d4.webp");
78
- }
79
- }
80
-
81
- .response-handler {
82
- img.empty {
83
- content: url("^assets/swl/interface/illustration-d2.webp");
84
- }
85
-
86
- img.error {
87
- content: url("^assets/swl/interface/illustration-d10.webp");
88
- }
89
- }
90
-
91
- .virtual-card-section {
92
- .front {
93
- background: url('^assets/swl/interface/credit-card-front.webp') no-repeat center center;
94
- }
95
-
96
- .back {
97
- background: url('^assets/swl/interface/credit-card-back.webp') no-repeat center center;
98
- }
99
- }
100
- }
101
-
102
- .no-webp .app-layout {
103
- @include responsive($breakpoint-xmedium) {
104
- .bg-application-incomplete {
105
- .block-main {
106
- background: url("^assets/swl/interface/illustration-d2.png") no-repeat right bottom;
107
- background-size: contain;
108
- background-position-x: 80%;
109
- }
110
- }
111
-
112
- .bg-application-complete {
113
- .block-main {
114
- background: url("^assets/swl/interface/illustration-d1.png") no-repeat right bottom;
115
- background-size: contain;
116
- }
117
- }
118
-
119
- .bg-document-revision {
120
- .block-main {
121
- background: url("^assets/swl/interface/illustration-d1.png") no-repeat right bottom;
122
- background-size: contain;
123
- }
124
- }
125
-
126
- .bg-credit-options {
127
- .block-main {
128
- background: url("^assets/swl/interface/illustration-d7.png") no-repeat right bottom;
129
- background-size: contain;
130
- }
131
- }
132
-
133
- .bg-application-rejected {
134
- .block-main {
135
- background: url("^assets/swl/interface/illustration-d2.png") no-repeat right bottom;
136
- background-size: contain;
137
- background-position-x: 80%;
138
- }
139
- }
140
-
141
- .bg-document-signature {
142
- .block-main {
143
- background: url("^assets/swl/interface/illustration-signature.png") no-repeat right bottom;
144
- background-size: contain;
145
- }
146
- }
147
-
148
- .bg-credit-card-sempli-business {
149
- .block-main {
150
- background: url("^assets/swl/interface/illustration-credit-card-ready.png") no-repeat right bottom;
151
- background-size: contain;
152
- background-position-x: 80%;
153
- }
154
- }
155
- }
156
-
157
- .dashboard-access-aside {
158
- .login-default {
159
- content: url("^assets/swl/interface/illustration-d9.png");
160
- }
161
- .password-reset {
162
- content: url("^assets/swl/interface/illustration-d2.png");
163
- }
164
- }
165
-
166
- .content-wrapper {
167
- .empty-loan-application-list {
168
- content: url("^assets/swl/interface/illustration-d8.png");
169
- }
170
- }
171
-
172
- .application-completed-content {
173
- .application-completed-image {
174
- content: url("^assets/swl/interface/illustration-d4.png");
175
- }
176
- }
177
-
178
- .response-handler {
179
- img.empty {
180
- content: url("^assets/swl/interface/illustration-d2.png");
181
- }
182
-
183
- img.error {
184
- content: url("^assets/swl/interface/illustration-d10.png");
185
- }
186
- }
187
-
188
- .virtual-card-section {
189
- .front {
190
- background: url('^assets/swl/interface/credit-card-front.png') no-repeat center center;
191
- }
192
-
193
- .back {
194
- background: url('^assets/swl/interface/credit-card-back.png') no-repeat center center;
195
- }
196
- }
197
- }
198
-
199
- a.navigate-back {
200
- display: inline-block;
201
- background: url("/assets/swl/interface/icons/arrow-left.svg") no-repeat 0 50%;
202
- padding-left: 20px;
203
- margin: 0 0 20px;
204
- }
205
-
206
- .step-title {
207
- margin: 0 0 50px;
208
- }
209
-
210
- .step-actions {
211
- margin-top: 60px;
212
- @include pie-clearfix;
213
-
214
- @include responsive-max($breakpoint-small) {
215
- margin-top: 0;
216
- }
217
-
218
- .actions-wrapper {
219
- background: #fff;
220
- border-top: 1px solid #D7D9E2;
221
- padding: 20px 0;
222
- @include pie-clearfix;
223
- }
224
-
225
- &.is-sticky {
226
- height: 75px;
227
-
228
- .actions-wrapper {
229
- padding: 15px;
230
- width: 100vw;
231
- position: fixed;
232
- left: 0;
233
- bottom: 0;
234
- right: auto;
235
- z-index: 1;
236
-
237
- @include responsive($breakpoint-xmedium) {
238
- padding: 15px 60px;
239
- width: calc(100vw - 260px);
240
-
241
- &.large {
242
- width: calc(100vw - 400px);
243
- }
244
- }
245
-
246
- @include responsive-max($breakpoint-small) {
247
- display: flex;
248
- flex-flow: row nowrap;
249
- justify-content: space-between;
250
-
251
- .button {
252
- &.right {
253
- display: flex;
254
- align-items: center;
255
- }
256
- }
257
- }
258
- }
259
- }
260
-
261
- .button {
262
- margin: 0;
263
-
264
- &.left {
265
- @include float(left);
266
- }
267
-
268
- &.right {
269
- @include float(right);
270
- }
271
- }
272
- }
273
-
274
- .sidebar-left {
275
- .step-actions {
276
- &.is-sticky {
277
- .actions-wrapper {
278
- left: auto;
279
- right: 0;
280
- }
281
- }
282
- }
283
- }
284
-
285
- // Steps Specific Content
286
-
287
- .icon-msg-box {
288
- display: grid;
289
- grid-template-columns: auto 1fr;
290
- grid-column-gap: 20px;
291
-
292
- img.icon {
293
- align-self: center;
294
- display: block;
295
- margin: 0;
296
- }
297
-
298
- .msg {
299
- align-self: center;
300
- }
301
-
302
- p {
303
- margin: 0 0 5px 0;
304
- }
305
- }
306
-
307
- a.add-shareholder, .add-button {
308
- line-height: 22px;
309
-
310
- img.icon {
311
- margin: 0 5px -5px 0;
312
- }
313
- }
314
-
315
- ul.people {
316
- margin: 0;
317
- padding: 0;
318
- list-style: none;
319
-
320
- li.person {
321
- border-bottom: 1px solid #D7D9E2;
322
- margin-bottom: 20px;
323
- padding-bottom: 20px;
324
-
325
- .person-info {
326
- > span {
327
- display: block;
328
- }
329
-
330
- .name {
331
- font-weight: 900;
332
- }
333
- }
334
- }
335
-
336
- &.compact {
337
- li.person {
338
- border-bottom: none;
339
- margin-bottom: 15px;
340
- padding-bottom: 0;
341
- }
342
- }
343
- }
344
-
345
- ul.documents {
346
- margin: 0;
347
- padding: 0;
348
- list-style: none;
349
-
350
- li.document {
351
- display: grid;
352
- grid-template-columns: 1fr 110px;
353
- border-bottom: 1px solid #D7D9E2;
354
- margin-bottom: 20px;
355
- padding-bottom: 20px;
356
-
357
- &:last-child {
358
- border: none;
359
- }
360
-
361
- // Grid Items
362
-
363
- .main-info {
364
- grid-column: 1;
365
- grid-row: 1;
366
- }
367
-
368
- .status-icon {
369
- grid-column: 2;
370
- grid-row: 1;
371
- justify-self: center;
372
- align-self: center;
373
- }
374
-
375
- // Document Element Styles
376
-
377
- .title {
378
- margin: 0 0 10px 0;
379
- }
380
-
381
- p.description,
382
- p.alert {
383
- max-width: 490px;
384
- margin: 0;
385
- }
386
- }
387
- }
388
-
389
- .item-link-action {
390
- display: inline-block;
391
- color: $color-secondary;
392
- font-size: rem-calc(14px);
393
- margin-right: 12px;
394
- padding-right: 17px;
395
- position: relative;
396
-
397
- &:hover {
398
- text-decoration: underline;
399
- }
400
-
401
- img.icon {
402
- margin: 0 2px 0 0;
403
- }
404
-
405
- &::after {
406
- content: "";
407
- display: block;
408
- background-color: $color-secondary-light;
409
- width: 5px;
410
- height: 5px;
411
- position: absolute;
412
- top: 50%;
413
- right: 0;
414
- @include border-radius(100%);
415
- @include transform(translateY(-50%));
416
- }
417
-
418
- &:last-child {
419
- margin: 0;
420
- padding: 0;
421
-
422
- &::after {
423
- display: none;
424
- }
425
- }
426
-
427
- // Specific actions
428
-
429
- &.modify {
430
- img.icon {
431
- margin-bottom: -1px;
432
- }
433
- }
434
-
435
- &.review {
436
- img.icon {
437
- margin-bottom: -2px;
438
- }
439
- }
440
-
441
- &.delete {
442
- img.icon {
443
- margin-bottom: -1px;
444
- }
445
- }
446
-
447
- &.download {
448
- color: $color-primary;
449
- }
450
-
451
- &.example {
452
- img.icon {
453
- margin-bottom: -2px;
454
- }
455
- }
456
- }
457
-
458
- .list-item-actions {
459
- margin-top: 15px;
460
-
461
- .item-action {
462
- @extend .item-link-action;
463
- }
464
-
465
- .button {
466
- margin-bottom: 0;
467
- }
468
- }
469
-
470
- .entity-type-switch {
471
- margin-bottom: 20px;
472
- &.close {
473
- margin-bottom: 10px;
474
- }
475
- @include pie-clearfix;
476
-
477
- a.button {
478
- margin: 0;
479
- @include float(left);
480
- @include border-radius(0);
481
-
482
- &:first-child {
483
- @include border-left-radius(4px);
484
- }
485
-
486
- &:last-child {
487
- @include border-right-radius(4px);
488
- }
489
- }
490
- }
491
-
492
- .revision-needed {
493
- background-color: #FFFFE5;
494
- padding: 30px;
495
- margin-bottom: 60px;
496
-
497
- > h3 {
498
- margin: 0;
499
- }
500
-
501
- ul.documents {
502
- li:last-child {
503
- margin-bottom: 0;
504
- padding-bottom: 0;
505
- }
506
- }
507
- }
508
-
509
- ul.checklist {
510
- margin: 0;
511
- padding: 0;
512
- list-style: none;
513
-
514
- li {
515
- background: url("/assets/swl/interface/icons/check-purple.svg") no-repeat 0 50%;
516
- padding-left: 20px;
517
- }
518
- }
519
-
520
- ul.list-view {
521
- list-style: none;
522
- margin: 0;
523
- padding: 0;
524
-
525
- &.complete-list{
526
- border-top: 1px solid $list-divider-color;
527
- }
528
-
529
- li {
530
- border-bottom: 1px solid $color-secondary-light;
531
- padding: 10px 0;
532
- color: #000;
533
-
534
- &.icon-action {
535
- display: grid;
536
- grid-template-columns: 24px 1fr 1fr;
537
- grid-column-gap: 15px;
538
- align-items: center;
539
- }
540
-
541
- &.selectable {
542
- cursor: pointer;
543
- display: grid;
544
- }
545
-
546
- &:last-child {
547
- border-bottom: none;
548
- }
549
-
550
- &:hover {
551
- transform: scale(1.05);
552
- background: $default-color-hover;
553
- padding: 15px;
554
- }
555
-
556
- &.hidden {
557
- display: none;
558
- }
559
-
560
- img.icon {
561
- display: block;
562
- width: 100%;
563
- }
564
-
565
- .item-box {
566
- span {
567
- display: block;
568
-
569
- &.actions {
570
- font-size: rem-calc(14px);
571
- font-weight: 900;
572
- text-align: right;
573
- }
574
- }
575
-
576
- &.left {
577
- justify-self: start;
578
- }
579
-
580
- &.right {
581
- justify-self: end;
582
- }
583
- }
584
- }
585
- }
586
-
587
- .summary-block {
588
- border-bottom: 1px solid #D7D9E2;
589
- margin-bottom: 30px;
590
- padding-bottom: 30px;
591
-
592
- &:nth-last-of-type(2) {
593
- border-bottom: none;
594
- margin-bottom: 0;
595
- padding-bottom: 0;
596
- }
597
-
598
- h4.summary-title {
599
- margin: 0 0 25px;
600
-
601
- a {
602
- font-size: rem-calc(14px);
603
- }
604
- }
605
-
606
- p.credit-amount {
607
- font-size: rem-calc(26px);
608
- }
609
-
610
- footer {
611
- border-top: 2px solid lighten($color-secondary, 15%);
612
- margin-top: 25px;
613
- padding-top: 15px;
614
-
615
- p {
616
- margin: 0;
617
- }
618
- }
619
-
620
- // Dotted box
621
- &.dotted {
622
- background-color: lighten($color-secondary, 25%);
623
- border: 2px dashed $color-secondary;
624
- padding: 20px;
625
- @include border-radius(4px);
626
- }
627
- }
628
-
629
- .credit-option-main-info {
630
- .label-title {
631
- font-weight: 900;
632
- }
633
-
634
- .label-info {
635
- color: $color-secondary;
636
- }
637
-
638
- @include responsive-max($breakpoint-small) {
639
- .grid {
640
- grid-gap: 20px;
641
- }
642
- }
643
- }
644
-
645
- .credit-simulation-panel {
646
- h6 {
647
- font-size: rem-calc(14px);
648
- font-weight: 400;
649
- opacity: 0.5;
650
- margin: 0;
651
- }
652
-
653
- p {
654
- font-size: rem-calc(16px);
655
- font-weight: 900;
656
- margin: 0;
657
- }
658
- }
659
-
660
- .credit-simulation-table {
661
-
662
- @include responsive-max($breakpoint-small) {
663
- max-width: 100%;
664
- overflow-x: auto;
665
- width: 100%;
666
- }
667
-
668
- .table-header {
669
- .table-row {
670
- border-top: 2px solid $color-secondary;
671
- border-bottom: 2px solid $color-secondary;
672
-
673
- .table-cell {
674
- color: $color-text;
675
- font-size: rem-calc(15px);
676
- font-weight: 900;
677
- padding: 20px 15px;
678
- }
679
- }
680
- }
681
-
682
- .table-body {
683
- .table-row {
684
- .table-cell {
685
-
686
- }
687
- }
688
- }
689
-
690
- .table-footer {
691
- .table-row {
692
- border-bottom: none;
693
-
694
- .table-cell {
695
- color: $color-text;
696
- font-size: rem-calc(15px);
697
- font-weight: 900;
698
- }
699
- }
700
- }
701
-
702
- .table-row {
703
- display: grid;
704
- grid-template-columns: repeat(5, 1fr);
705
- border-bottom: 1px solid $color-secondary-light;
706
-
707
- .table-cell {
708
- color: $color-secondary;
709
- font-size: rem-calc(13px);
710
- padding: 15px;
711
- text-align: center;
712
-
713
- &:first-child {
714
- text-align: left;
715
- }
716
-
717
- &:last-child {
718
- text-align: right;
719
- }
720
- }
721
- }
722
-
723
- // Cell Specific
724
-
725
- .installment-num {
726
- display: inline-block;
727
- background-color: lighten($color-secondary, 24%);
728
- color: $color-text;
729
- font-weight: 900;
730
- padding: 1px 6px;
731
- @include border-radius(4px);
732
- }
733
-
734
- .payment-total {
735
- color: $color-text;
736
- font-weight: 900;
737
- }
738
- }
739
-
740
- .signatures {
741
- .person-signatures {
742
- border-bottom: 1px solid #D7D9E2;
743
- margin-bottom: 30px;
744
- padding-bottom: 30px;
745
-
746
- &:last-child {
747
- border-bottom: none;
748
- }
749
-
750
- h4 {
751
- margin: 0;
752
- }
753
-
754
- p {
755
- margin: 0;
756
- }
757
-
758
- ul.documents-to-sign {
759
- margin: 15px 0 0;
760
- padding: 0;
761
- list-style: none;
762
-
763
- li.document {
764
- background: url("/assets/swl/interface/icons/signature-pending.svg") no-repeat 0 50%;
765
- padding-left: 42px;
766
- margin-bottom: 8px;
767
-
768
- h6 {
769
- margin: 0;
770
- }
771
-
772
- p.signature-status {
773
- color: $color-secondary;
774
- font-size: rem-calc(12px);
775
- font-weight: 900;
776
- margin: 0;
777
- }
778
-
779
- // Signed State
780
-
781
- &.signed {
782
- background-image: url("/assets/swl/interface/icons/check-green-circle-large.svg");
783
- }
784
- }
785
- }
786
-
787
- a.button {
788
- float: right;
789
- }
790
- }
791
- }
792
-
793
- ul.signatures-doc-samples {
794
- list-style: none;
795
- padding: 0;
796
- margin: 0;
797
-
798
- li {
799
- a {
800
- font-size: rem-calc(14px);
801
- }
802
- }
803
- }
804
-
805
- .sidebar-content {
806
- display: flex;
807
- flex-direction: column;
808
- height: 90%;
809
-
810
- .step-footer {
811
- display: flex;
812
- height: 100%;
813
- align-items: flex-end;
814
- .remaining-time-indicator{
815
- display: flex;
816
- flex-direction: row;
817
- align-items: flex-start;
818
- gap: 8px;
819
-
820
- .icon {
821
- img {
822
- max-width: 18px;
823
- max-height: 18px;
824
- }
825
- }
826
-
827
- .time-info {
828
- display: flex;
829
- flex-direction: column;
830
- p {
831
- margin: 0;
832
- }
833
- }
834
- }
835
- }
836
-
837
- @include responsive-max($breakpoint-xmedium) {
838
- .step-footer {
839
- margin-top: 20px;
840
- }
841
- }
842
- }
843
-
844
- h4.wizard-step-title {
845
- margin: 0 0 50px;
846
- font-size: 1.1rem;
847
- }
848
-
849
-
850
- img.wizard-logo {
851
- width: 130px;
852
- margin: 0 0 30px;
853
- overflow: hidden;
854
-
855
- &.with-description {
856
- +.wizard-step-title {
857
- margin: 0 0 30px;
858
- }
859
- }
860
- }
861
-
862
- .wizard-stepper {
863
-
864
- section.app-body {
865
- grid-template-columns: 260px 1fr !important;
866
-
867
- .step-title {
868
- font-size: 1.7rem;
869
- font-weight: 900;
870
- margin-bottom: 33px;
871
- }
872
-
873
- .step-actions {
874
- &.is-sticky {
875
- .actions-wrapper {
876
- @include responsive($breakpoint-xmedium) {
877
- width: calc(100vw - 260px);
878
- }
879
-
880
- @include responsive-max($breakpoint-xmedium) {
881
- width: 100vw !important;
882
- }
883
- }
884
- }
885
- }
886
- }
887
-
888
- &.without-header {
889
- section.app-body {
890
- height: 100vh;
891
- }
892
- }
893
-
894
- @include responsive-max($breakpoint-xmedium) {
895
- overflow: auto;
896
- height: calc(100vh - 50px);
897
- }
898
- }
899
-
900
- ul.wizard-steps {
901
- list-style: none;
902
- padding: 0;
903
- margin: 0;
904
-
905
- li {
906
- font-size: 0.8rem;
907
- font-weight: 900;
908
- line-height: 26px;
909
- position: relative;
910
- padding-top: 29px;
911
- padding-left: 40px;
912
-
913
- // Not being used, but perhaps necessary in the future
914
- span.small {
915
- display: block;
916
- color: $color-secondary;
917
- font-size: rem-calc(14px);
918
- font-weight: 400;
919
- }
920
-
921
- // DOTS
922
- &::after {
923
- content: "";
924
- display: block;
925
- background: url("/assets/swl/interface/icons/signature-step-default.svg") no-repeat 50% 50%;
926
- background-size: 24px 24px;
927
- width: 26px;
928
- height: 26px;
929
- position: absolute;
930
- left: 0;
931
- bottom: 0;
932
- z-index: 2;
933
- }
934
-
935
- // LINES
936
- &::before {
937
- content: "";
938
- display: block;
939
- background-color: #AFB3C0;
940
- height: 56px;
941
- width: 2px;
942
- position: absolute;
943
- left: 12px;
944
- bottom: 24px;
945
- z-index: 1;
946
- }
947
-
948
- &:first-child {
949
- padding-top: 0;
950
-
951
- &::after {
952
-
953
- }
954
-
955
- // Remove line from first element
956
- &::before {
957
- display: none;
958
- }
959
- }
960
-
961
- // STATES
962
-
963
- // Active
964
- &.active {
965
- &::before {
966
- background-color: $color-primary;
967
- }
968
-
969
- &::after {
970
- background: url("/assets/swl/interface/icons/signature-step-active.svg") no-repeat 50% 50%;
971
- }
972
- }
973
-
974
- // Completed
975
- &.completed {
976
- cursor: pointer;
977
- &::before {
978
- background-color: $color-primary;
979
- }
980
-
981
- &::after {
982
- background: url("/assets/swl/interface/icons/signature-step-completed.svg") no-repeat 50% 50%;
983
- }
984
-
985
- &.linear {
986
- cursor: not-allowed;
987
- pointer-events: none;
988
- }
989
- }
990
-
991
- &.linear {
992
- cursor: not-allowed;
993
- pointer-events: none;
994
- }
995
-
996
- &.inactive {
997
- cursor: not-allowed;
998
- pointer-events: none;
999
-
1000
- span {
1001
- font-size: 0.8;
1002
- font-weight: 400;
1003
- }
1004
- }
1005
- }
1006
-
1007
- &.small {
1008
- li {
1009
- padding-top: 20px;
1010
- // LINES
1011
-
1012
- &:first-child {
1013
- padding-top: 0;
1014
- }
1015
-
1016
- &::before {
1017
- height: 60px;
1018
- bottom: 20%;
1019
- }
1020
- }
1021
-
1022
- &.inactive {
1023
- cursor: not-allowed;
1024
- pointer-events: none;
1025
- }
1026
- }
1027
-
1028
- &.small {
1029
- li {
1030
- padding-top: 20px;
1031
- // LINES
1032
-
1033
- &:first-child {
1034
- padding-top: 0;
1035
- }
1036
-
1037
- &::before {
1038
- height: 60px;
1039
- bottom: 20%;
1040
- }
1041
- }
1042
- }
1043
- }
1044
-
1045
- p.code-validation-instruction {
1046
- font-size: rem-calc(14px);
1047
- strong {
1048
- white-space: nowrap;
1049
- }
1050
- }
1051
-
1052
- .validation-code-inputs {
1053
- .input-wrapper {
1054
- display: inline-block;
1055
- max-width: 70px;
1056
- margin: 0;
1057
- margin-right: 5px;
1058
-
1059
- &:last-child {
1060
- margin: 0;
1061
- }
1062
-
1063
- input[type=text] {
1064
- font-size: 36px;
1065
- font-weight: 900;
1066
- text-align: center;
1067
- }
1068
-
1069
- @include responsive-max($breakpoint-small) {
1070
- width: 55px;
1071
-
1072
- input {
1073
- padding: 7px 3px;
1074
- }
1075
- }
1076
- }
1077
- }
1078
-
1079
- .report-checkbox {
1080
- position: absolute;
1081
- right: 0;
1082
- top: 0;
1083
- }
1084
-
1085
- .animate-rotation {
1086
- -webkit-animation:spin 4s linear infinite;
1087
- -moz-animation:spin 4s linear infinite;
1088
- animation:spin 4s linear infinite;
1089
- }
1090
-
1091
- section.account-wrapper {
1092
- display: grid;
1093
- grid-template-columns: 1fr 1fr;
1094
- height: 100vh;
1095
- overflow: auto;
1096
-
1097
- @include responsive-max($breakpoint-small) {
1098
- grid-template-columns: 1fr 0fr;
1099
- }
1100
-
1101
- main {
1102
- display: flex;
1103
- align-items: center;
1104
- justify-content: center;
1105
- flex-direction: column;
1106
- padding: 0 20px;
1107
- position: relative;
1108
-
1109
- .account-block {
1110
- max-width: 400px;
1111
- }
1112
-
1113
- // Content Elements
1114
-
1115
- .sempli-logo {
1116
- width: 114px;
1117
- margin: 0 0 30px;
1118
-
1119
- a {
1120
- display: block;
1121
- background: url("^assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
1122
- background-size: 114px 30px;
1123
- height: 0;
1124
- width: 114px;
1125
- padding-top: 30px;
1126
- margin: 0;
1127
- overflow: hidden;
1128
- }
1129
- }
1130
-
1131
- .welcome {
1132
- margin: 0 0 30px;
1133
-
1134
- h3 {
1135
- margin: 0;
1136
- font-weight: 100;
1137
- }
1138
-
1139
- h6 {
1140
- color: $color-secondary;
1141
- font-size: rem-calc(14px);
1142
- font-weight: 900;
1143
- letter-spacing: 1px;
1144
- text-transform: uppercase;
1145
- margin: 0;
1146
- }
1147
- }
1148
-
1149
- .application-cta {
1150
- border-top: 1px solid $color-secondary-light;
1151
- color: $color-secondary;
1152
- font-size: rem-calc(14px);
1153
- padding: 30px 20px 0;
1154
-
1155
- display: flex;
1156
- justify-content: center;
1157
-
1158
- p {
1159
- margin: 0;
1160
- }
1161
- }
1162
-
1163
- a.secondary.forgot-password {
1164
- font-size: rem-calc(14px);
1165
- }
1166
- }
1167
-
1168
- aside {
1169
- display: flex;
1170
- align-items: center;
1171
- justify-content: center;
1172
- background-color: lighten($color-secondary-light, 10%);
1173
- overflow: hidden;
1174
-
1175
- img {
1176
- display: block;
1177
- width: 500px;
1178
- }
1179
-
1180
- .password-reset {
1181
- width: 450px;
1182
- }
1183
-
1184
- .login-default {
1185
- width: 330px;
1186
- }
1187
- }
1188
- }
1189
-
1190
- @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
1191
- @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
1192
- @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
1193
-
1194
- .signature-box-wrapper {
1195
- width: 100%;
1196
- height: 190px;
1197
- border: 2px solid $color-secondary-light;
1198
- @include border-radius(4px);
1199
- }
1
+ /*#############################################################################
2
+ # GENERAL CONTENT ELEMENTS
3
+ #############################################################################*/
4
+ // SECTION
5
+ .webp .app-layout {
6
+ @include responsive($breakpoint-xmedium) {
7
+ .bg-application-incomplete {
8
+ .block-main {
9
+ background: url("^assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
10
+ background-size: contain;
11
+ background-position-x: 80%;
12
+ }
13
+ }
14
+
15
+ .bg-application-complete {
16
+ .block-main {
17
+ background: url("^assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
18
+ background-size: contain;
19
+ }
20
+ }
21
+
22
+ .bg-document-revision {
23
+ .block-main {
24
+ background: url("^assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
25
+ background-size: contain;
26
+ }
27
+ }
28
+
29
+ .bg-credit-options {
30
+ .block-main {
31
+ background: url("^assets/swl/interface/illustration-d7.webp") no-repeat right bottom;
32
+ background-size: contain;
33
+ }
34
+ }
35
+
36
+ .bg-application-rejected {
37
+ .block-main {
38
+ background: url("^assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
39
+ background-size: contain;
40
+ background-position-x: 80%;
41
+ }
42
+ }
43
+
44
+ .bg-document-signature {
45
+ .block-main {
46
+ background: url("^assets/swl/interface/illustration-signature.webp") no-repeat right bottom;
47
+ background-size: contain;
48
+ }
49
+ }
50
+
51
+ .bg-credit-card-sempli-business {
52
+ .block-main {
53
+ background: url("^assets/swl/interface/illustration-credit-card-ready.webp") no-repeat right bottom;
54
+ background-size: contain;
55
+ background-position-x: 80%;
56
+ }
57
+ }
58
+ }
59
+
60
+ .dashboard-access-aside {
61
+ .login-default {
62
+ content: url("^assets/swl/interface/illustration-d9.webp");
63
+ }
64
+ .password-reset {
65
+ content: url("^assets/swl/interface/illustration-d2.webp");
66
+ }
67
+ }
68
+
69
+ .content-wrapper {
70
+ .empty-loan-application-list {
71
+ content: url("^assets/swl/interface/illustration-d8.webp");
72
+ }
73
+ }
74
+
75
+ .application-completed-content {
76
+ .application-completed-image {
77
+ content: url("^assets/swl/interface/illustration-d4.webp");
78
+ }
79
+ }
80
+
81
+ .response-handler {
82
+ img.empty {
83
+ content: url("^assets/swl/interface/illustration-d2.webp");
84
+ }
85
+
86
+ img.error {
87
+ content: url("^assets/swl/interface/illustration-d10.webp");
88
+ }
89
+ }
90
+
91
+ .virtual-card-section {
92
+ .front {
93
+ background: url('^assets/swl/interface/credit-card-front.webp') no-repeat center center;
94
+ }
95
+
96
+ .back {
97
+ background: url('^assets/swl/interface/credit-card-back.webp') no-repeat center center;
98
+ }
99
+ }
100
+ }
101
+
102
+ .no-webp .app-layout {
103
+ @include responsive($breakpoint-xmedium) {
104
+ .bg-application-incomplete {
105
+ .block-main {
106
+ background: url("^assets/swl/interface/illustration-d2.png") no-repeat right bottom;
107
+ background-size: contain;
108
+ background-position-x: 80%;
109
+ }
110
+ }
111
+
112
+ .bg-application-complete {
113
+ .block-main {
114
+ background: url("^assets/swl/interface/illustration-d1.png") no-repeat right bottom;
115
+ background-size: contain;
116
+ }
117
+ }
118
+
119
+ .bg-document-revision {
120
+ .block-main {
121
+ background: url("^assets/swl/interface/illustration-d1.png") no-repeat right bottom;
122
+ background-size: contain;
123
+ }
124
+ }
125
+
126
+ .bg-credit-options {
127
+ .block-main {
128
+ background: url("^assets/swl/interface/illustration-d7.png") no-repeat right bottom;
129
+ background-size: contain;
130
+ }
131
+ }
132
+
133
+ .bg-application-rejected {
134
+ .block-main {
135
+ background: url("^assets/swl/interface/illustration-d2.png") no-repeat right bottom;
136
+ background-size: contain;
137
+ background-position-x: 80%;
138
+ }
139
+ }
140
+
141
+ .bg-document-signature {
142
+ .block-main {
143
+ background: url("^assets/swl/interface/illustration-signature.png") no-repeat right bottom;
144
+ background-size: contain;
145
+ }
146
+ }
147
+
148
+ .bg-credit-card-sempli-business {
149
+ .block-main {
150
+ background: url("^assets/swl/interface/illustration-credit-card-ready.png") no-repeat right bottom;
151
+ background-size: contain;
152
+ background-position-x: 80%;
153
+ }
154
+ }
155
+ }
156
+
157
+ .dashboard-access-aside {
158
+ .login-default {
159
+ content: url("^assets/swl/interface/illustration-d9.png");
160
+ }
161
+ .password-reset {
162
+ content: url("^assets/swl/interface/illustration-d2.png");
163
+ }
164
+ }
165
+
166
+ .content-wrapper {
167
+ .empty-loan-application-list {
168
+ content: url("^assets/swl/interface/illustration-d8.png");
169
+ }
170
+ }
171
+
172
+ .application-completed-content {
173
+ .application-completed-image {
174
+ content: url("^assets/swl/interface/illustration-d4.png");
175
+ }
176
+ }
177
+
178
+ .response-handler {
179
+ img.empty {
180
+ content: url("^assets/swl/interface/illustration-d2.png");
181
+ }
182
+
183
+ img.error {
184
+ content: url("^assets/swl/interface/illustration-d10.png");
185
+ }
186
+ }
187
+
188
+ .virtual-card-section {
189
+ .front {
190
+ background: url('^assets/swl/interface/credit-card-front.png') no-repeat center center;
191
+ }
192
+
193
+ .back {
194
+ background: url('^assets/swl/interface/credit-card-back.png') no-repeat center center;
195
+ }
196
+ }
197
+ }
198
+
199
+ a.navigate-back {
200
+ display: inline-block;
201
+ background: url("/assets/swl/interface/icons/arrow-left.svg") no-repeat 0 50%;
202
+ padding-left: 20px;
203
+ margin: 0 0 20px;
204
+ }
205
+
206
+ .step-title {
207
+ margin: 0 0 50px;
208
+ }
209
+
210
+ .step-actions {
211
+ margin-top: 60px;
212
+ @include pie-clearfix;
213
+
214
+ @include responsive-max($breakpoint-small) {
215
+ margin-top: 0;
216
+ }
217
+
218
+ .actions-wrapper {
219
+ background: #fff;
220
+ border-top: 1px solid #D7D9E2;
221
+ padding: 20px 0;
222
+ @include pie-clearfix;
223
+ }
224
+
225
+ &.is-sticky {
226
+ height: 75px;
227
+
228
+ .actions-wrapper {
229
+ padding: 15px;
230
+ width: 100vw;
231
+ position: fixed;
232
+ left: 0;
233
+ bottom: 0;
234
+ right: auto;
235
+ z-index: 1;
236
+
237
+ @include responsive($breakpoint-xmedium) {
238
+ padding: 15px 60px;
239
+ width: calc(100vw - 260px);
240
+
241
+ &.large {
242
+ width: calc(100vw - 400px);
243
+ }
244
+ }
245
+
246
+ @include responsive-max($breakpoint-small) {
247
+ display: flex;
248
+ flex-flow: row nowrap;
249
+ justify-content: space-between;
250
+
251
+ .button {
252
+ &.right {
253
+ display: flex;
254
+ align-items: center;
255
+ }
256
+ }
257
+ }
258
+ }
259
+ }
260
+
261
+ .button {
262
+ margin: 0;
263
+
264
+ &.left {
265
+ @include float(left);
266
+ }
267
+
268
+ &.right {
269
+ @include float(right);
270
+ }
271
+ }
272
+ }
273
+
274
+ .sidebar-left {
275
+ .step-actions {
276
+ &.is-sticky {
277
+ .actions-wrapper {
278
+ left: auto;
279
+ right: 0;
280
+ }
281
+ }
282
+ }
283
+ }
284
+
285
+ // Steps Specific Content
286
+
287
+ .icon-msg-box {
288
+ display: grid;
289
+ grid-template-columns: auto 1fr;
290
+ grid-column-gap: 20px;
291
+
292
+ img.icon {
293
+ align-self: center;
294
+ display: block;
295
+ margin: 0;
296
+ }
297
+
298
+ .msg {
299
+ align-self: center;
300
+ }
301
+
302
+ p {
303
+ margin: 0 0 5px 0;
304
+ }
305
+ }
306
+
307
+ a.add-shareholder, .add-button {
308
+ line-height: 22px;
309
+
310
+ img.icon {
311
+ margin: 0 5px -5px 0;
312
+ }
313
+ }
314
+
315
+ ul.people {
316
+ margin: 0;
317
+ padding: 0;
318
+ list-style: none;
319
+
320
+ li.person {
321
+ border-bottom: 1px solid #D7D9E2;
322
+ margin-bottom: 20px;
323
+ padding-bottom: 20px;
324
+
325
+ .person-info {
326
+ > span {
327
+ display: block;
328
+ }
329
+
330
+ .name {
331
+ font-weight: 900;
332
+ }
333
+ }
334
+ }
335
+
336
+ &.compact {
337
+ li.person {
338
+ border-bottom: none;
339
+ margin-bottom: 15px;
340
+ padding-bottom: 0;
341
+ }
342
+ }
343
+ }
344
+
345
+ ul.documents {
346
+ margin: 0;
347
+ padding: 0;
348
+ list-style: none;
349
+
350
+ li.document {
351
+ display: grid;
352
+ grid-template-columns: 1fr 110px;
353
+ border-bottom: 1px solid #D7D9E2;
354
+ margin-bottom: 20px;
355
+ padding-bottom: 20px;
356
+
357
+ &:last-child {
358
+ border: none;
359
+ }
360
+
361
+ // Grid Items
362
+
363
+ .main-info {
364
+ grid-column: 1;
365
+ grid-row: 1;
366
+ }
367
+
368
+ .status-icon {
369
+ grid-column: 2;
370
+ grid-row: 1;
371
+ justify-self: center;
372
+ align-self: center;
373
+ }
374
+
375
+ // Document Element Styles
376
+
377
+ .title {
378
+ margin: 0 0 10px 0;
379
+ }
380
+
381
+ p.description,
382
+ p.alert {
383
+ max-width: 490px;
384
+ margin: 0;
385
+ }
386
+ }
387
+ }
388
+
389
+ .item-link-action {
390
+ display: inline-block;
391
+ color: $color-secondary;
392
+ font-size: rem-calc(14px);
393
+ margin-right: 12px;
394
+ padding-right: 17px;
395
+ position: relative;
396
+
397
+ &:hover {
398
+ text-decoration: underline;
399
+ }
400
+
401
+ img.icon {
402
+ margin: 0 2px 0 0;
403
+ }
404
+
405
+ &::after {
406
+ content: "";
407
+ display: block;
408
+ background-color: $color-secondary-light;
409
+ width: 5px;
410
+ height: 5px;
411
+ position: absolute;
412
+ top: 50%;
413
+ right: 0;
414
+ @include border-radius(100%);
415
+ @include transform(translateY(-50%));
416
+ }
417
+
418
+ &:last-child {
419
+ margin: 0;
420
+ padding: 0;
421
+
422
+ &::after {
423
+ display: none;
424
+ }
425
+ }
426
+
427
+ // Specific actions
428
+
429
+ &.modify {
430
+ img.icon {
431
+ margin-bottom: -1px;
432
+ }
433
+ }
434
+
435
+ &.review {
436
+ img.icon {
437
+ margin-bottom: -2px;
438
+ }
439
+ }
440
+
441
+ &.delete {
442
+ img.icon {
443
+ margin-bottom: -1px;
444
+ }
445
+ }
446
+
447
+ &.download {
448
+ color: $color-primary;
449
+ }
450
+
451
+ &.example {
452
+ img.icon {
453
+ margin-bottom: -2px;
454
+ }
455
+ }
456
+ }
457
+
458
+ .list-item-actions {
459
+ margin-top: 15px;
460
+
461
+ .item-action {
462
+ @extend .item-link-action;
463
+ }
464
+
465
+ .button {
466
+ margin-bottom: 0;
467
+ }
468
+ }
469
+
470
+ .entity-type-switch {
471
+ margin-bottom: 20px;
472
+ &.close {
473
+ margin-bottom: 10px;
474
+ }
475
+ @include pie-clearfix;
476
+
477
+ a.button {
478
+ margin: 0;
479
+ @include float(left);
480
+ @include border-radius(0);
481
+
482
+ &:first-child {
483
+ @include border-left-radius(4px);
484
+ }
485
+
486
+ &:last-child {
487
+ @include border-right-radius(4px);
488
+ }
489
+ }
490
+ }
491
+
492
+ .revision-needed {
493
+ background-color: #FFFFE5;
494
+ padding: 30px;
495
+ margin-bottom: 60px;
496
+
497
+ > h3 {
498
+ margin: 0;
499
+ }
500
+
501
+ ul.documents {
502
+ li:last-child {
503
+ margin-bottom: 0;
504
+ padding-bottom: 0;
505
+ }
506
+ }
507
+ }
508
+
509
+ ul.checklist {
510
+ margin: 0;
511
+ padding: 0;
512
+ list-style: none;
513
+
514
+ li {
515
+ background: url("/assets/swl/interface/icons/check-purple.svg") no-repeat 0 50%;
516
+ padding-left: 20px;
517
+ }
518
+ }
519
+
520
+ ul.list-view {
521
+ list-style: none;
522
+ margin: 0;
523
+ padding: 0;
524
+
525
+ &.complete-list{
526
+ border-top: 1px solid $list-divider-color;
527
+ }
528
+
529
+ li {
530
+ border-bottom: 1px solid $color-secondary-light;
531
+ padding: 10px 0;
532
+ color: #000;
533
+
534
+ &.icon-action {
535
+ display: grid;
536
+ grid-template-columns: 24px 1fr 1fr;
537
+ grid-column-gap: 15px;
538
+ align-items: center;
539
+ }
540
+
541
+ &.selectable {
542
+ cursor: pointer;
543
+ display: grid;
544
+ }
545
+
546
+ &:last-child {
547
+ border-bottom: none;
548
+ }
549
+
550
+ &:hover {
551
+ transform: scale(1.05);
552
+ background: $default-color-hover;
553
+ padding: 15px;
554
+ }
555
+
556
+ &.hidden {
557
+ display: none;
558
+ }
559
+
560
+ img.icon {
561
+ display: block;
562
+ width: 100%;
563
+ }
564
+
565
+ .item-box {
566
+ span {
567
+ display: block;
568
+
569
+ &.actions {
570
+ font-size: rem-calc(14px);
571
+ font-weight: 900;
572
+ text-align: right;
573
+ }
574
+ }
575
+
576
+ &.left {
577
+ justify-self: start;
578
+ }
579
+
580
+ &.right {
581
+ justify-self: end;
582
+ }
583
+ }
584
+ }
585
+ }
586
+
587
+ .summary-block {
588
+ border-bottom: 1px solid #D7D9E2;
589
+ margin-bottom: 30px;
590
+ padding-bottom: 30px;
591
+
592
+ &:nth-last-of-type(2) {
593
+ border-bottom: none;
594
+ margin-bottom: 0;
595
+ padding-bottom: 0;
596
+ }
597
+
598
+ h4.summary-title {
599
+ margin: 0 0 25px;
600
+
601
+ a {
602
+ font-size: rem-calc(14px);
603
+ }
604
+ }
605
+
606
+ p.credit-amount {
607
+ font-size: rem-calc(26px);
608
+ }
609
+
610
+ footer {
611
+ border-top: 2px solid lighten($color-secondary, 15%);
612
+ margin-top: 25px;
613
+ padding-top: 15px;
614
+
615
+ p {
616
+ margin: 0;
617
+ }
618
+ }
619
+
620
+ // Dotted box
621
+ &.dotted {
622
+ background-color: lighten($color-secondary, 25%);
623
+ border: 2px dashed $color-secondary;
624
+ padding: 20px;
625
+ @include border-radius(4px);
626
+ }
627
+ }
628
+
629
+ .credit-option-main-info {
630
+ .label-title {
631
+ font-weight: 900;
632
+ }
633
+
634
+ .label-info {
635
+ color: $color-secondary;
636
+ }
637
+
638
+ @include responsive-max($breakpoint-small) {
639
+ .grid {
640
+ grid-gap: 20px;
641
+ }
642
+ }
643
+ }
644
+
645
+ .credit-simulation-panel {
646
+ h6 {
647
+ font-size: rem-calc(14px);
648
+ font-weight: 400;
649
+ opacity: 0.5;
650
+ margin: 0;
651
+ }
652
+
653
+ p {
654
+ font-size: rem-calc(16px);
655
+ font-weight: 900;
656
+ margin: 0;
657
+ }
658
+ }
659
+
660
+ .credit-simulation-table {
661
+
662
+ @include responsive-max($breakpoint-small) {
663
+ max-width: 100%;
664
+ overflow-x: auto;
665
+ width: 100%;
666
+ }
667
+
668
+ .table-header {
669
+ .table-row {
670
+ border-top: 2px solid $color-secondary;
671
+ border-bottom: 2px solid $color-secondary;
672
+
673
+ .table-cell {
674
+ color: $color-text;
675
+ font-size: rem-calc(15px);
676
+ font-weight: 900;
677
+ padding: 20px 15px;
678
+ }
679
+ }
680
+ }
681
+
682
+ .table-body {
683
+ .table-row {
684
+ .table-cell {
685
+
686
+ }
687
+ }
688
+ }
689
+
690
+ .table-footer {
691
+ .table-row {
692
+ border-bottom: none;
693
+
694
+ .table-cell {
695
+ color: $color-text;
696
+ font-size: rem-calc(15px);
697
+ font-weight: 900;
698
+ }
699
+ }
700
+ }
701
+
702
+ .table-row {
703
+ display: grid;
704
+ grid-template-columns: repeat(5, 1fr);
705
+ border-bottom: 1px solid $color-secondary-light;
706
+
707
+ .table-cell {
708
+ color: $color-secondary;
709
+ font-size: rem-calc(13px);
710
+ padding: 15px;
711
+ text-align: center;
712
+
713
+ &:first-child {
714
+ text-align: left;
715
+ }
716
+
717
+ &:last-child {
718
+ text-align: right;
719
+ }
720
+ }
721
+ }
722
+
723
+ // Cell Specific
724
+
725
+ .installment-num {
726
+ display: inline-block;
727
+ background-color: lighten($color-secondary, 24%);
728
+ color: $color-text;
729
+ font-weight: 900;
730
+ padding: 1px 6px;
731
+ @include border-radius(4px);
732
+ }
733
+
734
+ .payment-total {
735
+ color: $color-text;
736
+ font-weight: 900;
737
+ }
738
+ }
739
+
740
+ .signatures {
741
+ .person-signatures {
742
+ border-bottom: 1px solid #D7D9E2;
743
+ margin-bottom: 30px;
744
+ padding-bottom: 30px;
745
+
746
+ &:last-child {
747
+ border-bottom: none;
748
+ }
749
+
750
+ h4 {
751
+ margin: 0;
752
+ }
753
+
754
+ p {
755
+ margin: 0;
756
+ }
757
+
758
+ ul.documents-to-sign {
759
+ margin: 15px 0 0;
760
+ padding: 0;
761
+ list-style: none;
762
+
763
+ li.document {
764
+ background: url("/assets/swl/interface/icons/signature-pending.svg") no-repeat 0 50%;
765
+ padding-left: 42px;
766
+ margin-bottom: 8px;
767
+
768
+ h6 {
769
+ margin: 0;
770
+ }
771
+
772
+ p.signature-status {
773
+ color: $color-secondary;
774
+ font-size: rem-calc(12px);
775
+ font-weight: 900;
776
+ margin: 0;
777
+ }
778
+
779
+ // Signed State
780
+
781
+ &.signed {
782
+ background-image: url("/assets/swl/interface/icons/check-green-circle-large.svg");
783
+ }
784
+ }
785
+ }
786
+
787
+ a.button {
788
+ float: right;
789
+ }
790
+ }
791
+ }
792
+
793
+ ul.signatures-doc-samples {
794
+ list-style: none;
795
+ padding: 0;
796
+ margin: 0;
797
+
798
+ li {
799
+ a {
800
+ font-size: rem-calc(14px);
801
+ }
802
+ }
803
+ }
804
+
805
+ .sidebar-content {
806
+ display: flex;
807
+ flex-direction: column;
808
+ height: 90%;
809
+
810
+ .step-footer {
811
+ display: flex;
812
+ height: 100%;
813
+ align-items: flex-end;
814
+ .remaining-time-indicator{
815
+ display: flex;
816
+ flex-direction: row;
817
+ align-items: flex-start;
818
+ gap: 8px;
819
+
820
+ .icon {
821
+ img {
822
+ max-width: 18px;
823
+ max-height: 18px;
824
+ }
825
+ }
826
+
827
+ .time-info {
828
+ display: flex;
829
+ flex-direction: column;
830
+ p {
831
+ margin: 0;
832
+ }
833
+ }
834
+ }
835
+ }
836
+
837
+ @include responsive-max($breakpoint-xmedium) {
838
+ .step-footer {
839
+ margin-top: 20px;
840
+ }
841
+ }
842
+ }
843
+
844
+ h4.wizard-step-title {
845
+ margin: 0 0 50px;
846
+ font-size: 1.1rem;
847
+ }
848
+
849
+
850
+ img.wizard-logo {
851
+ width: 130px;
852
+ margin: 0 0 30px;
853
+ overflow: hidden;
854
+
855
+ &.with-description {
856
+ +.wizard-step-title {
857
+ margin: 0 0 30px;
858
+ }
859
+ }
860
+ }
861
+
862
+ .wizard-stepper {
863
+
864
+ section.app-body {
865
+ grid-template-columns: 260px 1fr !important;
866
+
867
+ .step-title {
868
+ font-size: 1.7rem;
869
+ font-weight: 900;
870
+ margin-bottom: 33px;
871
+ }
872
+
873
+ .step-actions {
874
+ &.is-sticky {
875
+ .actions-wrapper {
876
+ @include responsive($breakpoint-xmedium) {
877
+ width: calc(100vw - 260px);
878
+ }
879
+
880
+ @include responsive-max($breakpoint-xmedium) {
881
+ width: 100vw !important;
882
+ }
883
+ }
884
+ }
885
+ }
886
+ }
887
+
888
+ &.without-header {
889
+ section.app-body {
890
+ height: 100vh;
891
+ }
892
+ }
893
+
894
+ @include responsive-max($breakpoint-xmedium) {
895
+ overflow: auto;
896
+ height: calc(100vh - 50px);
897
+ }
898
+ }
899
+
900
+ ul.wizard-steps {
901
+ list-style: none;
902
+ padding: 0;
903
+ margin: 0;
904
+
905
+ li {
906
+ font-size: 0.8rem;
907
+ font-weight: 900;
908
+ line-height: 26px;
909
+ position: relative;
910
+ padding-top: 29px;
911
+ padding-left: 40px;
912
+
913
+ // Not being used, but perhaps necessary in the future
914
+ span.small {
915
+ display: block;
916
+ color: $color-secondary;
917
+ font-size: rem-calc(14px);
918
+ font-weight: 400;
919
+ }
920
+
921
+ // DOTS
922
+ &::after {
923
+ content: "";
924
+ display: block;
925
+ background: url("/assets/swl/interface/icons/signature-step-default.svg") no-repeat 50% 50%;
926
+ background-size: 24px 24px;
927
+ width: 26px;
928
+ height: 26px;
929
+ position: absolute;
930
+ left: 0;
931
+ bottom: 0;
932
+ z-index: 2;
933
+ }
934
+
935
+ // LINES
936
+ &::before {
937
+ content: "";
938
+ display: block;
939
+ background-color: #AFB3C0;
940
+ height: 56px;
941
+ width: 2px;
942
+ position: absolute;
943
+ left: 12px;
944
+ bottom: 24px;
945
+ z-index: 1;
946
+ }
947
+
948
+ &:first-child {
949
+ padding-top: 0;
950
+
951
+ &::after {
952
+
953
+ }
954
+
955
+ // Remove line from first element
956
+ &::before {
957
+ display: none;
958
+ }
959
+ }
960
+
961
+ // STATES
962
+
963
+ // Active
964
+ &.active {
965
+ &::before {
966
+ background-color: $color-primary;
967
+ }
968
+
969
+ &::after {
970
+ background: url("/assets/swl/interface/icons/signature-step-active.svg") no-repeat 50% 50%;
971
+ }
972
+ }
973
+
974
+ // Completed
975
+ &.completed {
976
+ cursor: pointer;
977
+ &::before {
978
+ background-color: $color-primary;
979
+ }
980
+
981
+ &::after {
982
+ background: url("/assets/swl/interface/icons/signature-step-completed.svg") no-repeat 50% 50%;
983
+ }
984
+
985
+ &.linear {
986
+ cursor: not-allowed;
987
+ pointer-events: none;
988
+ }
989
+ }
990
+
991
+ &.linear {
992
+ cursor: not-allowed;
993
+ pointer-events: none;
994
+ }
995
+
996
+ &.inactive {
997
+ cursor: not-allowed;
998
+ pointer-events: none;
999
+
1000
+ span {
1001
+ font-size: 0.8;
1002
+ font-weight: 400;
1003
+ }
1004
+ }
1005
+ }
1006
+
1007
+ &.small {
1008
+ li {
1009
+ padding-top: 20px;
1010
+ // LINES
1011
+
1012
+ &:first-child {
1013
+ padding-top: 0;
1014
+ }
1015
+
1016
+ &::before {
1017
+ height: 60px;
1018
+ bottom: 20%;
1019
+ }
1020
+ }
1021
+
1022
+ &.inactive {
1023
+ cursor: not-allowed;
1024
+ pointer-events: none;
1025
+ }
1026
+ }
1027
+
1028
+ &.small {
1029
+ li {
1030
+ padding-top: 20px;
1031
+ // LINES
1032
+
1033
+ &:first-child {
1034
+ padding-top: 0;
1035
+ }
1036
+
1037
+ &::before {
1038
+ height: 60px;
1039
+ bottom: 20%;
1040
+ }
1041
+ }
1042
+ }
1043
+ }
1044
+
1045
+ p.code-validation-instruction {
1046
+ font-size: rem-calc(14px);
1047
+ strong {
1048
+ white-space: nowrap;
1049
+ }
1050
+ }
1051
+
1052
+ .validation-code-inputs {
1053
+ .input-wrapper {
1054
+ display: inline-block;
1055
+ max-width: 70px;
1056
+ margin: 0;
1057
+ margin-right: 5px;
1058
+
1059
+ &:last-child {
1060
+ margin: 0;
1061
+ }
1062
+
1063
+ input[type=text] {
1064
+ font-size: 36px;
1065
+ font-weight: 900;
1066
+ text-align: center;
1067
+ }
1068
+
1069
+ @include responsive-max($breakpoint-small) {
1070
+ width: 55px;
1071
+
1072
+ input {
1073
+ padding: 7px 3px;
1074
+ }
1075
+ }
1076
+ }
1077
+ }
1078
+
1079
+ .report-checkbox {
1080
+ position: absolute;
1081
+ right: 0;
1082
+ top: 0;
1083
+ }
1084
+
1085
+ .animate-rotation {
1086
+ -webkit-animation:spin 4s linear infinite;
1087
+ -moz-animation:spin 4s linear infinite;
1088
+ animation:spin 4s linear infinite;
1089
+ }
1090
+
1091
+ section.account-wrapper {
1092
+ display: grid;
1093
+ grid-template-columns: 1fr 1fr;
1094
+ height: 100vh;
1095
+ overflow: auto;
1096
+
1097
+ @include responsive-max($breakpoint-small) {
1098
+ grid-template-columns: 1fr 0fr;
1099
+ }
1100
+
1101
+ main {
1102
+ display: flex;
1103
+ align-items: center;
1104
+ justify-content: center;
1105
+ flex-direction: column;
1106
+ padding: 0 20px;
1107
+ position: relative;
1108
+
1109
+ .account-block {
1110
+ max-width: 400px;
1111
+ }
1112
+
1113
+ // Content Elements
1114
+
1115
+ .sempli-logo {
1116
+ width: 114px;
1117
+ margin: 0 0 30px;
1118
+
1119
+ a {
1120
+ display: block;
1121
+ background: url("^assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
1122
+ background-size: 114px 30px;
1123
+ height: 0;
1124
+ width: 114px;
1125
+ padding-top: 30px;
1126
+ margin: 0;
1127
+ overflow: hidden;
1128
+ }
1129
+ }
1130
+
1131
+ .welcome {
1132
+ margin: 0 0 30px;
1133
+
1134
+ h3 {
1135
+ margin: 0;
1136
+ font-weight: 100;
1137
+ }
1138
+
1139
+ h6 {
1140
+ color: $color-secondary;
1141
+ font-size: rem-calc(14px);
1142
+ font-weight: 900;
1143
+ letter-spacing: 1px;
1144
+ text-transform: uppercase;
1145
+ margin: 0;
1146
+ }
1147
+ }
1148
+
1149
+ .application-cta {
1150
+ border-top: 1px solid $color-secondary-light;
1151
+ color: $color-secondary;
1152
+ font-size: rem-calc(14px);
1153
+ padding: 30px 20px 0;
1154
+
1155
+ display: flex;
1156
+ justify-content: center;
1157
+
1158
+ p {
1159
+ margin: 0;
1160
+ }
1161
+ }
1162
+
1163
+ a.secondary.forgot-password {
1164
+ font-size: rem-calc(14px);
1165
+ }
1166
+ }
1167
+
1168
+ aside {
1169
+ display: flex;
1170
+ align-items: center;
1171
+ justify-content: center;
1172
+ background-color: lighten($color-secondary-light, 10%);
1173
+ overflow: hidden;
1174
+
1175
+ img {
1176
+ display: block;
1177
+ width: 500px;
1178
+ }
1179
+
1180
+ .password-reset {
1181
+ width: 450px;
1182
+ }
1183
+
1184
+ .login-default {
1185
+ width: 330px;
1186
+ }
1187
+ }
1188
+ }
1189
+
1190
+ @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
1191
+ @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
1192
+ @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
1193
+
1194
+ .signature-box-wrapper {
1195
+ width: 100%;
1196
+ height: 190px;
1197
+ border: 2px solid $color-secondary-light;
1198
+ @include border-radius(4px);
1199
+ }