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,837 +1,837 @@
1
- /*#############################################################################
2
- # FORMS AND INPUTS
3
- #############################################################################*/
4
-
5
- // FORM GROUPS
6
- .form-group-lg {
7
- margin-bottom: 15px;
8
- }
9
-
10
- // INPUT GROUPS
11
- .input-group {
12
- margin: 0 0 30px;
13
-
14
- > label {
15
- display: block;
16
- font-weight: 900;
17
- line-height: rem-calc(24px);
18
- margin-bottom: 10px;
19
- }
20
-
21
- .input-wrapper {
22
- margin-bottom: 10px;
23
- }
24
- }
25
-
26
- // INPUT WRAPPER
27
- .input-wrapper {
28
- margin: 0 0 20px;
29
- position: relative;
30
-
31
- &.no-margin {
32
- margin: 0;
33
- }
34
-
35
- input {
36
- width: 100%;
37
- }
38
-
39
- // Clear base styles
40
- input,
41
- label,
42
- select,
43
- button,
44
- textarea {
45
- margin: 0;
46
- border: 0;
47
- padding: 0;
48
- display: inline-block;
49
- vertical-align: middle;
50
- white-space: normal;
51
- line-height: 1;
52
-
53
- // Browsers have different default form fonts
54
- font-size: rem-calc(16px);
55
- font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
56
-
57
- // Animate Transitions
58
- // @extend %transition-all;
59
- }
60
-
61
- /* Remove the stupid outer glow in Webkit */
62
- input:focus,
63
- textarea:focus,
64
- select:focus {
65
- outline: 0;
66
- }
67
-
68
- /* Labels
69
- -----------------------------------------------*/
70
-
71
- label {
72
- line-height: rem-calc(24px);
73
- margin-bottom: 10px;
74
-
75
- .required {
76
- color: $color-alert;
77
- }
78
- }
79
-
80
- /* Text Inputs
81
- -----------------------------------------------*/
82
-
83
- // To be extended
84
- .general-input-styles {
85
- display: block;
86
- background-color: #ffffff;
87
- border: 1px solid #D7D9E2;
88
- color: $color-text;
89
- font-weight: 400;
90
- margin: 0;
91
- padding: 12px 18px;
92
- min-height: 46px;
93
- width: 100%;
94
-
95
- @include border-radius(4px);
96
-
97
- // Focus
98
- &:focus {
99
- border-color: $color-primary;
100
-
101
- @include box-shadow(0 0 0 3px rgba($color-primary, 0.15) inset);
102
- }
103
-
104
- // Disabled
105
- &:disabled {
106
- background-color: #F4F4F4;
107
- border-color: #E9EAEA;
108
- color: #B6B8BD;
109
- }
110
- }
111
-
112
- input[type=date],
113
- input[type=datetime],
114
- input[type=datetime-local],
115
- input[type=email],
116
- input[type=month],
117
- input[type=number],
118
- input[type=password],
119
- input[type=range],
120
- input[type=search],
121
- input[type=tel],
122
- input[type=text],
123
- input[type=time],
124
- input[type=url],
125
- input[type=week] {
126
- @extend .general-input-styles;
127
- }
128
-
129
- /* Button Controls
130
- -----------------------------------------------*/
131
-
132
- input[type=checkbox],
133
- input[type=radio] {
134
- width: 15px;
135
- height: 15px;
136
- }
137
-
138
-
139
- /* Textarea
140
- -----------------------------------------------*/
141
-
142
- textarea {
143
- /* Move the label to the top */
144
- vertical-align: top;
145
-
146
- /* Turn off scroll bars in IE unless needed */
147
- overflow: auto;
148
-
149
- @extend .general-input-styles;
150
- }
151
-
152
- /* Selects
153
- -----------------------------------------------*/
154
-
155
- select {
156
- -webkit-appearance: none;
157
- -moz-appearance: none;
158
- appearance: none;
159
- white-space: nowrap;
160
-
161
- @extend .general-input-styles;
162
- padding-right: 30px;
163
- }
164
-
165
- /* Placeholder
166
- -----------------------------------------------*/
167
-
168
- ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
169
- color: $color-secondary;
170
- }
171
- ::-moz-placeholder { /* Firefox 19+ */
172
- color: $color-secondary;
173
- }
174
- :-ms-input-placeholder { /* IE 10+ */
175
- color: $color-secondary;
176
- }
177
- :-moz-placeholder { /* Firefox 18- */
178
- color: $color-secondary;
179
- }
180
-
181
- // FILTER SELECT WRAPPER
182
- .select-wrapper {
183
- position: relative;
184
-
185
- &::after {
186
- display: block;
187
- content: "";
188
-
189
- border-style: solid;
190
- border-width: 5px 5px 0 5px;
191
- border-color: #D7D9E2 transparent transparent transparent;
192
- width: 0;
193
- height: 0;
194
-
195
- position: absolute;
196
- top: 50%;
197
- right: 13px;
198
-
199
- @include transform(translateY(-50%));
200
- }
201
- }
202
-
203
- // PREPENDS AND APPENDS
204
-
205
- &.has-addon {
206
- display: grid;
207
- grid-template-rows: auto 1fr;
208
-
209
- .input-addon {
210
- background: #D7D9E2;
211
- line-height: 46px;
212
- height: 46px;
213
- padding: 0 18px;
214
- // @extend %transition-all;
215
- }
216
-
217
- label {
218
- grid-column: 1/3;
219
- grid-row: 1;
220
- }
221
-
222
- &.preppend {
223
- grid-template-columns: auto 1fr;
224
-
225
- .input-addon {
226
- grid-column: 1;
227
- grid-row: 2;
228
- @include border-left-radius(4px);
229
- }
230
-
231
- input,
232
- textarea,
233
- select {
234
- @include border-left-radius(0);
235
- }
236
- }
237
-
238
- &.append {
239
- grid-template-columns: 1fr auto;
240
-
241
- .input-addon {
242
- grid-column: 2;
243
- grid-row: 2;
244
- @include border-right-radius(4px);
245
- }
246
-
247
- input,
248
- textarea,
249
- select {
250
- @include border-right-radius(0);
251
- }
252
- }
253
-
254
- // Focus
255
- input:focus + .input-addon,
256
- textarea:focus + .input-addon,
257
- select:focus + .input-addon {
258
- background: $color-primary;
259
- color: #fff;
260
- }
261
- }
262
-
263
- // ERRORS
264
- &.has-error {
265
- // OVERWRITES
266
- // to be extended
267
- .error-input-styles {
268
- background-color: #fff4f6;
269
- border-color: $color-alert;
270
- color: $color-alert;
271
-
272
- &:focus {
273
- border-color: $color-alert;
274
-
275
- @include box-shadow(0 0 0 3px rgba($color-alert, 0.15) inset);
276
- }
277
- }
278
-
279
- input[type=date],
280
- input[type=datetime],
281
- input[type=datetime-local],
282
- input[type=email],
283
- input[type=month],
284
- input[type=number],
285
- input[type=password],
286
- input[type=range],
287
- input[type=search],
288
- input[type=tel],
289
- input[type=text],
290
- input[type=time],
291
- input[type=url],
292
- input[type=week],
293
- textarea,
294
- select {
295
- @extend .error-input-styles;
296
- }
297
-
298
- .input-addon {
299
- background-color: $color-alert;
300
- color: #fff;
301
- }
302
-
303
- // Focus
304
- input:focus + .input-addon,
305
- textarea:focus + .input-addon,
306
- select:focus + .input-addon {
307
- background: $color-alert;
308
- }
309
-
310
- .select-wrapper {
311
- &::after {
312
- border-color: $color-alert transparent transparent transparent;
313
- }
314
- }
315
-
316
- // Error Message
317
- span.error-msg {
318
- display: block;
319
- grid-column: 1 / span 2;
320
-
321
- font-size: rem-calc(10px);
322
- color: $color-alert;
323
- }
324
- }
325
-
326
- // IS RADIO or CHECKBOX
327
- &.radio {
328
- input {
329
- position: absolute;
330
- opacity: 0;
331
-
332
- // Label
333
- & + label {
334
- cursor: pointer;
335
- font-weight: 400;
336
- padding: 0;
337
- margin: 0;
338
- position: relative;
339
-
340
- // Circle
341
- &::before {
342
- content: '';
343
- display: inline-block;
344
- background: #fff;
345
- border: 1px solid #D7D9E2;
346
- margin-right: 10px;
347
- vertical-align: text-top;
348
- width: 20px;
349
- height: 20px;
350
- @include border-radius(100%);
351
- }
352
- }
353
-
354
- // Circle hover
355
- &:hover + label::before {
356
- background: #F7F8FB;
357
- }
358
-
359
- // Circle focus
360
- &:focus + label::before {
361
- @include box-shadow(0 0 0 2px rgba($color-primary, 0.15) inset);
362
- }
363
-
364
- // Circle checked
365
- &:checked + label::before {
366
- border-color: $color-primary;
367
- @include box-shadow(0 0 0 2px rgba($color-primary, 0.15) inset);
368
- }
369
-
370
- // Disabled state label
371
- &:disabled + label {
372
- color: #b8b8b8;
373
- cursor: auto;
374
-
375
- // Disabled Circle
376
- &::before {
377
- box-shadow: none;
378
- background: #ddd;
379
- }
380
- }
381
-
382
- // Checkmark
383
- &:checked + label::after {
384
- content: '';
385
- background: $color-primary;
386
- width: 8px;
387
- height: 8px;
388
- position: absolute;
389
- left: 6px;
390
- top: 50%;
391
- @include border-radius(100%);
392
- @include transform(translateY(-50%));
393
- }
394
- }
395
- }
396
-
397
- &.checkbox {
398
- input {
399
- position: absolute;
400
- opacity: 0;
401
-
402
- // Label
403
- & + label {
404
- cursor: pointer;
405
- font-weight: 400;
406
- padding: 0;
407
- margin: 0;
408
- position: relative;
409
-
410
- // Box
411
- &::before {
412
- content: '';
413
- display: inline-block;
414
- background: #fff;
415
- border: 1px solid #D7D9E2;
416
- margin-right: 10px;
417
- vertical-align: text-top;
418
- width: 20px;
419
- height: 20px;
420
- @include border-radius(3px);
421
- }
422
- }
423
-
424
- // Box hover
425
- &:hover + label::before {
426
- background: #F7F8FB;
427
- }
428
-
429
- // Box focus
430
- &:focus + label::before {
431
- @include box-shadow(0 0 0 2px rgba($color-primary, 0.15) inset);
432
- }
433
-
434
- // Box checked
435
- &:checked + label::before {
436
- border-color: $color-primary;
437
- @include box-shadow(0 0 0 2px rgba($color-primary, 0.15) inset);
438
- }
439
-
440
- // Disabled state label
441
- &:disabled + label {
442
- color: #b8b8b8;
443
- cursor: auto;
444
-
445
- // Disabled box
446
- &::before {
447
- box-shadow: none;
448
- background: #ddd;
449
- }
450
- }
451
-
452
- // Checkmark
453
- &:checked + label::after {
454
- content: '';
455
- position: absolute;
456
- left: 5px;
457
- top: 11px;
458
- background: $color-primary;
459
- width: 2px;
460
- height: 2px;
461
- @include box-shadow(
462
- 2px 0 0 $color-primary,
463
- 4px 0 0 $color-primary,
464
- 4px -2px 0 $color-primary,
465
- 4px -4px 0 $color-primary,
466
- 4px -6px 0 $color-primary,
467
- 4px -8px 0 $color-primary
468
- );
469
- @include transform(rotate(45deg));
470
- }
471
- }
472
- }
473
-
474
- // SMALL INPUTS
475
- &.small {
476
- margin-bottom: 20px;
477
-
478
- input,
479
- label,
480
- select,
481
- button,
482
- textarea {
483
- font-size: rem-calc(14px);
484
- }
485
-
486
- label {
487
- margin-bottom: 5px;
488
- }
489
-
490
- input[type=date],
491
- input[type=datetime],
492
- input[type=datetime-local],
493
- input[type=email],
494
- input[type=month],
495
- input[type=number],
496
- input[type=password],
497
- input[type=range],
498
- input[type=search],
499
- input[type=tel],
500
- input[type=text],
501
- input[type=time],
502
- input[type=url],
503
- input[type=week],
504
- select {
505
- padding: 0 14px;
506
- min-height: 36px;
507
- }
508
-
509
- &.has-addon {
510
- .input-addon {
511
- height: 36px;
512
- line-height: 36px;
513
- }
514
- }
515
- }
516
-
517
- }
518
-
519
- // TOGGLE SWITCH
520
- .toggle-button-with-label {
521
- display: flex;
522
- justify-content: space-between;
523
- padding-top: 20px;
524
-
525
- label {
526
- font-size: 14px;
527
- }
528
- }
529
-
530
- .onoffswitch {
531
- position: relative;
532
- width: 40px;
533
- height: 25px;
534
- @include user-select(none);
535
-
536
- &.blue {
537
- .onoffswitch-inner:before {
538
- background-color: $color-primary;
539
- }
540
- }
541
-
542
- &.outline-alert-off {
543
- .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
544
- border: 1px solid #0504de;
545
- }
546
- .onoffswitch-inner{
547
- &::after {
548
- background-color: $color-alert;
549
- color: white;
550
- }
551
- &::before {
552
- color: $color-primary;
553
- box-shadow: 0 0 0 2px $color-primary inset;
554
- background: white;
555
- }
556
- }
557
- }
558
-
559
- &.outline-alert-on {
560
- .onoffswitch-checkbox:not(:checked) + .onoffswitch-label .onoffswitch-switch {
561
- border: 1px solid #0504de;
562
- }
563
-
564
- .onoffswitch-inner {
565
- &::after {
566
- color: $color-primary;
567
- box-shadow: 0 0 0 2px $color-primary inset;
568
- background: white;
569
- }
570
- &::before {
571
- background-color: $color-alert;
572
- color: white;
573
- }
574
- }
575
-
576
- }
577
-
578
-
579
- &.labeled {
580
- width: 46px;
581
-
582
- .onoffswitch-inner:before {
583
- content: "Sí";
584
- padding-left: 7px;
585
- }
586
- .onoffswitch-inner:after {
587
- content: "No";
588
- padding-right: 7px;
589
- }
590
- .onoffswitch-switch {
591
- right: 21px;
592
- }
593
- }
594
- }
595
-
596
- .onoffswitch-checkbox {
597
- display: none;
598
- }
599
-
600
- .onoffswitch-label {
601
- display: block; overflow: hidden; cursor: pointer;
602
- @include border-radius(50px)
603
- }
604
-
605
- .onoffswitch-inner {
606
- display: block;
607
- width: 200%;
608
- margin-left: -100%;
609
- @include transition(margin 0.2s ease-in 0s);
610
- }
611
-
612
- .onoffswitch-inner:before, .onoffswitch-inner:after {
613
- float: left;
614
- width: 50%;
615
- height: 25px;
616
- padding: 0;
617
- line-height: 25px;
618
- font-size: 9px;
619
- color: white;
620
- @include border-radius(50px);
621
- -webkit-transform: none;
622
- }
623
-
624
- .onoffswitch-inner:before {
625
- content: "";
626
- padding-left: 9px;
627
- background-color: rgba(0,0,0,.2);
628
- color: #FFFFFF;
629
- }
630
-
631
- .onoffswitch-inner:after {
632
- content: "";
633
- padding-right: 9px;
634
- background-color: rgba(0,0,0,.8);
635
- color: #999999;
636
- text-align: right;
637
- }
638
-
639
- .onoffswitch-switch {
640
- display: block;
641
- width: 21px;
642
- margin: 2px;
643
- background: #FFFFFF;
644
- @include border-radius(50px);
645
- position: absolute;
646
- top: 0;
647
- bottom: 0;
648
- right: 15px;
649
- @include transition( all 0.2s ease-in 0s);
650
- }
651
-
652
- .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
653
- margin-left: 0;
654
- }
655
-
656
- .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
657
- right: 0px;
658
- }
659
-
660
- // OTP code sender
661
- .forwarding-actions {
662
- font-size: 0.8rem;
663
- }
664
-
665
- .code-senders-section {
666
- margin: 35px 0;
667
- .whatsapp-button-container{
668
- display: flex;
669
- justify-content: center;
670
- .whatsapp-button {
671
- display: flex;
672
- justify-content: center;
673
- align-items: center;
674
- background-color: #1ebea5;
675
- &:hover {
676
- background-color: darken(#1ebea5, 10%);
677
- }
678
-
679
- img {
680
- margin-right: 5px;
681
- }
682
-
683
- @include responsive-max($breakpoint-small) {
684
- text-align: center;
685
- }
686
- }
687
- }
688
-
689
- .sms-button-container {
690
- margin-top: 10px;
691
- display: flex;
692
- justify-content: center;
693
- }
694
- }
695
-
696
- .documents-section {
697
- .upload-box {
698
- .upload-box-content {
699
- .drop-container {
700
- display: flex;
701
- align-items: center;
702
- justify-content: center;
703
- border: dashed 2px lightgray;
704
- width: 100%;
705
- height: 150px;
706
- padding: 20px;
707
-
708
- &.drag-over {
709
- border: dashed 2px $color-primary;
710
- }
711
-
712
- p {
713
- font-size: 16px;
714
- font-weight: 400;
715
- color: $color-secondary;
716
- }
717
-
718
- .upload-button {
719
- display: inline-block;
720
- border: none;
721
- outline: none;
722
- cursor: pointer;
723
- font-weight: 600;
724
- padding: 0 2px;
725
-
726
- input {
727
- display: none;
728
- }
729
- }
730
- }
731
- }
732
-
733
- .queue-header {
734
- display: flex;
735
- justify-content: space-between;
736
- align-items: baseline;
737
-
738
- .badge {
739
- display: inline-block;
740
- background-color: $color-success;
741
- min-width: 10px;
742
- padding: 3px 7px;
743
- font-size: 12px;
744
- font-weight: bold;
745
- line-height: 1;
746
- color: #fff;
747
- text-align: center;
748
- white-space: nowrap;
749
- vertical-align: middle;
750
- border-radius: 10px;
751
- margin-left: 10px;
752
- }
753
- }
754
-
755
- header.queue-list {
756
- display: grid;
757
- grid-template-columns: 4fr 1fr 1fr 2fr 1fr;
758
- grid-column-gap: 30px;
759
- align-items: center;
760
- border-bottom: 1px solid $color-secondary-light;
761
- padding: 10px 0;
762
-
763
- .history-header {
764
- font-size: rem-calc(12px);
765
- font-weight: 900;
766
-
767
- &.last {
768
- text-align: right;
769
- padding-right: 12px;
770
- }
771
- }
772
- }
773
-
774
- ul.queue-list {
775
- list-style: none;
776
- margin: 0;
777
- padding: 0;
778
-
779
- li {
780
- display: grid;
781
- grid-template-columns: 4fr 1fr 1fr 2fr 1fr;
782
- grid-column-gap: 30px;
783
- align-items: center;
784
- border-bottom: 1px solid #dadce2;
785
- padding: 10px 0;
786
-
787
- &:last-child {
788
- border-bottom: none;
789
- }
790
-
791
- .file-box {
792
- span {
793
- display: block;
794
-
795
- &.file-name {
796
- word-break: break-all;
797
- font-weight: 600;
798
- font-size: rem-calc(14px);
799
- }
800
-
801
- &.size {
802
- font-size: rem-calc(12px);
803
- }
804
- }
805
-
806
- &.last {
807
- display: grid;
808
- justify-items: center;
809
- }
810
-
811
- .eta-text {
812
- display: flex;
813
- justify-content: flex-end;
814
- font-size: rem-calc(12px);
815
- }
816
- }
817
- }
818
- }
819
-
820
- .queue-progress-bar {
821
- margin: 10px 0 20px 0;
822
- }
823
-
824
- .action-buttons {
825
- display: flex;
826
- justify-content: space-between;
827
-
828
- :last-child {
829
- margin-right: 0;
830
- }
831
- }
832
- }
833
-
834
- .download-box {
835
- margin-bottom: 60px;
836
- }
837
- }
1
+ /*#############################################################################
2
+ # FORMS AND INPUTS
3
+ #############################################################################*/
4
+
5
+ // FORM GROUPS
6
+ .form-group-lg {
7
+ margin-bottom: 15px;
8
+ }
9
+
10
+ // INPUT GROUPS
11
+ .input-group {
12
+ margin: 0 0 30px;
13
+
14
+ > label {
15
+ display: block;
16
+ font-weight: 900;
17
+ line-height: rem-calc(24px);
18
+ margin-bottom: 10px;
19
+ }
20
+
21
+ .input-wrapper {
22
+ margin-bottom: 10px;
23
+ }
24
+ }
25
+
26
+ // INPUT WRAPPER
27
+ .input-wrapper {
28
+ margin: 0 0 20px;
29
+ position: relative;
30
+
31
+ &.no-margin {
32
+ margin: 0;
33
+ }
34
+
35
+ input {
36
+ width: 100%;
37
+ }
38
+
39
+ // Clear base styles
40
+ input,
41
+ label,
42
+ select,
43
+ button,
44
+ textarea {
45
+ margin: 0;
46
+ border: 0;
47
+ padding: 0;
48
+ display: inline-block;
49
+ vertical-align: middle;
50
+ white-space: normal;
51
+ line-height: 1;
52
+
53
+ // Browsers have different default form fonts
54
+ font-size: rem-calc(16px);
55
+ font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
56
+
57
+ // Animate Transitions
58
+ // @extend %transition-all;
59
+ }
60
+
61
+ /* Remove the stupid outer glow in Webkit */
62
+ input:focus,
63
+ textarea:focus,
64
+ select:focus {
65
+ outline: 0;
66
+ }
67
+
68
+ /* Labels
69
+ -----------------------------------------------*/
70
+
71
+ label {
72
+ line-height: rem-calc(24px);
73
+ margin-bottom: 10px;
74
+
75
+ .required {
76
+ color: $color-alert;
77
+ }
78
+ }
79
+
80
+ /* Text Inputs
81
+ -----------------------------------------------*/
82
+
83
+ // To be extended
84
+ .general-input-styles {
85
+ display: block;
86
+ background-color: #ffffff;
87
+ border: 1px solid #D7D9E2;
88
+ color: $color-text;
89
+ font-weight: 400;
90
+ margin: 0;
91
+ padding: 12px 18px;
92
+ min-height: 46px;
93
+ width: 100%;
94
+
95
+ @include border-radius(4px);
96
+
97
+ // Focus
98
+ &:focus {
99
+ border-color: $color-primary;
100
+
101
+ @include box-shadow(0 0 0 3px rgba($color-primary, 0.15) inset);
102
+ }
103
+
104
+ // Disabled
105
+ &:disabled {
106
+ background-color: #F4F4F4;
107
+ border-color: #E9EAEA;
108
+ color: #B6B8BD;
109
+ }
110
+ }
111
+
112
+ input[type=date],
113
+ input[type=datetime],
114
+ input[type=datetime-local],
115
+ input[type=email],
116
+ input[type=month],
117
+ input[type=number],
118
+ input[type=password],
119
+ input[type=range],
120
+ input[type=search],
121
+ input[type=tel],
122
+ input[type=text],
123
+ input[type=time],
124
+ input[type=url],
125
+ input[type=week] {
126
+ @extend .general-input-styles;
127
+ }
128
+
129
+ /* Button Controls
130
+ -----------------------------------------------*/
131
+
132
+ input[type=checkbox],
133
+ input[type=radio] {
134
+ width: 15px;
135
+ height: 15px;
136
+ }
137
+
138
+
139
+ /* Textarea
140
+ -----------------------------------------------*/
141
+
142
+ textarea {
143
+ /* Move the label to the top */
144
+ vertical-align: top;
145
+
146
+ /* Turn off scroll bars in IE unless needed */
147
+ overflow: auto;
148
+
149
+ @extend .general-input-styles;
150
+ }
151
+
152
+ /* Selects
153
+ -----------------------------------------------*/
154
+
155
+ select {
156
+ -webkit-appearance: none;
157
+ -moz-appearance: none;
158
+ appearance: none;
159
+ white-space: nowrap;
160
+
161
+ @extend .general-input-styles;
162
+ padding-right: 30px;
163
+ }
164
+
165
+ /* Placeholder
166
+ -----------------------------------------------*/
167
+
168
+ ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
169
+ color: $color-secondary;
170
+ }
171
+ ::-moz-placeholder { /* Firefox 19+ */
172
+ color: $color-secondary;
173
+ }
174
+ :-ms-input-placeholder { /* IE 10+ */
175
+ color: $color-secondary;
176
+ }
177
+ :-moz-placeholder { /* Firefox 18- */
178
+ color: $color-secondary;
179
+ }
180
+
181
+ // FILTER SELECT WRAPPER
182
+ .select-wrapper {
183
+ position: relative;
184
+
185
+ &::after {
186
+ display: block;
187
+ content: "";
188
+
189
+ border-style: solid;
190
+ border-width: 5px 5px 0 5px;
191
+ border-color: #D7D9E2 transparent transparent transparent;
192
+ width: 0;
193
+ height: 0;
194
+
195
+ position: absolute;
196
+ top: 50%;
197
+ right: 13px;
198
+
199
+ @include transform(translateY(-50%));
200
+ }
201
+ }
202
+
203
+ // PREPENDS AND APPENDS
204
+
205
+ &.has-addon {
206
+ display: grid;
207
+ grid-template-rows: auto 1fr;
208
+
209
+ .input-addon {
210
+ background: #D7D9E2;
211
+ line-height: 46px;
212
+ height: 46px;
213
+ padding: 0 18px;
214
+ // @extend %transition-all;
215
+ }
216
+
217
+ label {
218
+ grid-column: 1/3;
219
+ grid-row: 1;
220
+ }
221
+
222
+ &.preppend {
223
+ grid-template-columns: auto 1fr;
224
+
225
+ .input-addon {
226
+ grid-column: 1;
227
+ grid-row: 2;
228
+ @include border-left-radius(4px);
229
+ }
230
+
231
+ input,
232
+ textarea,
233
+ select {
234
+ @include border-left-radius(0);
235
+ }
236
+ }
237
+
238
+ &.append {
239
+ grid-template-columns: 1fr auto;
240
+
241
+ .input-addon {
242
+ grid-column: 2;
243
+ grid-row: 2;
244
+ @include border-right-radius(4px);
245
+ }
246
+
247
+ input,
248
+ textarea,
249
+ select {
250
+ @include border-right-radius(0);
251
+ }
252
+ }
253
+
254
+ // Focus
255
+ input:focus + .input-addon,
256
+ textarea:focus + .input-addon,
257
+ select:focus + .input-addon {
258
+ background: $color-primary;
259
+ color: #fff;
260
+ }
261
+ }
262
+
263
+ // ERRORS
264
+ &.has-error {
265
+ // OVERWRITES
266
+ // to be extended
267
+ .error-input-styles {
268
+ background-color: #fff4f6;
269
+ border-color: $color-alert;
270
+ color: $color-alert;
271
+
272
+ &:focus {
273
+ border-color: $color-alert;
274
+
275
+ @include box-shadow(0 0 0 3px rgba($color-alert, 0.15) inset);
276
+ }
277
+ }
278
+
279
+ input[type=date],
280
+ input[type=datetime],
281
+ input[type=datetime-local],
282
+ input[type=email],
283
+ input[type=month],
284
+ input[type=number],
285
+ input[type=password],
286
+ input[type=range],
287
+ input[type=search],
288
+ input[type=tel],
289
+ input[type=text],
290
+ input[type=time],
291
+ input[type=url],
292
+ input[type=week],
293
+ textarea,
294
+ select {
295
+ @extend .error-input-styles;
296
+ }
297
+
298
+ .input-addon {
299
+ background-color: $color-alert;
300
+ color: #fff;
301
+ }
302
+
303
+ // Focus
304
+ input:focus + .input-addon,
305
+ textarea:focus + .input-addon,
306
+ select:focus + .input-addon {
307
+ background: $color-alert;
308
+ }
309
+
310
+ .select-wrapper {
311
+ &::after {
312
+ border-color: $color-alert transparent transparent transparent;
313
+ }
314
+ }
315
+
316
+ // Error Message
317
+ span.error-msg {
318
+ display: block;
319
+ grid-column: 1 / span 2;
320
+
321
+ font-size: rem-calc(10px);
322
+ color: $color-alert;
323
+ }
324
+ }
325
+
326
+ // IS RADIO or CHECKBOX
327
+ &.radio {
328
+ input {
329
+ position: absolute;
330
+ opacity: 0;
331
+
332
+ // Label
333
+ & + label {
334
+ cursor: pointer;
335
+ font-weight: 400;
336
+ padding: 0;
337
+ margin: 0;
338
+ position: relative;
339
+
340
+ // Circle
341
+ &::before {
342
+ content: '';
343
+ display: inline-block;
344
+ background: #fff;
345
+ border: 1px solid #D7D9E2;
346
+ margin-right: 10px;
347
+ vertical-align: text-top;
348
+ width: 20px;
349
+ height: 20px;
350
+ @include border-radius(100%);
351
+ }
352
+ }
353
+
354
+ // Circle hover
355
+ &:hover + label::before {
356
+ background: #F7F8FB;
357
+ }
358
+
359
+ // Circle focus
360
+ &:focus + label::before {
361
+ @include box-shadow(0 0 0 2px rgba($color-primary, 0.15) inset);
362
+ }
363
+
364
+ // Circle checked
365
+ &:checked + label::before {
366
+ border-color: $color-primary;
367
+ @include box-shadow(0 0 0 2px rgba($color-primary, 0.15) inset);
368
+ }
369
+
370
+ // Disabled state label
371
+ &:disabled + label {
372
+ color: #b8b8b8;
373
+ cursor: auto;
374
+
375
+ // Disabled Circle
376
+ &::before {
377
+ box-shadow: none;
378
+ background: #ddd;
379
+ }
380
+ }
381
+
382
+ // Checkmark
383
+ &:checked + label::after {
384
+ content: '';
385
+ background: $color-primary;
386
+ width: 8px;
387
+ height: 8px;
388
+ position: absolute;
389
+ left: 6px;
390
+ top: 50%;
391
+ @include border-radius(100%);
392
+ @include transform(translateY(-50%));
393
+ }
394
+ }
395
+ }
396
+
397
+ &.checkbox {
398
+ input {
399
+ position: absolute;
400
+ opacity: 0;
401
+
402
+ // Label
403
+ & + label {
404
+ cursor: pointer;
405
+ font-weight: 400;
406
+ padding: 0;
407
+ margin: 0;
408
+ position: relative;
409
+
410
+ // Box
411
+ &::before {
412
+ content: '';
413
+ display: inline-block;
414
+ background: #fff;
415
+ border: 1px solid #D7D9E2;
416
+ margin-right: 10px;
417
+ vertical-align: text-top;
418
+ width: 20px;
419
+ height: 20px;
420
+ @include border-radius(3px);
421
+ }
422
+ }
423
+
424
+ // Box hover
425
+ &:hover + label::before {
426
+ background: #F7F8FB;
427
+ }
428
+
429
+ // Box focus
430
+ &:focus + label::before {
431
+ @include box-shadow(0 0 0 2px rgba($color-primary, 0.15) inset);
432
+ }
433
+
434
+ // Box checked
435
+ &:checked + label::before {
436
+ border-color: $color-primary;
437
+ @include box-shadow(0 0 0 2px rgba($color-primary, 0.15) inset);
438
+ }
439
+
440
+ // Disabled state label
441
+ &:disabled + label {
442
+ color: #b8b8b8;
443
+ cursor: auto;
444
+
445
+ // Disabled box
446
+ &::before {
447
+ box-shadow: none;
448
+ background: #ddd;
449
+ }
450
+ }
451
+
452
+ // Checkmark
453
+ &:checked + label::after {
454
+ content: '';
455
+ position: absolute;
456
+ left: 5px;
457
+ top: 11px;
458
+ background: $color-primary;
459
+ width: 2px;
460
+ height: 2px;
461
+ @include box-shadow(
462
+ 2px 0 0 $color-primary,
463
+ 4px 0 0 $color-primary,
464
+ 4px -2px 0 $color-primary,
465
+ 4px -4px 0 $color-primary,
466
+ 4px -6px 0 $color-primary,
467
+ 4px -8px 0 $color-primary
468
+ );
469
+ @include transform(rotate(45deg));
470
+ }
471
+ }
472
+ }
473
+
474
+ // SMALL INPUTS
475
+ &.small {
476
+ margin-bottom: 20px;
477
+
478
+ input,
479
+ label,
480
+ select,
481
+ button,
482
+ textarea {
483
+ font-size: rem-calc(14px);
484
+ }
485
+
486
+ label {
487
+ margin-bottom: 5px;
488
+ }
489
+
490
+ input[type=date],
491
+ input[type=datetime],
492
+ input[type=datetime-local],
493
+ input[type=email],
494
+ input[type=month],
495
+ input[type=number],
496
+ input[type=password],
497
+ input[type=range],
498
+ input[type=search],
499
+ input[type=tel],
500
+ input[type=text],
501
+ input[type=time],
502
+ input[type=url],
503
+ input[type=week],
504
+ select {
505
+ padding: 0 14px;
506
+ min-height: 36px;
507
+ }
508
+
509
+ &.has-addon {
510
+ .input-addon {
511
+ height: 36px;
512
+ line-height: 36px;
513
+ }
514
+ }
515
+ }
516
+
517
+ }
518
+
519
+ // TOGGLE SWITCH
520
+ .toggle-button-with-label {
521
+ display: flex;
522
+ justify-content: space-between;
523
+ padding-top: 20px;
524
+
525
+ label {
526
+ font-size: 14px;
527
+ }
528
+ }
529
+
530
+ .onoffswitch {
531
+ position: relative;
532
+ width: 40px;
533
+ height: 25px;
534
+ @include user-select(none);
535
+
536
+ &.blue {
537
+ .onoffswitch-inner:before {
538
+ background-color: $color-primary;
539
+ }
540
+ }
541
+
542
+ &.outline-alert-off {
543
+ .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
544
+ border: 1px solid #0504de;
545
+ }
546
+ .onoffswitch-inner{
547
+ &::after {
548
+ background-color: $color-alert;
549
+ color: white;
550
+ }
551
+ &::before {
552
+ color: $color-primary;
553
+ box-shadow: 0 0 0 2px $color-primary inset;
554
+ background: white;
555
+ }
556
+ }
557
+ }
558
+
559
+ &.outline-alert-on {
560
+ .onoffswitch-checkbox:not(:checked) + .onoffswitch-label .onoffswitch-switch {
561
+ border: 1px solid #0504de;
562
+ }
563
+
564
+ .onoffswitch-inner {
565
+ &::after {
566
+ color: $color-primary;
567
+ box-shadow: 0 0 0 2px $color-primary inset;
568
+ background: white;
569
+ }
570
+ &::before {
571
+ background-color: $color-alert;
572
+ color: white;
573
+ }
574
+ }
575
+
576
+ }
577
+
578
+
579
+ &.labeled {
580
+ width: 46px;
581
+
582
+ .onoffswitch-inner:before {
583
+ content: "Sí";
584
+ padding-left: 7px;
585
+ }
586
+ .onoffswitch-inner:after {
587
+ content: "No";
588
+ padding-right: 7px;
589
+ }
590
+ .onoffswitch-switch {
591
+ right: 21px;
592
+ }
593
+ }
594
+ }
595
+
596
+ .onoffswitch-checkbox {
597
+ display: none;
598
+ }
599
+
600
+ .onoffswitch-label {
601
+ display: block; overflow: hidden; cursor: pointer;
602
+ @include border-radius(50px)
603
+ }
604
+
605
+ .onoffswitch-inner {
606
+ display: block;
607
+ width: 200%;
608
+ margin-left: -100%;
609
+ @include transition(margin 0.2s ease-in 0s);
610
+ }
611
+
612
+ .onoffswitch-inner:before, .onoffswitch-inner:after {
613
+ float: left;
614
+ width: 50%;
615
+ height: 25px;
616
+ padding: 0;
617
+ line-height: 25px;
618
+ font-size: 9px;
619
+ color: white;
620
+ @include border-radius(50px);
621
+ -webkit-transform: none;
622
+ }
623
+
624
+ .onoffswitch-inner:before {
625
+ content: "";
626
+ padding-left: 9px;
627
+ background-color: rgba(0,0,0,.2);
628
+ color: #FFFFFF;
629
+ }
630
+
631
+ .onoffswitch-inner:after {
632
+ content: "";
633
+ padding-right: 9px;
634
+ background-color: rgba(0,0,0,.8);
635
+ color: #999999;
636
+ text-align: right;
637
+ }
638
+
639
+ .onoffswitch-switch {
640
+ display: block;
641
+ width: 21px;
642
+ margin: 2px;
643
+ background: #FFFFFF;
644
+ @include border-radius(50px);
645
+ position: absolute;
646
+ top: 0;
647
+ bottom: 0;
648
+ right: 15px;
649
+ @include transition( all 0.2s ease-in 0s);
650
+ }
651
+
652
+ .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
653
+ margin-left: 0;
654
+ }
655
+
656
+ .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
657
+ right: 0px;
658
+ }
659
+
660
+ // OTP code sender
661
+ .forwarding-actions {
662
+ font-size: 0.8rem;
663
+ }
664
+
665
+ .code-senders-section {
666
+ margin: 35px 0;
667
+ .whatsapp-button-container{
668
+ display: flex;
669
+ justify-content: center;
670
+ .whatsapp-button {
671
+ display: flex;
672
+ justify-content: center;
673
+ align-items: center;
674
+ background-color: #1ebea5;
675
+ &:hover {
676
+ background-color: darken(#1ebea5, 10%);
677
+ }
678
+
679
+ img {
680
+ margin-right: 5px;
681
+ }
682
+
683
+ @include responsive-max($breakpoint-small) {
684
+ text-align: center;
685
+ }
686
+ }
687
+ }
688
+
689
+ .sms-button-container {
690
+ margin-top: 10px;
691
+ display: flex;
692
+ justify-content: center;
693
+ }
694
+ }
695
+
696
+ .documents-section {
697
+ .upload-box {
698
+ .upload-box-content {
699
+ .drop-container {
700
+ display: flex;
701
+ align-items: center;
702
+ justify-content: center;
703
+ border: dashed 2px lightgray;
704
+ width: 100%;
705
+ height: 150px;
706
+ padding: 20px;
707
+
708
+ &.drag-over {
709
+ border: dashed 2px $color-primary;
710
+ }
711
+
712
+ p {
713
+ font-size: 16px;
714
+ font-weight: 400;
715
+ color: $color-secondary;
716
+ }
717
+
718
+ .upload-button {
719
+ display: inline-block;
720
+ border: none;
721
+ outline: none;
722
+ cursor: pointer;
723
+ font-weight: 600;
724
+ padding: 0 2px;
725
+
726
+ input {
727
+ display: none;
728
+ }
729
+ }
730
+ }
731
+ }
732
+
733
+ .queue-header {
734
+ display: flex;
735
+ justify-content: space-between;
736
+ align-items: baseline;
737
+
738
+ .badge {
739
+ display: inline-block;
740
+ background-color: $color-success;
741
+ min-width: 10px;
742
+ padding: 3px 7px;
743
+ font-size: 12px;
744
+ font-weight: bold;
745
+ line-height: 1;
746
+ color: #fff;
747
+ text-align: center;
748
+ white-space: nowrap;
749
+ vertical-align: middle;
750
+ border-radius: 10px;
751
+ margin-left: 10px;
752
+ }
753
+ }
754
+
755
+ header.queue-list {
756
+ display: grid;
757
+ grid-template-columns: 4fr 1fr 1fr 2fr 1fr;
758
+ grid-column-gap: 30px;
759
+ align-items: center;
760
+ border-bottom: 1px solid $color-secondary-light;
761
+ padding: 10px 0;
762
+
763
+ .history-header {
764
+ font-size: rem-calc(12px);
765
+ font-weight: 900;
766
+
767
+ &.last {
768
+ text-align: right;
769
+ padding-right: 12px;
770
+ }
771
+ }
772
+ }
773
+
774
+ ul.queue-list {
775
+ list-style: none;
776
+ margin: 0;
777
+ padding: 0;
778
+
779
+ li {
780
+ display: grid;
781
+ grid-template-columns: 4fr 1fr 1fr 2fr 1fr;
782
+ grid-column-gap: 30px;
783
+ align-items: center;
784
+ border-bottom: 1px solid #dadce2;
785
+ padding: 10px 0;
786
+
787
+ &:last-child {
788
+ border-bottom: none;
789
+ }
790
+
791
+ .file-box {
792
+ span {
793
+ display: block;
794
+
795
+ &.file-name {
796
+ word-break: break-all;
797
+ font-weight: 600;
798
+ font-size: rem-calc(14px);
799
+ }
800
+
801
+ &.size {
802
+ font-size: rem-calc(12px);
803
+ }
804
+ }
805
+
806
+ &.last {
807
+ display: grid;
808
+ justify-items: center;
809
+ }
810
+
811
+ .eta-text {
812
+ display: flex;
813
+ justify-content: flex-end;
814
+ font-size: rem-calc(12px);
815
+ }
816
+ }
817
+ }
818
+ }
819
+
820
+ .queue-progress-bar {
821
+ margin: 10px 0 20px 0;
822
+ }
823
+
824
+ .action-buttons {
825
+ display: flex;
826
+ justify-content: space-between;
827
+
828
+ :last-child {
829
+ margin-right: 0;
830
+ }
831
+ }
832
+ }
833
+
834
+ .download-box {
835
+ margin-bottom: 60px;
836
+ }
837
+ }