@linzjs/lui 21.44.5-1 → 21.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/assets/icons/c_report.svg +1 -0
- package/dist/assets/images/nz-govt-logo-arms.svg +34 -0
- package/dist/assets/images/nz-govt-logo-rev.svg +0 -1
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +9 -0
- package/dist/components/LuiFooter/LuiFooter.d.ts +1 -0
- package/dist/index.js +23 -9
- package/dist/index.js.map +1 -1
- package/dist/lui.css +177 -11
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +23 -9
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/ContextMenu/context-menu.scss +7 -4
- package/dist/scss/Components/ExpandingSection/expanding-section.scss +4 -4
- package/dist/scss/Components/Footer/footer.scss +36 -8
- package/dist/scss/Components/Header/header.scss +5 -5
- package/dist/scss/Components/HeaderV2/header-v2.scss +7 -5
- package/dist/scss/Components/HelpSection/help-section.scss +8 -6
- package/dist/scss/Components/LOLCommonMenu/LOLAuthorisedLink.scss +2 -2
- package/dist/scss/Components/LOLCommonMenu/LOLDrawerMenu.scss +3 -3
- package/dist/scss/Components/LOLCommonMenu/LOLFirmSwitcherMenu.scss +2 -1
- package/dist/scss/Components/LuiErrorPage/LuiErrorPage.scss +1 -1
- package/dist/scss/Components/LuiFormElements/LuiRadioInput/LuiRadioInput.scss +3 -3
- package/dist/scss/Components/LuiFormElements/LuiSelectInput/LuiSelectInput.scss +2 -2
- package/dist/scss/Components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.scss +4 -6
- package/dist/scss/Components/LuiFormElements/LuiTextInput/LuiTextInput.scss +1 -0
- package/dist/scss/Components/LuiLoadingSpinner/LuiLoadingSpinner.scss +6 -4
- package/dist/scss/Components/LuiMultiSwitch/LuiMultiSwitch.scss +2 -2
- package/dist/scss/Components/LuiSearchInput/LuiSearchInput.scss +5 -1
- package/dist/scss/Components/LuiShadow/LuiShadow.scss +2 -0
- package/dist/scss/Components/LuiSplitButton/LuiSplitButton.scss +7 -6
- package/dist/scss/Components/LuiTabs/LuiTab/LuiTab.scss +7 -6
- package/dist/scss/Components/Menu/menu.scss +4 -4
- package/dist/scss/Components/MenuV2/menu-v2.scss +5 -5
- package/dist/scss/Components/Messaging/messaging.scss +6 -5
- package/dist/scss/Components/Modal/modal.scss +11 -11
- package/dist/scss/Components/Notifications/notifications.scss +4 -4
- package/dist/scss/Elements/Buttons/buttons.scss +8 -6
- package/dist/scss/Elements/Forms/FormComponents/Inputs.scss +7 -5
- package/dist/scss/Elements/Forms/FormComponents/RadiosCheckboxes.scss +7 -6
- package/dist/scss/Elements/Tables/tables.scss +6 -5
- package/dist/scss/Elements/Tooltips/tippy.scss +3 -3
- package/dist/scss/Foundation/Utilities/Placeholder.scss +2 -2
- package/dist/scss/Global/GenericElements/Link.scss +1 -0
- package/dist/scss/Global/GenericElements/Typography.scss +15 -2
- package/dist/scss/Global/helpers.scss +5 -5
- package/dist/scss/Vendor/print.scss +2 -2
- package/package.json +1 -1
package/dist/lui.css
CHANGED
|
@@ -148,6 +148,9 @@ textarea {
|
|
|
148
148
|
|
|
149
149
|
a {
|
|
150
150
|
color: #1F69C3;
|
|
151
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
152
|
+
font-style: normal;
|
|
153
|
+
font-weight: normal;
|
|
151
154
|
display: inline-block;
|
|
152
155
|
position: relative;
|
|
153
156
|
transition: all 0.3s ease(expo-in-out);
|
|
@@ -280,6 +283,9 @@ ul li {
|
|
|
280
283
|
}
|
|
281
284
|
|
|
282
285
|
html {
|
|
286
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
287
|
+
font-style: normal;
|
|
288
|
+
font-weight: 300;
|
|
283
289
|
font-size: 16px;
|
|
284
290
|
line-height: 1.5;
|
|
285
291
|
color: #2a292c;
|
|
@@ -358,6 +364,9 @@ h6,
|
|
|
358
364
|
|
|
359
365
|
h1,
|
|
360
366
|
.h1 {
|
|
367
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
368
|
+
font-style: normal;
|
|
369
|
+
font-weight: 300;
|
|
361
370
|
font-size: 2.75rem;
|
|
362
371
|
}
|
|
363
372
|
h1 + p,
|
|
@@ -367,6 +376,9 @@ h1 + p,
|
|
|
367
376
|
|
|
368
377
|
h2,
|
|
369
378
|
.h2 {
|
|
379
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
380
|
+
font-style: normal;
|
|
381
|
+
font-weight: 300;
|
|
370
382
|
font-size: 2rem;
|
|
371
383
|
margin-top: 3rem;
|
|
372
384
|
}
|
|
@@ -377,6 +389,9 @@ h2 + p,
|
|
|
377
389
|
|
|
378
390
|
h3,
|
|
379
391
|
.h3 {
|
|
392
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
393
|
+
font-style: normal;
|
|
394
|
+
font-weight: normal;
|
|
380
395
|
font-size: 1.625rem;
|
|
381
396
|
margin-top: 2rem;
|
|
382
397
|
}
|
|
@@ -387,6 +402,9 @@ h3 + p,
|
|
|
387
402
|
|
|
388
403
|
h4,
|
|
389
404
|
.h4 {
|
|
405
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
406
|
+
font-style: normal;
|
|
407
|
+
font-weight: normal;
|
|
390
408
|
font-size: 1.375rem;
|
|
391
409
|
margin-top: 2rem;
|
|
392
410
|
}
|
|
@@ -413,16 +431,28 @@ h6,
|
|
|
413
431
|
|
|
414
432
|
p,
|
|
415
433
|
.p {
|
|
434
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
435
|
+
font-style: normal;
|
|
436
|
+
font-weight: 300;
|
|
416
437
|
font-size: 1rem;
|
|
417
438
|
margin-top: 2rem;
|
|
418
439
|
}
|
|
419
440
|
|
|
420
441
|
p.lui-small {
|
|
442
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
443
|
+
font-style: normal;
|
|
444
|
+
font-weight: 300;
|
|
421
445
|
font-size: 0.8125rem;
|
|
422
446
|
line-height: 1.25rem;
|
|
423
447
|
margin-top: 2rem;
|
|
424
448
|
}
|
|
425
449
|
|
|
450
|
+
.LuiBeta-fonts220222 h1,
|
|
451
|
+
.LuiBeta-fonts220222 .h1 {
|
|
452
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
453
|
+
font-style: normal;
|
|
454
|
+
font-weight: 300;
|
|
455
|
+
}
|
|
426
456
|
.LuiBeta-fonts220222 h1,
|
|
427
457
|
.LuiBeta-fonts220222 .h1 {
|
|
428
458
|
font-size: 34px;
|
|
@@ -461,6 +491,9 @@ p.lui-small {
|
|
|
461
491
|
}
|
|
462
492
|
.LuiBeta-fonts220222 h2,
|
|
463
493
|
.LuiBeta-fonts220222 .h2 {
|
|
494
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
495
|
+
font-style: normal;
|
|
496
|
+
font-weight: 300;
|
|
464
497
|
margin-top: 3rem;
|
|
465
498
|
}
|
|
466
499
|
.LuiBeta-fonts220222 h2,
|
|
@@ -501,6 +534,9 @@ p.lui-small {
|
|
|
501
534
|
}
|
|
502
535
|
.LuiBeta-fonts220222 h3,
|
|
503
536
|
.LuiBeta-fonts220222 .h3 {
|
|
537
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
538
|
+
font-style: normal;
|
|
539
|
+
font-weight: normal;
|
|
504
540
|
letter-spacing: 0.2px;
|
|
505
541
|
margin-top: 2rem;
|
|
506
542
|
}
|
|
@@ -542,6 +578,9 @@ p.lui-small {
|
|
|
542
578
|
}
|
|
543
579
|
.LuiBeta-fonts220222 h4,
|
|
544
580
|
.LuiBeta-fonts220222 .h4 {
|
|
581
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
582
|
+
font-style: normal;
|
|
583
|
+
font-weight: normal;
|
|
545
584
|
letter-spacing: 0.2px;
|
|
546
585
|
margin-top: 2rem;
|
|
547
586
|
}
|
|
@@ -660,10 +699,16 @@ p.lui-small {
|
|
|
660
699
|
}
|
|
661
700
|
.LuiBeta-fonts220222 p,
|
|
662
701
|
.LuiBeta-fonts220222 .p {
|
|
702
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
703
|
+
font-style: normal;
|
|
704
|
+
font-weight: 300;
|
|
663
705
|
font-size: 1rem;
|
|
664
706
|
margin-top: 2rem;
|
|
665
707
|
}
|
|
666
708
|
.LuiBeta-fonts220222 p.lui-small {
|
|
709
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
710
|
+
font-style: normal;
|
|
711
|
+
font-weight: 300;
|
|
667
712
|
font-size: 0.8125rem;
|
|
668
713
|
line-height: 1.25rem;
|
|
669
714
|
margin-top: 2rem;
|
|
@@ -1658,6 +1703,9 @@ a.lui-button-tertiary {
|
|
|
1658
1703
|
color: #007198;
|
|
1659
1704
|
line-height: 22px;
|
|
1660
1705
|
font-weight: 600;
|
|
1706
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
1707
|
+
font-style: normal;
|
|
1708
|
+
font-weight: normal;
|
|
1661
1709
|
border: none;
|
|
1662
1710
|
margin: 2px;
|
|
1663
1711
|
}
|
|
@@ -1966,6 +2014,9 @@ a.lui-button-text {
|
|
|
1966
2014
|
line-height: 24px;
|
|
1967
2015
|
font-weight: 600;
|
|
1968
2016
|
text-decoration: underline;
|
|
2017
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
2018
|
+
font-style: normal;
|
|
2019
|
+
font-weight: normal;
|
|
1969
2020
|
padding: 0;
|
|
1970
2021
|
margin: 0;
|
|
1971
2022
|
border-radius: 0;
|
|
@@ -2747,6 +2798,9 @@ a.lui-button + a.lui-button {
|
|
|
2747
2798
|
}
|
|
2748
2799
|
.LuiDeprecatedForms .lui-checkbox-container label,
|
|
2749
2800
|
.LuiDeprecatedForms .lui-radio-container label {
|
|
2801
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
2802
|
+
font-style: normal;
|
|
2803
|
+
font-weight: 300;
|
|
2750
2804
|
font-size: 16px;
|
|
2751
2805
|
}
|
|
2752
2806
|
.LuiDeprecatedForms .lui-radio-container input {
|
|
@@ -2816,6 +2870,9 @@ a.lui-button + a.lui-button {
|
|
|
2816
2870
|
.LuiDeprecatedForms input:not([type=checkbox]):not([type=radio]),
|
|
2817
2871
|
.LuiDeprecatedForms textarea,
|
|
2818
2872
|
.LuiDeprecatedForms select {
|
|
2873
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
2874
|
+
font-style: normal;
|
|
2875
|
+
font-weight: normal;
|
|
2819
2876
|
font-size: 16px;
|
|
2820
2877
|
color: #2a292c;
|
|
2821
2878
|
border: 0.06rem solid #beb9b4;
|
|
@@ -2847,6 +2904,9 @@ a.lui-button + a.lui-button {
|
|
|
2847
2904
|
-webkit-appearance: none;
|
|
2848
2905
|
-moz-appearance: none;
|
|
2849
2906
|
-o-appearance: none;
|
|
2907
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
2908
|
+
font-style: normal;
|
|
2909
|
+
font-weight: normal;
|
|
2850
2910
|
cursor: pointer;
|
|
2851
2911
|
-webkit-font-smoothing: antialiased;
|
|
2852
2912
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -3089,6 +3149,12 @@ table .lui-checkbox-container input {
|
|
|
3089
3149
|
top: 0;
|
|
3090
3150
|
}
|
|
3091
3151
|
|
|
3152
|
+
.lui-table-column-headers th {
|
|
3153
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3154
|
+
font-style: normal;
|
|
3155
|
+
font-weight: normal;
|
|
3156
|
+
}
|
|
3157
|
+
|
|
3092
3158
|
.lui-table-zebra tr:nth-child(even) {
|
|
3093
3159
|
background-color: #f9f9f9;
|
|
3094
3160
|
}
|
|
@@ -3235,6 +3301,9 @@ li.lui-select-menuItem:hover {
|
|
|
3235
3301
|
}
|
|
3236
3302
|
|
|
3237
3303
|
.lui-select-menuItemText {
|
|
3304
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3305
|
+
font-style: normal;
|
|
3306
|
+
font-weight: normal;
|
|
3238
3307
|
color: #2a292c;
|
|
3239
3308
|
margin: 0;
|
|
3240
3309
|
padding-left: 2rem;
|
|
@@ -3276,6 +3345,9 @@ li.lui-select-menu-group {
|
|
|
3276
3345
|
.lui-select-submenu div[role=menuitem] {
|
|
3277
3346
|
padding: 0.5rem 0.5rem 0.5rem 2.5rem;
|
|
3278
3347
|
text-decoration: none;
|
|
3348
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3349
|
+
font-style: normal;
|
|
3350
|
+
font-weight: normal;
|
|
3279
3351
|
height: 40px;
|
|
3280
3352
|
}
|
|
3281
3353
|
.lui-select-submenu .szh-menu__item--hover {
|
|
@@ -3288,6 +3360,9 @@ li.lui-select-menu-group {
|
|
|
3288
3360
|
.lui-select-submenu-with-icon div[role=menuitem] {
|
|
3289
3361
|
padding-left: 0px;
|
|
3290
3362
|
text-decoration: none;
|
|
3363
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3364
|
+
font-style: normal;
|
|
3365
|
+
font-weight: normal;
|
|
3291
3366
|
height: 40px;
|
|
3292
3367
|
}
|
|
3293
3368
|
|
|
@@ -3361,18 +3436,32 @@ li.lui-select-divider {
|
|
|
3361
3436
|
|
|
3362
3437
|
.lui-footer {
|
|
3363
3438
|
padding-top: 2rem;
|
|
3364
|
-
padding-bottom:
|
|
3365
|
-
padding-left:
|
|
3366
|
-
padding-right:
|
|
3439
|
+
padding-bottom: 2rem;
|
|
3440
|
+
padding-left: 2rem;
|
|
3441
|
+
padding-right: 2rem;
|
|
3367
3442
|
background-color: #004b50;
|
|
3368
3443
|
}
|
|
3369
3444
|
.lui-footer div[class*=row-divider] {
|
|
3370
3445
|
border-color: #017a76;
|
|
3371
3446
|
}
|
|
3447
|
+
@media screen and (min-width: 768px) {
|
|
3448
|
+
.lui-footer .lui-footer-app-title {
|
|
3449
|
+
display: flex;
|
|
3450
|
+
justify-content: space-between;
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
@media screen and (min-width: 768px) {
|
|
3454
|
+
.lui-footer .lui-footer-app-title {
|
|
3455
|
+
flex-direction: row;
|
|
3456
|
+
justify-content: space-between;
|
|
3457
|
+
flex: 0 1 auto;
|
|
3458
|
+
}
|
|
3459
|
+
}
|
|
3372
3460
|
@media screen and (min-width: 768px) {
|
|
3373
3461
|
.lui-footer .lui-footer-columns {
|
|
3374
3462
|
display: flex;
|
|
3375
3463
|
justify-content: space-between;
|
|
3464
|
+
align-items: center;
|
|
3376
3465
|
}
|
|
3377
3466
|
}
|
|
3378
3467
|
@media screen and (min-width: 768px) {
|
|
@@ -3401,6 +3490,9 @@ li.lui-select-divider {
|
|
|
3401
3490
|
.lui-footer h3,
|
|
3402
3491
|
.lui-footer h4 {
|
|
3403
3492
|
margin-top: 0;
|
|
3493
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3494
|
+
font-style: normal;
|
|
3495
|
+
font-weight: normal;
|
|
3404
3496
|
}
|
|
3405
3497
|
.lui-footer a {
|
|
3406
3498
|
text-decoration: underline;
|
|
@@ -3443,13 +3535,21 @@ li.lui-select-divider {
|
|
|
3443
3535
|
margin-top: 3rem;
|
|
3444
3536
|
}
|
|
3445
3537
|
}
|
|
3538
|
+
.lui-footer .lui-footer-linz-logo {
|
|
3539
|
+
margin-top: 0.75rem;
|
|
3540
|
+
}
|
|
3541
|
+
@media screen and (min-width: 768px) {
|
|
3542
|
+
.lui-footer .lui-footer-linz-logo {
|
|
3543
|
+
margin-top: 0;
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3446
3546
|
.lui-footer .lui-footer-nz-govt-logo,
|
|
3447
3547
|
.lui-footer .lui-footer-copyright {
|
|
3448
3548
|
text-align: left;
|
|
3449
3549
|
}
|
|
3450
3550
|
.lui-footer .lui-footer-nz-govt-logo img,
|
|
3451
3551
|
.lui-footer .lui-footer-copyright img {
|
|
3452
|
-
height: 3.
|
|
3552
|
+
height: 3.75rem;
|
|
3453
3553
|
width: auto;
|
|
3454
3554
|
}
|
|
3455
3555
|
@media screen and (min-width: 768px) {
|
|
@@ -3463,12 +3563,13 @@ li.lui-select-divider {
|
|
|
3463
3563
|
}
|
|
3464
3564
|
@media screen and (min-width: 768px) {
|
|
3465
3565
|
.lui-footer .lui-footer-nz-govt-logo {
|
|
3566
|
+
margin-top: 0;
|
|
3466
3567
|
text-align: right;
|
|
3467
|
-
margin-top: 0.75rem;
|
|
3468
3568
|
}
|
|
3469
3569
|
}
|
|
3470
3570
|
.lui-footer .lui-small {
|
|
3471
3571
|
text-align: left;
|
|
3572
|
+
margin-top: 0;
|
|
3472
3573
|
}
|
|
3473
3574
|
@media screen and (min-width: 768px) {
|
|
3474
3575
|
.lui-footer .lui-small {
|
|
@@ -3535,6 +3636,9 @@ li.lui-select-divider {
|
|
|
3535
3636
|
.luiAppFooter-linksCell a {
|
|
3536
3637
|
color: #ffffff;
|
|
3537
3638
|
font-size: 0.875rem;
|
|
3639
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3640
|
+
font-style: normal;
|
|
3641
|
+
font-weight: normal;
|
|
3538
3642
|
text-decoration: none;
|
|
3539
3643
|
line-height: 1.5rem;
|
|
3540
3644
|
}
|
|
@@ -3545,6 +3649,9 @@ li.lui-select-divider {
|
|
|
3545
3649
|
.luiAppFooter-copyright {
|
|
3546
3650
|
color: #ffffff;
|
|
3547
3651
|
font-size: 0.875rem;
|
|
3652
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3653
|
+
font-style: normal;
|
|
3654
|
+
font-weight: normal;
|
|
3548
3655
|
line-height: 1.5rem;
|
|
3549
3656
|
opacity: 0.8;
|
|
3550
3657
|
margin: 0;
|
|
@@ -3894,6 +4001,9 @@ li.lui-select-divider {
|
|
|
3894
4001
|
color: #ffffff;
|
|
3895
4002
|
font-size: 20px;
|
|
3896
4003
|
line-height: 24px;
|
|
4004
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4005
|
+
font-style: normal;
|
|
4006
|
+
font-weight: normal;
|
|
3897
4007
|
}
|
|
3898
4008
|
.LuiHeaderV2-small:after {
|
|
3899
4009
|
content: none;
|
|
@@ -3951,6 +4061,9 @@ li.lui-select-divider {
|
|
|
3951
4061
|
text-align: center;
|
|
3952
4062
|
border-radius: 4px;
|
|
3953
4063
|
padding: 6px 6px;
|
|
4064
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4065
|
+
font-style: normal;
|
|
4066
|
+
font-weight: normal;
|
|
3954
4067
|
font-size: 14px;
|
|
3955
4068
|
white-space: nowrap;
|
|
3956
4069
|
position: absolute;
|
|
@@ -4050,6 +4163,11 @@ li.lui-select-divider {
|
|
|
4050
4163
|
position: relative;
|
|
4051
4164
|
margin: 3rem 0 0 3rem;
|
|
4052
4165
|
}
|
|
4166
|
+
.lui-help-section ol.lui-help-numbering li p:first-child {
|
|
4167
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4168
|
+
font-style: normal;
|
|
4169
|
+
font-weight: normal;
|
|
4170
|
+
}
|
|
4053
4171
|
.lui-help-section ol.lui-help-numbering li:before {
|
|
4054
4172
|
content: counter(lui-list-counter);
|
|
4055
4173
|
position: absolute;
|
|
@@ -4385,6 +4503,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
4385
4503
|
}
|
|
4386
4504
|
.lui-msg-success p {
|
|
4387
4505
|
margin: 0;
|
|
4506
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4507
|
+
font-style: normal;
|
|
4508
|
+
font-weight: normal;
|
|
4388
4509
|
}
|
|
4389
4510
|
.lui-msg-success h2 {
|
|
4390
4511
|
font-size: 16px;
|
|
@@ -4424,6 +4545,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
4424
4545
|
}
|
|
4425
4546
|
.lui-msg-info p {
|
|
4426
4547
|
margin: 0;
|
|
4548
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4549
|
+
font-style: normal;
|
|
4550
|
+
font-weight: normal;
|
|
4427
4551
|
}
|
|
4428
4552
|
.lui-msg-info h2 {
|
|
4429
4553
|
font-size: 16px;
|
|
@@ -4463,6 +4587,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
4463
4587
|
}
|
|
4464
4588
|
.lui-msg-warning p {
|
|
4465
4589
|
margin: 0;
|
|
4590
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4591
|
+
font-style: normal;
|
|
4592
|
+
font-weight: normal;
|
|
4466
4593
|
}
|
|
4467
4594
|
.lui-msg-warning h2 {
|
|
4468
4595
|
font-size: 16px;
|
|
@@ -4502,6 +4629,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
4502
4629
|
}
|
|
4503
4630
|
.lui-msg-error p {
|
|
4504
4631
|
margin: 0;
|
|
4632
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4633
|
+
font-style: normal;
|
|
4634
|
+
font-weight: normal;
|
|
4505
4635
|
}
|
|
4506
4636
|
.lui-msg-error h2 {
|
|
4507
4637
|
font-size: 16px;
|
|
@@ -5220,6 +5350,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5220
5350
|
padding: 0;
|
|
5221
5351
|
}
|
|
5222
5352
|
.LOLFirmSwitcherMenu-header {
|
|
5353
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
5354
|
+
font-style: normal;
|
|
5355
|
+
font-weight: normal;
|
|
5223
5356
|
font-size: 16px;
|
|
5224
5357
|
line-height: 1.3;
|
|
5225
5358
|
text-align: right;
|
|
@@ -5525,6 +5658,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5525
5658
|
}
|
|
5526
5659
|
|
|
5527
5660
|
.LuiSelect-select {
|
|
5661
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
5662
|
+
font-style: normal;
|
|
5663
|
+
font-weight: normal;
|
|
5528
5664
|
margin-bottom: 0;
|
|
5529
5665
|
border: 1px solid #beb9b4;
|
|
5530
5666
|
border-radius: 3px;
|
|
@@ -5615,8 +5751,7 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5615
5751
|
color: #2a292c;
|
|
5616
5752
|
}
|
|
5617
5753
|
|
|
5618
|
-
.LuiSelect-error-icon,
|
|
5619
|
-
.LuiSelect-warning-icon {
|
|
5754
|
+
.LuiSelect-error-icon, .LuiSelect-warning-icon {
|
|
5620
5755
|
position: absolute;
|
|
5621
5756
|
left: 0;
|
|
5622
5757
|
top: 2px;
|
|
@@ -5638,6 +5773,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5638
5773
|
position: relative;
|
|
5639
5774
|
}
|
|
5640
5775
|
.LuiTextAreaInput textarea {
|
|
5776
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
5777
|
+
font-style: normal;
|
|
5778
|
+
font-weight: normal;
|
|
5641
5779
|
border: solid 1px #beb9b4;
|
|
5642
5780
|
border-radius: 3px;
|
|
5643
5781
|
background: #ffffff;
|
|
@@ -5724,8 +5862,7 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5724
5862
|
position: relative;
|
|
5725
5863
|
}
|
|
5726
5864
|
|
|
5727
|
-
.LuiTextAreaInput-error,
|
|
5728
|
-
.LuiTextAreaInput-warning {
|
|
5865
|
+
.LuiTextAreaInput-error, .LuiTextAreaInput-warning {
|
|
5729
5866
|
position: relative;
|
|
5730
5867
|
display: flex;
|
|
5731
5868
|
font-family: "Open Sans", system-ui, sans-serif;
|
|
@@ -5742,8 +5879,7 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5742
5879
|
color: #cc0000;
|
|
5743
5880
|
}
|
|
5744
5881
|
|
|
5745
|
-
.LuiTextAreaInput-error-icon,
|
|
5746
|
-
.LuiTextAreaInput-warning-icon {
|
|
5882
|
+
.LuiTextAreaInput-error-icon, .LuiTextAreaInput-warning-icon {
|
|
5747
5883
|
position: absolute;
|
|
5748
5884
|
left: 0;
|
|
5749
5885
|
top: 2px;
|
|
@@ -5816,6 +5952,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5816
5952
|
}
|
|
5817
5953
|
|
|
5818
5954
|
.LuiTextInput-input {
|
|
5955
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
5956
|
+
font-style: normal;
|
|
5957
|
+
font-weight: normal;
|
|
5819
5958
|
margin-bottom: 0;
|
|
5820
5959
|
border: 1px solid #beb9b4;
|
|
5821
5960
|
border-radius: 3px;
|
|
@@ -6037,6 +6176,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
6037
6176
|
}
|
|
6038
6177
|
|
|
6039
6178
|
.LuiSearchInput-input {
|
|
6179
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
6180
|
+
font-style: normal;
|
|
6181
|
+
font-weight: normal;
|
|
6040
6182
|
line-height: 24px;
|
|
6041
6183
|
height: 40px;
|
|
6042
6184
|
color: #2a292c;
|
|
@@ -6110,6 +6252,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
6110
6252
|
}
|
|
6111
6253
|
|
|
6112
6254
|
.LuiSearchInput-resultEntry {
|
|
6255
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
6256
|
+
font-style: normal;
|
|
6257
|
+
font-weight: normal;
|
|
6113
6258
|
font-size: 16px;
|
|
6114
6259
|
cursor: pointer;
|
|
6115
6260
|
padding: 5px 20px;
|
|
@@ -6122,6 +6267,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
6122
6267
|
}
|
|
6123
6268
|
|
|
6124
6269
|
.LuiSearchInput-resultHeader {
|
|
6270
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
6271
|
+
font-style: normal;
|
|
6272
|
+
font-weight: normal;
|
|
6125
6273
|
font-size: 14px;
|
|
6126
6274
|
padding: 5px 20px;
|
|
6127
6275
|
line-height: 18px;
|
|
@@ -6130,6 +6278,9 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
6130
6278
|
}
|
|
6131
6279
|
|
|
6132
6280
|
.LuiSearchInput-disclaimer {
|
|
6281
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
6282
|
+
font-style: normal;
|
|
6283
|
+
font-weight: normal;
|
|
6133
6284
|
font-size: 14px;
|
|
6134
6285
|
padding: 5px 20px;
|
|
6135
6286
|
line-height: 20px;
|
|
@@ -6956,6 +7107,9 @@ li.lui-split-button-menuItem:hover {
|
|
|
6956
7107
|
}
|
|
6957
7108
|
|
|
6958
7109
|
.lui-split-button-menuItemText {
|
|
7110
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
7111
|
+
font-style: normal;
|
|
7112
|
+
font-weight: normal;
|
|
6959
7113
|
color: #2a292c;
|
|
6960
7114
|
margin: 0;
|
|
6961
7115
|
padding-left: 2rem;
|
|
@@ -6987,6 +7141,9 @@ li.lui-split-button-menuItem:hover {
|
|
|
6987
7141
|
display: flex;
|
|
6988
7142
|
flex-direction: column;
|
|
6989
7143
|
align-items: center;
|
|
7144
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
7145
|
+
font-style: normal;
|
|
7146
|
+
font-weight: normal;
|
|
6990
7147
|
color: #007198;
|
|
6991
7148
|
width: 300px;
|
|
6992
7149
|
}
|
|
@@ -6995,6 +7152,12 @@ li.lui-split-button-menuItem:hover {
|
|
|
6995
7152
|
display: inline-block;
|
|
6996
7153
|
margin: 0;
|
|
6997
7154
|
}
|
|
7155
|
+
.LuiLoadingSpinner-SupportText-container .LuiLoadingSpinner-SupportText p {
|
|
7156
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
7157
|
+
font-style: normal;
|
|
7158
|
+
font-weight: normal;
|
|
7159
|
+
}
|
|
7160
|
+
|
|
6998
7161
|
.LuiCounter, .LuiCounter-non-zero, .LuiCounter-zero {
|
|
6999
7162
|
border-radius: 5px;
|
|
7000
7163
|
padding: 0 6px;
|
|
@@ -7021,6 +7184,9 @@ li.lui-split-button-menuItem:hover {
|
|
|
7021
7184
|
border-radius: 0;
|
|
7022
7185
|
color: #2a292c;
|
|
7023
7186
|
min-width: 10rem;
|
|
7187
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
7188
|
+
font-style: normal;
|
|
7189
|
+
font-weight: normal;
|
|
7024
7190
|
display: flex;
|
|
7025
7191
|
position: relative;
|
|
7026
7192
|
justify-content: center;
|