@linzjs/lui 18.0.0 → 18.0.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 +630 -4
- package/README.md +3 -2
- package/dist/assets/icons/add_adopt.svg +1 -1
- package/dist/assets/icons/added_to_list.svg +1 -0
- package/dist/assets/icons/alias.svg +1 -0
- package/dist/assets/icons/alias_unselected.svg +1 -0
- package/dist/assets/icons/apps.svg +1 -1
- package/dist/assets/icons/arrow_drop_right.svg +1 -1
- package/dist/assets/icons/attachment.svg +1 -1
- package/dist/assets/icons/auth_and_instruct.svg +1 -1
- package/dist/assets/icons/balance_parcel.svg +1 -1
- package/dist/assets/icons/blocked.svg +1 -1
- package/dist/assets/icons/cancel_clear.svg +1 -1
- package/dist/assets/icons/cancel_outline.svg +1 -0
- package/dist/assets/icons/cart_view.svg +1 -0
- package/dist/assets/icons/certify_and_sign.svg +1 -1
- package/dist/assets/icons/change_password.svg +1 -1
- package/dist/assets/icons/close_list.svg +1 -0
- package/dist/assets/icons/control_point.svg +1 -1
- package/dist/assets/icons/copy.svg +1 -1
- package/dist/assets/icons/create_new_list.svg +1 -0
- package/dist/assets/icons/csv_file.svg +1 -0
- package/dist/assets/icons/data_display_threshold.svg +1 -0
- package/dist/assets/icons/dealings.svg +1 -1
- package/dist/assets/icons/delete_forever.svg +1 -0
- package/dist/assets/icons/dollar_round.svg +1 -1
- package/dist/assets/icons/double_arrow_left.svg +1 -1
- package/dist/assets/icons/double_arrow_right.svg +1 -1
- package/dist/assets/icons/double_tick.svg +1 -1
- package/dist/assets/icons/drag_indicator.svg +1 -1
- package/dist/assets/icons/draw_irregular_line.svg +1 -1
- package/dist/assets/icons/email.svg +1 -0
- package/dist/assets/icons/feedback_lightbulb.svg +1 -1
- package/dist/assets/icons/feedback_lightbulb_alt.svg +1 -1
- package/dist/assets/icons/file_attached_outline.svg +1 -1
- package/dist/assets/icons/help_outline.svg +1 -0
- package/dist/assets/icons/hourglass.svg +1 -1
- package/dist/assets/icons/instruments_roles.svg +1 -1
- package/dist/assets/icons/labels_off.svg +1 -0
- package/dist/assets/icons/labels_on.svg +1 -0
- package/dist/assets/icons/launch_modal.svg +1 -1
- package/dist/assets/icons/layers_user_defined.svg +1 -0
- package/dist/assets/icons/link.svg +1 -1
- package/dist/assets/icons/list_clear.svg +1 -0
- package/dist/assets/icons/list_notepad.svg +1 -0
- package/dist/assets/icons/list_view.svg +1 -0
- package/dist/assets/icons/lists_folder.svg +1 -0
- package/dist/assets/icons/lock.svg +1 -1
- package/dist/assets/icons/log_out.svg +1 -1
- package/dist/assets/icons/maori_land.svg +1 -1
- package/dist/assets/icons/memorials.svg +1 -1
- package/dist/assets/icons/menu.svg +1 -1
- package/dist/assets/icons/minimise.svg +1 -1
- package/dist/assets/icons/misclose_error.svg +1 -1
- package/dist/assets/icons/more_vert.svg +1 -1
- package/dist/assets/icons/notice_of_change.svg +1 -1
- package/dist/assets/icons/numbered_list.svg +1 -1
- package/dist/assets/icons/parcels_existing.svg +1 -1
- package/dist/assets/icons/parcels_new.svg +1 -1
- package/dist/assets/icons/pop_back.svg +1 -1
- package/dist/assets/icons/print.svg +1 -1
- package/dist/assets/icons/regenerate.svg +1 -1
- package/dist/assets/icons/release.svg +1 -3
- package/dist/assets/icons/restore.svg +1 -0
- package/dist/assets/icons/save.svg +1 -0
- package/dist/assets/icons/save_as.svg +1 -0
- package/dist/assets/icons/save_download.svg +1 -1
- package/dist/assets/icons/search.svg +1 -1
- package/dist/assets/icons/settings.svg +1 -0
- package/dist/assets/icons/summary_open.svg +1 -0
- package/dist/assets/icons/survey.svg +1 -1
- package/dist/assets/icons/tax_statement.svg +1 -1
- package/dist/assets/icons/tick.svg +1 -1
- package/dist/assets/icons/tick_and_cross.svg +1 -1
- package/dist/assets/icons/unlink.svg +1 -1
- package/dist/assets/icons/unlock.svg +1 -0
- package/dist/assets/icons/visiblity_off.svg +1 -1
- package/dist/assets/icons/xml_file.svg +1 -1
- package/dist/assets/icons/zoom_centre.svg +1 -1
- package/dist/assets/images/basemap_aerial.png +0 -0
- package/dist/assets/images/maintenance-illustration.svg +1 -0
- package/dist/assets/images/mountain-broken.svg +279 -1
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +232 -19
- package/dist/components/LuiAccordion/LuiAccordion.d.ts +11 -0
- package/dist/components/LuiBadge/LuiBadge.d.ts +6 -3
- package/dist/components/LuiBearingInput/LuiBearingInput.d.ts +23 -0
- package/dist/components/LuiExpandableBanner/LuiExpandableBanner.d.ts +1 -0
- package/dist/components/LuiFloatingWindow/LuiFloatingWindow.d.ts +27 -0
- package/dist/components/LuiFloatingWindow/LuiFloatingWindowHeaders.d.ts +11 -0
- package/dist/components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.d.ts +1 -1
- package/dist/components/LuiFormElements/LuiDateInput/DateInput.d.ts +5 -0
- package/dist/components/LuiFormElements/LuiDateInput/DateInputHelper.d.ts +6 -0
- package/dist/components/LuiFormElements/LuiDateInput/LuiDateInput.d.ts +5 -0
- package/dist/components/LuiFormElements/LuiMoneyInput/LuiMoneyInput.d.ts +28 -0
- package/dist/components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.d.ts +1 -0
- package/dist/components/LuiFormElements/LuiTextInput/LuiTextInput.d.ts +5 -4
- package/dist/components/LuiFormikForms/LuiFormikCheckbox/LuiFormikCheckbox.d.ts +9 -0
- package/dist/components/LuiFormikForms/LuiFormikForm.d.ts +10 -0
- package/dist/components/LuiFormikForms/LuiFormikFormLabel/LuiFormikFormLabel.d.ts +8 -0
- package/dist/components/LuiFormikForms/LuiFormikFormSubmitButton/LuiFormikFormSubmitButton.d.ts +6 -0
- package/dist/components/LuiFormikForms/LuiFormikRadioButton/LuiFormikRadioButton.d.ts +8 -0
- package/dist/components/LuiFormikForms/LuiFormikRadioGroup/LuiFormikRadioGroup.d.ts +7 -0
- package/dist/components/LuiFormikForms/LuiFormikSelect/LuiFormikSelect.d.ts +11 -0
- package/dist/components/LuiFormikForms/LuiFormikTextInput/LuiFormikTextInput.d.ts +17 -0
- package/dist/components/LuiHeader/LuiHeader.d.ts +8 -0
- package/dist/components/LuiHeaderMenu/LuiHeaderMenus.d.ts +12 -0
- package/dist/components/LuiHeaderMenuV2/LuiHeaderMenusV2.d.ts +102 -0
- package/dist/components/LuiHeaderV2/LuiHeaderV2.d.ts +109 -0
- package/dist/components/LuiIcon/LuiIcon.d.ts +3 -2
- package/dist/components/LuiModal/LuiModal.d.ts +4 -0
- package/dist/components/LuiProgressBar/LuiProgressBar.d.ts +9 -0
- package/dist/components/LuiResizableLayout/LuiResizableLayout.d.ts +22 -0
- package/dist/components/LuiSearchInput/LuiSearchInput.d.ts +1 -0
- package/dist/components/LuiShadow/LuiShadow.d.ts +1 -0
- package/dist/components/LuiSidePanel/LuiSidePanel.d.ts +1 -0
- package/dist/components/LuiSideToolbar/LuiSideToolbar.d.ts +11 -0
- package/dist/components/LuiSideToolbar/ToolbarButton.d.ts +20 -0
- package/dist/components/LuiSideToolbar/ToolbarIcon.d.ts +13 -0
- package/dist/components/LuiSideToolbar/ToolbarItem.d.ts +16 -0
- package/dist/components/LuiTabs/LuiTab/LuiTab.d.ts +2 -2
- package/dist/components/LuiToastMessage/LuiToastMessage.d.ts +2 -0
- package/dist/components/LuiTooltip/LuiTooltip.d.ts +5 -12
- package/dist/components/LuiUpdateSplashModal/LuiUpdatesSplashModal.d.ts +8 -4
- package/dist/components/common/StorybookSupport.d.ts +1 -1
- package/dist/components/common/UseMediaQuery.d.ts +9 -0
- package/dist/index.d.ts +22 -9
- package/dist/index.js +51187 -16506
- package/dist/index.js.map +1 -1
- package/dist/lui.css +759 -89
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +51148 -16489
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/ExpandingSection/expanding-section.scss +11 -0
- package/dist/scss/Components/HeaderV2/header-v2.scss +315 -0
- package/dist/scss/Components/LuiBadge/LuiBadge.scss +21 -1
- package/dist/scss/Components/LuiFloatingWindow/LuiFloatingWindow.scss +92 -0
- package/dist/scss/Components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.scss +3 -1
- package/dist/scss/Components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.scss +29 -7
- package/dist/scss/Components/LuiFormElements/LuiTextInput/LuiTextInput.scss +29 -3
- package/dist/scss/Components/LuiResizableLayout/LuiResizableLayout.scss +107 -0
- package/dist/scss/Components/LuiShadow/LuiShadow.scss +12 -1
- package/dist/scss/Components/LuiSidePanel/LuiSidePanel.scss +30 -0
- package/dist/scss/Components/LuiUpdateSplashModal/splashModal.scss +72 -0
- package/dist/scss/Components/MenuV2/menu-v2.scss +235 -0
- package/dist/scss/Components/Modal/modal.scss +37 -9
- package/dist/scss/Elements/Buttons/buttons.scss +19 -3
- package/dist/scss/Elements/Tooltips/tippy.scss +10 -0
- package/dist/scss/Foundation/Utilities/BoxShadow.scss +7 -16
- package/dist/scss/Foundation/Variables/ColorVars.scss +16 -8
- package/dist/scss/Foundation/Variables/ExportColors.scss +12 -0
- package/dist/scss/Global/helpers.scss +281 -260
- package/dist/scss/base.scss +5 -0
- package/package.json +28 -25
- package/dist/components/lol/LOLActiveFirmMessage.d.ts +0 -9
- package/dist/components/lol/LOLAppLauncherMenu.d.ts +0 -15
- package/dist/components/lol/LOLAuthorisedLink.d.ts +0 -17
- package/dist/components/lol/LOLCommonDrawerMenu.d.ts +0 -20
- package/dist/components/lol/LOLDrawerMenuFirmSwitcher.d.ts +0 -8
- package/dist/components/lol/LOLFirmSwitcher.d.ts +0 -26
- package/dist/components/lol/LOLLogoutLink.d.ts +0 -10
- package/dist/components/lol/LOLSearchBox.d.ts +0 -12
- package/dist/components/lol/LOLUserLastLogin.d.ts +0 -5
- package/dist/components/lol/contexts/LOLGlobalClientRefContext.d.ts +0 -22
- package/dist/components/lol/contexts/LOLUserContext.d.ts +0 -40
- package/dist/components/lol/contexts/LOLUserContextSupport.d.ts +0 -3
package/dist/lui.css
CHANGED
|
@@ -140,7 +140,7 @@ textarea {
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
a {
|
|
143
|
-
color: #
|
|
143
|
+
color: #1F69C3;
|
|
144
144
|
font-family: "Open Sans", system-ui, sans-serif;
|
|
145
145
|
font-style: normal;
|
|
146
146
|
font-weight: normal;
|
|
@@ -181,13 +181,13 @@ a.lui-button:before {
|
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
.Link {
|
|
184
|
-
color: #
|
|
184
|
+
color: #1F69C3;
|
|
185
185
|
}
|
|
186
186
|
.Link:focus, .Link:hover, .Link:active {
|
|
187
|
-
color: #
|
|
187
|
+
color: #1F69C3;
|
|
188
188
|
}
|
|
189
189
|
.Link.is-active {
|
|
190
|
-
color: #
|
|
190
|
+
color: #1F69C3;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.Link--reversed {
|
|
@@ -946,6 +946,14 @@ body {
|
|
|
946
946
|
vertical-align: middle;
|
|
947
947
|
}
|
|
948
948
|
|
|
949
|
+
.lui-justify-space-between {
|
|
950
|
+
justify-content: space-between;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.lui-items-center {
|
|
954
|
+
align-items: center;
|
|
955
|
+
}
|
|
956
|
+
|
|
949
957
|
.lui-content-buffer {
|
|
950
958
|
padding-bottom: 3rem;
|
|
951
959
|
}
|
|
@@ -986,6 +994,18 @@ body {
|
|
|
986
994
|
padding-bottom: 0 !important;
|
|
987
995
|
}
|
|
988
996
|
|
|
997
|
+
.lui-flex {
|
|
998
|
+
display: flex;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.lui-flex-column {
|
|
1002
|
+
flex-direction: column;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
.lui-flex-row {
|
|
1006
|
+
flex-direction: row;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
989
1009
|
@media only screen and (max-width: 480px) {
|
|
990
1010
|
.lui-hide-xs {
|
|
991
1011
|
display: none !important;
|
|
@@ -2045,7 +2065,7 @@ a.lui-button-reversed-no-bg:disabled:hover {
|
|
|
2045
2065
|
a.lui-button-text {
|
|
2046
2066
|
background-color: transparent;
|
|
2047
2067
|
border: 0 solid #fff;
|
|
2048
|
-
color: #
|
|
2068
|
+
color: #1F69C3;
|
|
2049
2069
|
line-height: 24px;
|
|
2050
2070
|
font-weight: 600;
|
|
2051
2071
|
text-decoration: underline;
|
|
@@ -2060,12 +2080,12 @@ a.lui-button-text {
|
|
|
2060
2080
|
.lui-button-text svg *,
|
|
2061
2081
|
a.lui-button-text i,
|
|
2062
2082
|
a.lui-button-text svg * {
|
|
2063
|
-
color: #
|
|
2064
|
-
fill: #
|
|
2083
|
+
color: #1F69C3;
|
|
2084
|
+
fill: #1F69C3;
|
|
2065
2085
|
}
|
|
2066
2086
|
.lui-button-text:visited,
|
|
2067
2087
|
a.lui-button-text:visited {
|
|
2068
|
-
color: #
|
|
2088
|
+
color: #1F69C3;
|
|
2069
2089
|
}
|
|
2070
2090
|
.lui-button-text:hover,
|
|
2071
2091
|
a.lui-button-text:hover {
|
|
@@ -2174,8 +2194,8 @@ a.lui-button-plain-text:visited {
|
|
|
2174
2194
|
.lui-button-plain-text svg *,
|
|
2175
2195
|
a.lui-button-plain-text i,
|
|
2176
2196
|
a.lui-button-plain-text svg * {
|
|
2177
|
-
color: #
|
|
2178
|
-
fill: #
|
|
2197
|
+
color: #6b6966;
|
|
2198
|
+
fill: #6b6966;
|
|
2179
2199
|
}
|
|
2180
2200
|
.lui-button-plain-text:disabled,
|
|
2181
2201
|
a.lui-button-plain-text:disabled {
|
|
@@ -2284,7 +2304,7 @@ a.lui-button-icon-only-rev:active:enabled,
|
|
|
2284
2304
|
a.lui-button-icon-only-link:active:enabled {
|
|
2285
2305
|
background-color: transparent;
|
|
2286
2306
|
cursor: pointer;
|
|
2287
|
-
color: rgba(
|
|
2307
|
+
color: rgba(31, 105, 195, 0.9);
|
|
2288
2308
|
border: 1px solid transparent;
|
|
2289
2309
|
}
|
|
2290
2310
|
.lui-button-icon-only-rev:active:enabled i,
|
|
@@ -2294,8 +2314,8 @@ a.lui-button-icon-only-rev:active:enabled i,
|
|
|
2294
2314
|
a.lui-button-icon-only-rev:active:enabled svg *,
|
|
2295
2315
|
a.lui-button-icon-only-link:active:enabled i,
|
|
2296
2316
|
a.lui-button-icon-only-link:active:enabled svg * {
|
|
2297
|
-
color: #
|
|
2298
|
-
fill: #
|
|
2317
|
+
color: #1F69C3;
|
|
2318
|
+
fill: #1F69C3;
|
|
2299
2319
|
}
|
|
2300
2320
|
.lui-button-icon-only-rev:disabled, .lui-button-icon-only-link:disabled,
|
|
2301
2321
|
a.lui-button-icon-only-rev:disabled,
|
|
@@ -2337,7 +2357,7 @@ a.lui-button-icon-only-rev:hover svg * {
|
|
|
2337
2357
|
}
|
|
2338
2358
|
.lui-button-icon-only-link,
|
|
2339
2359
|
a.lui-button-icon-only-link {
|
|
2340
|
-
color: #
|
|
2360
|
+
color: #1F69C3;
|
|
2341
2361
|
}
|
|
2342
2362
|
.lui-button.lui-button-sm,
|
|
2343
2363
|
a.lui-button.lui-button-sm {
|
|
@@ -2499,11 +2519,14 @@ a.lui-button + a.lui-button {
|
|
|
2499
2519
|
.lui-button-group .lui-button {
|
|
2500
2520
|
background-color: #fff;
|
|
2501
2521
|
border-radius: 0;
|
|
2502
|
-
border: 1px solid #
|
|
2522
|
+
border: 1px solid #007198;
|
|
2503
2523
|
color: #004b50;
|
|
2504
2524
|
border-left: none;
|
|
2505
2525
|
width: 100%;
|
|
2506
2526
|
}
|
|
2527
|
+
.lui-button-group .lui-button svg * {
|
|
2528
|
+
fill: #007198;
|
|
2529
|
+
}
|
|
2507
2530
|
.lui-button-group .lui-button.lui-button-active {
|
|
2508
2531
|
background-color: #007198;
|
|
2509
2532
|
-moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
|
|
@@ -2512,10 +2535,16 @@ a.lui-button + a.lui-button {
|
|
|
2512
2535
|
color: #ffffff;
|
|
2513
2536
|
text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
|
|
2514
2537
|
}
|
|
2538
|
+
.lui-button-group .lui-button.lui-button-active svg * {
|
|
2539
|
+
fill: #ffffff;
|
|
2540
|
+
}
|
|
2515
2541
|
.lui-button-group .lui-button.lui-button-active:disabled {
|
|
2516
2542
|
background-color: #989189;
|
|
2517
2543
|
color: #ffffff;
|
|
2518
2544
|
}
|
|
2545
|
+
.lui-button-group .lui-button.lui-button-active:disabled.lui-button-icon-only svg * {
|
|
2546
|
+
fill: #ffffff;
|
|
2547
|
+
}
|
|
2519
2548
|
.lui-button-group .lui-button:hover {
|
|
2520
2549
|
background: #007198;
|
|
2521
2550
|
cursor: pointer;
|
|
@@ -2531,6 +2560,12 @@ a.lui-button + a.lui-button {
|
|
|
2531
2560
|
color: #989189;
|
|
2532
2561
|
cursor: not-allowed;
|
|
2533
2562
|
}
|
|
2563
|
+
.lui-button-group .lui-button:disabled.lui-button-icon-only svg * {
|
|
2564
|
+
fill: #989189;
|
|
2565
|
+
}
|
|
2566
|
+
.lui-button-group .lui-button.lui-button-icon-only {
|
|
2567
|
+
width: 100%;
|
|
2568
|
+
}
|
|
2534
2569
|
.lui-button-group--radio {
|
|
2535
2570
|
margin-top: 1.5rem;
|
|
2536
2571
|
}
|
|
@@ -2979,8 +3014,8 @@ a.lui-button + a.lui-button {
|
|
|
2979
3014
|
.LuiDeprecatedForms .lui-input-warning input:not([type=checkbox]):not([type=radio]),
|
|
2980
3015
|
.LuiDeprecatedForms .lui-input-warning textarea,
|
|
2981
3016
|
.LuiDeprecatedForms .lui-input-warning select {
|
|
2982
|
-
border: 0.06rem solid #
|
|
2983
|
-
border-left: 48px solid #
|
|
3017
|
+
border: 0.06rem solid #EA6A2E;
|
|
3018
|
+
border-left: 48px solid #EA6A2E;
|
|
2984
3019
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
|
2985
3020
|
}
|
|
2986
3021
|
.LuiDeprecatedForms .lui-input-warning input:not([type=checkbox]):not([type=radio]):focus,
|
|
@@ -3202,11 +3237,19 @@ table .lui-checkbox-container input {
|
|
|
3202
3237
|
border-radius: 0;
|
|
3203
3238
|
}
|
|
3204
3239
|
.tippy-box > .tippy-content {
|
|
3240
|
+
padding: 5px 9px;
|
|
3205
3241
|
font-size: 12px;
|
|
3206
3242
|
font-family: "Open Sans", system-ui, sans-serif;
|
|
3207
3243
|
font-style: normal;
|
|
3208
3244
|
font-weight: normal;
|
|
3209
3245
|
}
|
|
3246
|
+
.tippy-box > .tippy-content p {
|
|
3247
|
+
font-size: 12px;
|
|
3248
|
+
margin-top: 1em;
|
|
3249
|
+
}
|
|
3250
|
+
.tippy-box > .tippy-content p:first-child {
|
|
3251
|
+
margin-top: 0;
|
|
3252
|
+
}
|
|
3210
3253
|
|
|
3211
3254
|
.tippy-box[data-theme~=default] {
|
|
3212
3255
|
background: #ffffff;
|
|
@@ -3406,6 +3449,15 @@ table .lui-checkbox-container input {
|
|
|
3406
3449
|
.lui-collapse-text *:first-child {
|
|
3407
3450
|
margin-top: 0;
|
|
3408
3451
|
}
|
|
3452
|
+
.lui-accordion-content {
|
|
3453
|
+
height: auto;
|
|
3454
|
+
overflow: hidden;
|
|
3455
|
+
max-height: 9999px;
|
|
3456
|
+
transition: max-height 0.4s cubic-bezier(1, 0, 0, 1);
|
|
3457
|
+
}
|
|
3458
|
+
.lui-accordion-content *:first-child {
|
|
3459
|
+
margin-top: 0;
|
|
3460
|
+
}
|
|
3409
3461
|
|
|
3410
3462
|
.lui-footer {
|
|
3411
3463
|
padding-top: 2rem;
|
|
@@ -3716,6 +3768,275 @@ table .lui-checkbox-container input {
|
|
|
3716
3768
|
color: white;
|
|
3717
3769
|
}
|
|
3718
3770
|
|
|
3771
|
+
.LuiHeaderV2 {
|
|
3772
|
+
background: linear-gradient(70deg, #00425d 12%, #007198 100%);
|
|
3773
|
+
color: #fff;
|
|
3774
|
+
}
|
|
3775
|
+
.LuiHeaderV2:after {
|
|
3776
|
+
width: 100%;
|
|
3777
|
+
content: "";
|
|
3778
|
+
display: block;
|
|
3779
|
+
height: 6px;
|
|
3780
|
+
overflow: hidden;
|
|
3781
|
+
background: linear-gradient(270deg, #00a599 1%, #73cdc8 100%);
|
|
3782
|
+
}
|
|
3783
|
+
.LuiHeaderV2.LuiHeaderV2-transparent {
|
|
3784
|
+
background: transparent;
|
|
3785
|
+
color: #007198;
|
|
3786
|
+
}
|
|
3787
|
+
.LuiHeaderV2.LuiHeaderV2-transparent:after {
|
|
3788
|
+
content: none;
|
|
3789
|
+
}
|
|
3790
|
+
.LuiHeaderV2.LuiHeaderV2-transparent .LuiHeaderV2-menu-item-button-icon {
|
|
3791
|
+
color: #017a76;
|
|
3792
|
+
}
|
|
3793
|
+
|
|
3794
|
+
.LuiHeaderV2-row {
|
|
3795
|
+
display: flex;
|
|
3796
|
+
justify-content: space-between;
|
|
3797
|
+
align-items: center;
|
|
3798
|
+
height: 85px;
|
|
3799
|
+
padding: 0.25rem;
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3802
|
+
.LuiHeaderV2-col {
|
|
3803
|
+
display: flex;
|
|
3804
|
+
align-items: center;
|
|
3805
|
+
flex-wrap: nowrap;
|
|
3806
|
+
flex: 0 1 auto;
|
|
3807
|
+
height: 100%;
|
|
3808
|
+
column-gap: 0.25rem;
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3811
|
+
.LuiHeaderV2-title {
|
|
3812
|
+
white-space: nowrap;
|
|
3813
|
+
padding-right: 0.5rem;
|
|
3814
|
+
padding-left: 0.5rem;
|
|
3815
|
+
vertical-align: middle;
|
|
3816
|
+
}
|
|
3817
|
+
.LuiHeaderV2-title h1 {
|
|
3818
|
+
color: #ffffff;
|
|
3819
|
+
}
|
|
3820
|
+
@media only screen {
|
|
3821
|
+
.LuiHeaderV2-title h1 {
|
|
3822
|
+
display: none;
|
|
3823
|
+
}
|
|
3824
|
+
}
|
|
3825
|
+
@media screen and (min-width: 480px) {
|
|
3826
|
+
.LuiHeaderV2-title h1 {
|
|
3827
|
+
display: block;
|
|
3828
|
+
font-size: 2rem;
|
|
3829
|
+
line-height: 2rem;
|
|
3830
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3831
|
+
font-style: normal;
|
|
3832
|
+
font-weight: 300;
|
|
3833
|
+
margin: 0;
|
|
3834
|
+
}
|
|
3835
|
+
}
|
|
3836
|
+
@media screen and (min-width: 768px) {
|
|
3837
|
+
.LuiHeaderV2-title h1 {
|
|
3838
|
+
font-size: 2.25rem;
|
|
3839
|
+
line-height: 2.25rem;
|
|
3840
|
+
}
|
|
3841
|
+
}
|
|
3842
|
+
|
|
3843
|
+
.LuiHeaderV2-logo {
|
|
3844
|
+
margin-left: 0.5rem;
|
|
3845
|
+
margin-right: 0.5rem;
|
|
3846
|
+
}
|
|
3847
|
+
.LuiHeaderV2-logo a:before {
|
|
3848
|
+
display: none;
|
|
3849
|
+
}
|
|
3850
|
+
@media screen and (min-width: 480px) {
|
|
3851
|
+
.LuiHeaderV2-logo {
|
|
3852
|
+
border-right: 1px solid #00a599;
|
|
3853
|
+
margin-right: 0.5rem;
|
|
3854
|
+
}
|
|
3855
|
+
}
|
|
3856
|
+
.LuiHeaderV2-logo .clickable {
|
|
3857
|
+
cursor: pointer;
|
|
3858
|
+
}
|
|
3859
|
+
|
|
3860
|
+
.LuiHeaderV2-linz-logo {
|
|
3861
|
+
width: 170px;
|
|
3862
|
+
vertical-align: middle;
|
|
3863
|
+
}
|
|
3864
|
+
@media screen and (min-width: 480px) {
|
|
3865
|
+
.LuiHeaderV2-linz-logo {
|
|
3866
|
+
width: 200px;
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
3869
|
+
|
|
3870
|
+
.LuiHeaderV2-small .LuiHeaderV2-row {
|
|
3871
|
+
height: 56px;
|
|
3872
|
+
}
|
|
3873
|
+
.LuiHeaderV2-small .LuiHeaderV2-row .LuiHeaderV2-col .LuiHeaderV2-logo {
|
|
3874
|
+
border: none;
|
|
3875
|
+
}
|
|
3876
|
+
.LuiHeaderV2-small .LuiHeaderV2-row .LuiHeaderV2-col .LuiHeaderV2-linz-motif {
|
|
3877
|
+
height: 32px;
|
|
3878
|
+
width: 32px;
|
|
3879
|
+
vertical-align: middle;
|
|
3880
|
+
}
|
|
3881
|
+
.LuiHeaderV2-small .LuiHeaderV2-row .LuiHeaderV2-col .LuiHeaderV2-title {
|
|
3882
|
+
white-space: nowrap;
|
|
3883
|
+
}
|
|
3884
|
+
.LuiHeaderV2-small .LuiHeaderV2-row .LuiHeaderV2-col .LuiHeaderV2-title h1 {
|
|
3885
|
+
color: #ffffff;
|
|
3886
|
+
font-size: 20px;
|
|
3887
|
+
line-height: 24px;
|
|
3888
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3889
|
+
font-style: normal;
|
|
3890
|
+
font-weight: normal;
|
|
3891
|
+
}
|
|
3892
|
+
.LuiHeaderV2-small:after {
|
|
3893
|
+
content: none;
|
|
3894
|
+
}
|
|
3895
|
+
|
|
3896
|
+
.LuiHeaderV2-sticky {
|
|
3897
|
+
position: fixed;
|
|
3898
|
+
z-index: 50;
|
|
3899
|
+
top: 0;
|
|
3900
|
+
left: 0;
|
|
3901
|
+
width: 100%;
|
|
3902
|
+
}
|
|
3903
|
+
.LuiHeaderV2-sticky + div, .LuiHeaderV2-sticky + main {
|
|
3904
|
+
margin-top: 91px;
|
|
3905
|
+
}
|
|
3906
|
+
@media screen and (min-width: 768px) {
|
|
3907
|
+
.LuiHeaderV2-sticky + div, .LuiHeaderV2-sticky + main {
|
|
3908
|
+
margin-top: 116px;
|
|
3909
|
+
}
|
|
3910
|
+
}
|
|
3911
|
+
.LuiHeaderV2-sticky.LuiHeaderV2-small + div, .LuiHeaderV2-sticky.LuiHeaderV2-small + main {
|
|
3912
|
+
margin-top: 56px;
|
|
3913
|
+
}
|
|
3914
|
+
|
|
3915
|
+
.LuiHeaderV2-non-sticky {
|
|
3916
|
+
width: 100%;
|
|
3917
|
+
}
|
|
3918
|
+
|
|
3919
|
+
.LuiHeaderV2-menu-item {
|
|
3920
|
+
display: flex;
|
|
3921
|
+
flex-direction: column;
|
|
3922
|
+
}
|
|
3923
|
+
.LuiHeaderV2-menu-item .clickable:hover {
|
|
3924
|
+
cursor: pointer;
|
|
3925
|
+
}
|
|
3926
|
+
.LuiHeaderV2-menu-item-button {
|
|
3927
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3928
|
+
font-style: normal;
|
|
3929
|
+
font-weight: 600;
|
|
3930
|
+
position: relative;
|
|
3931
|
+
display: flex;
|
|
3932
|
+
align-items: center;
|
|
3933
|
+
justify-content: center;
|
|
3934
|
+
border-radius: 3px;
|
|
3935
|
+
}
|
|
3936
|
+
.LuiHeaderV2-menu-item-button.selected {
|
|
3937
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
3938
|
+
}
|
|
3939
|
+
.LuiHeaderV2-menu-item-button.unselected:hover {
|
|
3940
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
3941
|
+
}
|
|
3942
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip {
|
|
3943
|
+
display: none;
|
|
3944
|
+
background-color: black;
|
|
3945
|
+
text-align: center;
|
|
3946
|
+
border-radius: 4px;
|
|
3947
|
+
padding: 6px 6px;
|
|
3948
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
3949
|
+
font-style: normal;
|
|
3950
|
+
font-weight: normal;
|
|
3951
|
+
font-size: 14px;
|
|
3952
|
+
white-space: nowrap;
|
|
3953
|
+
position: absolute;
|
|
3954
|
+
top: 60px;
|
|
3955
|
+
z-index: 10;
|
|
3956
|
+
box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
|
|
3957
|
+
border-radius: 3px;
|
|
3958
|
+
}
|
|
3959
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip.dark {
|
|
3960
|
+
color: #f9f9f9;
|
|
3961
|
+
background-color: #2a292c;
|
|
3962
|
+
}
|
|
3963
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip.light {
|
|
3964
|
+
color: #2a292c;
|
|
3965
|
+
background-color: #f9f9f9;
|
|
3966
|
+
}
|
|
3967
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip.left {
|
|
3968
|
+
left: 8px;
|
|
3969
|
+
}
|
|
3970
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip.right {
|
|
3971
|
+
right: 8px;
|
|
3972
|
+
}
|
|
3973
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip::after {
|
|
3974
|
+
content: "";
|
|
3975
|
+
position: absolute;
|
|
3976
|
+
top: -14px;
|
|
3977
|
+
border-width: 8px;
|
|
3978
|
+
border-style: solid;
|
|
3979
|
+
}
|
|
3980
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip.left:after {
|
|
3981
|
+
left: 0;
|
|
3982
|
+
}
|
|
3983
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip.right:after {
|
|
3984
|
+
right: 0;
|
|
3985
|
+
}
|
|
3986
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip.dark::after {
|
|
3987
|
+
border-color: transparent transparent #2a292c transparent;
|
|
3988
|
+
}
|
|
3989
|
+
.LuiHeaderV2-menu-item-button .menu-tooltip.light::after {
|
|
3990
|
+
border-color: transparent transparent #f9f9f9 transparent;
|
|
3991
|
+
}
|
|
3992
|
+
.LuiHeaderV2-menu-item-button:hover .menu-tooltip {
|
|
3993
|
+
display: block;
|
|
3994
|
+
}
|
|
3995
|
+
.LuiHeaderV2-menu-item-button-icon {
|
|
3996
|
+
display: flex;
|
|
3997
|
+
align-items: center;
|
|
3998
|
+
color: #ffffff;
|
|
3999
|
+
cursor: default;
|
|
4000
|
+
user-select: none;
|
|
4001
|
+
width: 3rem;
|
|
4002
|
+
height: 3rem;
|
|
4003
|
+
align-items: center;
|
|
4004
|
+
justify-content: center;
|
|
4005
|
+
}
|
|
4006
|
+
.LuiHeaderV2-menu-item-button-label {
|
|
4007
|
+
text-align: left;
|
|
4008
|
+
white-space: nowrap;
|
|
4009
|
+
padding-right: 0.5rem;
|
|
4010
|
+
}
|
|
4011
|
+
.LuiHeaderV2-menu-item-button-label-only {
|
|
4012
|
+
display: flex;
|
|
4013
|
+
justify-content: center;
|
|
4014
|
+
align-items: center;
|
|
4015
|
+
padding-left: 0.5rem;
|
|
4016
|
+
padding-right: 0.5rem;
|
|
4017
|
+
white-space: nowrap;
|
|
4018
|
+
height: 48px;
|
|
4019
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4020
|
+
font-style: normal;
|
|
4021
|
+
font-weight: 600;
|
|
4022
|
+
font-size: 16px;
|
|
4023
|
+
}
|
|
4024
|
+
.LuiHeaderV2-menu-item-button-badge {
|
|
4025
|
+
position: absolute;
|
|
4026
|
+
display: flex;
|
|
4027
|
+
justify-content: center;
|
|
4028
|
+
align-items: center;
|
|
4029
|
+
top: 4px;
|
|
4030
|
+
left: 25px;
|
|
4031
|
+
width: 20px;
|
|
4032
|
+
height: 20px;
|
|
4033
|
+
font-size: 12px;
|
|
4034
|
+
text-align: center;
|
|
4035
|
+
border-radius: 50%;
|
|
4036
|
+
background: #cc0000;
|
|
4037
|
+
color: white;
|
|
4038
|
+
}
|
|
4039
|
+
|
|
3719
4040
|
.lui-help-section ol.lui-help-numbering {
|
|
3720
4041
|
list-style: none;
|
|
3721
4042
|
margin: 0;
|
|
@@ -3870,20 +4191,202 @@ body.lui-menu-drawer-open {
|
|
|
3870
4191
|
background-color: #eaeaea;
|
|
3871
4192
|
}
|
|
3872
4193
|
|
|
3873
|
-
.
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
margin: 2rem 0;
|
|
3879
|
-
color: #2a292c;
|
|
3880
|
-
background: #eaeaea;
|
|
4194
|
+
body.LuiHeaderMenuV2-drawer-open {
|
|
4195
|
+
overflow-y: hidden;
|
|
4196
|
+
}
|
|
4197
|
+
|
|
4198
|
+
.LuiHeaderMenuV2-drawer-container {
|
|
3881
4199
|
position: relative;
|
|
3882
|
-
border-color: #0aa245;
|
|
3883
|
-
background: #e9fae7;
|
|
3884
4200
|
}
|
|
3885
|
-
.
|
|
3886
|
-
|
|
4201
|
+
.LuiHeaderMenuV2-drawer-container.drawer {
|
|
4202
|
+
right: -0.25rem;
|
|
4203
|
+
}
|
|
4204
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer {
|
|
4205
|
+
text-align: left;
|
|
4206
|
+
background-color: white;
|
|
4207
|
+
color: #2a292c;
|
|
4208
|
+
box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;
|
|
4209
|
+
border-radius: 3px;
|
|
4210
|
+
height: auto;
|
|
4211
|
+
z-index: 900;
|
|
4212
|
+
}
|
|
4213
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.sm {
|
|
4214
|
+
width: 260px;
|
|
4215
|
+
}
|
|
4216
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.md {
|
|
4217
|
+
width: 280px;
|
|
4218
|
+
}
|
|
4219
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.lg {
|
|
4220
|
+
width: 300px;
|
|
4221
|
+
}
|
|
4222
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.xlg {
|
|
4223
|
+
width: 320px;
|
|
4224
|
+
}
|
|
4225
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.dropdown {
|
|
4226
|
+
display: none;
|
|
4227
|
+
position: absolute;
|
|
4228
|
+
right: 0;
|
|
4229
|
+
}
|
|
4230
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.dropdown.open {
|
|
4231
|
+
display: block;
|
|
4232
|
+
}
|
|
4233
|
+
.LuiHeaderV2 .LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer.sticky {
|
|
4234
|
+
position: fixed;
|
|
4235
|
+
top: 91px;
|
|
4236
|
+
}
|
|
4237
|
+
.LuiHeaderV2 .LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer.non-sticky {
|
|
4238
|
+
position: absolute;
|
|
4239
|
+
top: 0.25rem;
|
|
4240
|
+
}
|
|
4241
|
+
.LuiHeaderV2-small .LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer.sticky {
|
|
4242
|
+
position: fixed;
|
|
4243
|
+
top: 56px;
|
|
4244
|
+
}
|
|
4245
|
+
.LuiHeaderV2-small .LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer.non-sticky {
|
|
4246
|
+
position: absolute;
|
|
4247
|
+
top: 0.25rem;
|
|
4248
|
+
}
|
|
4249
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer {
|
|
4250
|
+
transition: right 500ms, visibility 500ms;
|
|
4251
|
+
visibility: hidden;
|
|
4252
|
+
}
|
|
4253
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer.sm {
|
|
4254
|
+
right: -260px;
|
|
4255
|
+
}
|
|
4256
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer.md {
|
|
4257
|
+
right: -280px;
|
|
4258
|
+
}
|
|
4259
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer.lg {
|
|
4260
|
+
right: -300px;
|
|
4261
|
+
}
|
|
4262
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer.xlg {
|
|
4263
|
+
right: -320px;
|
|
4264
|
+
}
|
|
4265
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.drawer.open {
|
|
4266
|
+
right: 0px;
|
|
4267
|
+
visibility: visible;
|
|
4268
|
+
}
|
|
4269
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer-options hr {
|
|
4270
|
+
background-color: #eaeaea;
|
|
4271
|
+
}
|
|
4272
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer-option {
|
|
4273
|
+
display: flex;
|
|
4274
|
+
justify-content: space-between;
|
|
4275
|
+
align-items: center;
|
|
4276
|
+
padding: 12px 16px;
|
|
4277
|
+
}
|
|
4278
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer-option a {
|
|
4279
|
+
text-decoration: none;
|
|
4280
|
+
color: inherit;
|
|
4281
|
+
font-weight: inherit;
|
|
4282
|
+
}
|
|
4283
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer-option:hover {
|
|
4284
|
+
cursor: pointer;
|
|
4285
|
+
background-color: #e2f3f7;
|
|
4286
|
+
}
|
|
4287
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer-option-label {
|
|
4288
|
+
display: flex;
|
|
4289
|
+
align-items: center;
|
|
4290
|
+
}
|
|
4291
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer-option-label .LuiIcon:first-child {
|
|
4292
|
+
margin-right: 10px;
|
|
4293
|
+
}
|
|
4294
|
+
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer-option-badge {
|
|
4295
|
+
display: flex;
|
|
4296
|
+
justify-content: center;
|
|
4297
|
+
align-items: center;
|
|
4298
|
+
margin-left: 10px;
|
|
4299
|
+
}
|
|
4300
|
+
|
|
4301
|
+
.LuiHeaderMenuV2-dropdown-container {
|
|
4302
|
+
position: relative;
|
|
4303
|
+
}
|
|
4304
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown {
|
|
4305
|
+
text-align: left;
|
|
4306
|
+
background-color: white;
|
|
4307
|
+
color: #2a292c;
|
|
4308
|
+
box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;
|
|
4309
|
+
border-radius: 3px;
|
|
4310
|
+
position: absolute;
|
|
4311
|
+
z-index: 900;
|
|
4312
|
+
display: none;
|
|
4313
|
+
}
|
|
4314
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.anchor-horizontal-icon-left {
|
|
4315
|
+
left: 0;
|
|
4316
|
+
}
|
|
4317
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.anchor-horizontal-icon-right {
|
|
4318
|
+
right: 0;
|
|
4319
|
+
}
|
|
4320
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.anchor-horizontal-label-right {
|
|
4321
|
+
right: 0;
|
|
4322
|
+
}
|
|
4323
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.open {
|
|
4324
|
+
display: block;
|
|
4325
|
+
}
|
|
4326
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.dropdown-xxl {
|
|
4327
|
+
width: 400px;
|
|
4328
|
+
}
|
|
4329
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.dropdown-xl {
|
|
4330
|
+
width: 360px;
|
|
4331
|
+
}
|
|
4332
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.dropdown-lg {
|
|
4333
|
+
width: 300px;
|
|
4334
|
+
}
|
|
4335
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.dropdown-md {
|
|
4336
|
+
width: 280px;
|
|
4337
|
+
}
|
|
4338
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.dropdown-sm {
|
|
4339
|
+
width: 240px;
|
|
4340
|
+
}
|
|
4341
|
+
.LuiHeaderMenuV2-dropdown-container .LuiHeaderMenuV2-dropdown.dropdown-xs {
|
|
4342
|
+
width: 160px;
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4345
|
+
.LuiDrawerMenuSectionV2-header {
|
|
4346
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4347
|
+
font-style: normal;
|
|
4348
|
+
font-weight: 600;
|
|
4349
|
+
white-space: nowrap;
|
|
4350
|
+
padding-left: 16px;
|
|
4351
|
+
padding-right: 8px;
|
|
4352
|
+
}
|
|
4353
|
+
.LuiDrawerMenuSectionV2-header .lui-expand-header {
|
|
4354
|
+
padding-top: 8px;
|
|
4355
|
+
padding-bottom: 8px;
|
|
4356
|
+
display: flex;
|
|
4357
|
+
justify-content: flex-start;
|
|
4358
|
+
align-items: center;
|
|
4359
|
+
cursor: revert;
|
|
4360
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
4361
|
+
font-style: normal;
|
|
4362
|
+
font-weight: 600;
|
|
4363
|
+
font-size: 14px;
|
|
4364
|
+
color: #6b6966;
|
|
4365
|
+
line-height: 20px;
|
|
4366
|
+
}
|
|
4367
|
+
.LuiHeaderMenuV2-dropdown .LuiDrawerMenuSectionV2-header {
|
|
4368
|
+
border-radius: 3px;
|
|
4369
|
+
}
|
|
4370
|
+
|
|
4371
|
+
.LuiDrawerMenuDividerV2 {
|
|
4372
|
+
height: 0.25px;
|
|
4373
|
+
background-color: #beb9b4;
|
|
4374
|
+
}
|
|
4375
|
+
|
|
4376
|
+
.lui-msg-success {
|
|
4377
|
+
border-left: 3rem solid #beb9b4;
|
|
4378
|
+
border-radius: 3px;
|
|
4379
|
+
background-clip: padding-box;
|
|
4380
|
+
padding: 0.75rem 3rem 0.75rem 0.75rem;
|
|
4381
|
+
margin: 2rem 0;
|
|
4382
|
+
color: #2a292c;
|
|
4383
|
+
background: #eaeaea;
|
|
4384
|
+
position: relative;
|
|
4385
|
+
border-color: #0aa245;
|
|
4386
|
+
background: #e9fae7;
|
|
4387
|
+
}
|
|
4388
|
+
.lui-msg-success p {
|
|
4389
|
+
margin: 0;
|
|
3887
4390
|
font-family: "Open Sans", system-ui, sans-serif;
|
|
3888
4391
|
font-style: normal;
|
|
3889
4392
|
font-weight: normal;
|
|
@@ -3922,7 +4425,7 @@ body.lui-menu-drawer-open {
|
|
|
3922
4425
|
background: #eaeaea;
|
|
3923
4426
|
position: relative;
|
|
3924
4427
|
background: #d8e5f9;
|
|
3925
|
-
border-color: #
|
|
4428
|
+
border-color: #3A7CDF;
|
|
3926
4429
|
}
|
|
3927
4430
|
.lui-msg-info p {
|
|
3928
4431
|
margin: 0;
|
|
@@ -3964,7 +4467,7 @@ body.lui-menu-drawer-open {
|
|
|
3964
4467
|
background: #eaeaea;
|
|
3965
4468
|
position: relative;
|
|
3966
4469
|
background: #fbdfd2;
|
|
3967
|
-
border-color: #
|
|
4470
|
+
border-color: #EA6A2E;
|
|
3968
4471
|
}
|
|
3969
4472
|
.lui-msg-warning p {
|
|
3970
4473
|
margin: 0;
|
|
@@ -4006,7 +4509,7 @@ body.lui-menu-drawer-open {
|
|
|
4006
4509
|
background: #eaeaea;
|
|
4007
4510
|
position: relative;
|
|
4008
4511
|
border-color: #cc0000;
|
|
4009
|
-
background: #
|
|
4512
|
+
background: #F5CCCC;
|
|
4010
4513
|
}
|
|
4011
4514
|
.lui-msg-error p {
|
|
4012
4515
|
margin: 0;
|
|
@@ -4211,11 +4714,11 @@ body.lui-menu-drawer-open {
|
|
|
4211
4714
|
border-width: 3rem;
|
|
4212
4715
|
}
|
|
4213
4716
|
.lui-modal-info {
|
|
4214
|
-
border-color: #
|
|
4717
|
+
border-color: #3A7CDF;
|
|
4215
4718
|
border-width: 3rem;
|
|
4216
4719
|
}
|
|
4217
4720
|
.lui-modal-warning {
|
|
4218
|
-
border-color: #
|
|
4721
|
+
border-color: #EA6A2E;
|
|
4219
4722
|
border-width: 3rem;
|
|
4220
4723
|
}
|
|
4221
4724
|
.lui-modal-error {
|
|
@@ -4230,39 +4733,20 @@ body.lui-menu-drawer-open {
|
|
|
4230
4733
|
padding: 0;
|
|
4231
4734
|
}
|
|
4232
4735
|
.lui-modal-header {
|
|
4233
|
-
background: linear-gradient(70deg, #00425d 12%, #007198 100%);
|
|
4234
|
-
color: #fff;
|
|
4235
4736
|
color: #ffffff;
|
|
4236
4737
|
}
|
|
4237
|
-
.lui-modal-header:after {
|
|
4238
|
-
width: 100%;
|
|
4239
|
-
content: "";
|
|
4240
|
-
display: block;
|
|
4241
|
-
height: 5px;
|
|
4242
|
-
overflow: hidden;
|
|
4243
|
-
background: linear-gradient(270deg, #00a599 1%, #73cdc8 100%);
|
|
4244
|
-
}
|
|
4245
|
-
.lui-modal-header.lui-header-transparent {
|
|
4246
|
-
background: transparent;
|
|
4247
|
-
color: #007198;
|
|
4248
|
-
}
|
|
4249
|
-
.lui-modal-header.lui-header-transparent:after {
|
|
4250
|
-
content: none;
|
|
4251
|
-
}
|
|
4252
|
-
.lui-modal-header.lui-header-transparent .lui-header-menu-icon {
|
|
4253
|
-
color: #017a76;
|
|
4254
|
-
}
|
|
4255
4738
|
.lui-modal-header-title {
|
|
4256
4739
|
display: flex;
|
|
4257
4740
|
justify-content: space-between;
|
|
4258
4741
|
align-items: center;
|
|
4259
|
-
height:
|
|
4742
|
+
height: 60px;
|
|
4260
4743
|
width: 100%;
|
|
4261
|
-
padding: 0
|
|
4744
|
+
padding: 0 1.5rem;
|
|
4262
4745
|
}
|
|
4263
4746
|
.lui-modal-header-title h1 {
|
|
4264
4747
|
display: inline;
|
|
4265
|
-
font-size:
|
|
4748
|
+
font-size: 1.625rem;
|
|
4749
|
+
font-weight: 400;
|
|
4266
4750
|
line-height: 2rem;
|
|
4267
4751
|
font-family: "Open Sans", system-ui, sans-serif;
|
|
4268
4752
|
font-style: normal;
|
|
@@ -4271,8 +4755,9 @@ body.lui-menu-drawer-open {
|
|
|
4271
4755
|
}
|
|
4272
4756
|
@media screen and (min-width: 768px) {
|
|
4273
4757
|
.lui-modal-header-title h1 {
|
|
4274
|
-
font-size:
|
|
4758
|
+
font-size: 1.625rem;
|
|
4275
4759
|
line-height: 2.25rem;
|
|
4760
|
+
font-weight: 400;
|
|
4276
4761
|
}
|
|
4277
4762
|
}
|
|
4278
4763
|
.lui-modal-header-title button {
|
|
@@ -4281,9 +4766,8 @@ body.lui-menu-drawer-open {
|
|
|
4281
4766
|
.lui-modal-header-title button i {
|
|
4282
4767
|
vertical-align: middle;
|
|
4283
4768
|
}
|
|
4284
|
-
.lui-modal-header-close-btn {
|
|
4769
|
+
.lui-modal-header-help-btn, .lui-modal-header-close-btn {
|
|
4285
4770
|
border-bottom: none !important;
|
|
4286
|
-
color: rgba(255, 255, 255, 0.7);
|
|
4287
4771
|
border: none;
|
|
4288
4772
|
outline: none;
|
|
4289
4773
|
padding: 0;
|
|
@@ -4295,6 +4779,40 @@ body.lui-menu-drawer-open {
|
|
|
4295
4779
|
.lui-modal-header-btn-size {
|
|
4296
4780
|
font-size: 2rem;
|
|
4297
4781
|
}
|
|
4782
|
+
.lui-modal-header-default {
|
|
4783
|
+
background: linear-gradient(70deg, #00425d 12%, #007198 100%);
|
|
4784
|
+
color: #fff;
|
|
4785
|
+
}
|
|
4786
|
+
.lui-modal-header-default:after {
|
|
4787
|
+
width: 100%;
|
|
4788
|
+
content: "";
|
|
4789
|
+
display: block;
|
|
4790
|
+
height: 5px;
|
|
4791
|
+
overflow: hidden;
|
|
4792
|
+
background: linear-gradient(270deg, #00a599 1%, #73cdc8 100%);
|
|
4793
|
+
}
|
|
4794
|
+
.lui-modal-header-default.lui-header-transparent {
|
|
4795
|
+
background: transparent;
|
|
4796
|
+
color: #007198;
|
|
4797
|
+
}
|
|
4798
|
+
.lui-modal-header-default.lui-header-transparent:after {
|
|
4799
|
+
content: none;
|
|
4800
|
+
}
|
|
4801
|
+
.lui-modal-header-default.lui-header-transparent .lui-header-menu-icon {
|
|
4802
|
+
color: #017a76;
|
|
4803
|
+
}
|
|
4804
|
+
.lui-modal-header-default h1 {
|
|
4805
|
+
color: #ffffff;
|
|
4806
|
+
}
|
|
4807
|
+
.lui-modal-header-default path {
|
|
4808
|
+
fill: rgba(255, 255, 255, 0.7);
|
|
4809
|
+
}
|
|
4810
|
+
.lui-modal-header-light h1 {
|
|
4811
|
+
color: #017a76;
|
|
4812
|
+
}
|
|
4813
|
+
.lui-modal-header-light path {
|
|
4814
|
+
fill: #989189;
|
|
4815
|
+
}
|
|
4298
4816
|
.lui-modal-container {
|
|
4299
4817
|
margin: 2rem;
|
|
4300
4818
|
}
|
|
@@ -4305,8 +4823,77 @@ body.lui-menu-drawer-open {
|
|
|
4305
4823
|
justify-content: center;
|
|
4306
4824
|
}
|
|
4307
4825
|
|
|
4308
|
-
.lui-modal-header-
|
|
4309
|
-
|
|
4826
|
+
.lui-modal-header-buttons {
|
|
4827
|
+
padding-left: 12px;
|
|
4828
|
+
display: flex;
|
|
4829
|
+
}
|
|
4830
|
+
.lui-modal-header-buttons button {
|
|
4831
|
+
padding-left: 8px;
|
|
4832
|
+
padding-right: 0px;
|
|
4833
|
+
float: none;
|
|
4834
|
+
display: flex;
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4837
|
+
.lui-splash-content {
|
|
4838
|
+
display: flex;
|
|
4839
|
+
justify-content: center;
|
|
4840
|
+
align-items: center;
|
|
4841
|
+
width: fit-content;
|
|
4842
|
+
overflow: auto;
|
|
4843
|
+
WebkitOverflowScrolling: touch;
|
|
4844
|
+
border-radius: 9px;
|
|
4845
|
+
margin: 0 0.75rem;
|
|
4846
|
+
outline: none;
|
|
4847
|
+
}
|
|
4848
|
+
.lui-splash-content .lui-feature-header {
|
|
4849
|
+
margin: 24px 24px 0 24px;
|
|
4850
|
+
}
|
|
4851
|
+
.lui-splash-content .lui-feature-header .lui-feature-title-wrapper {
|
|
4852
|
+
display: flex;
|
|
4853
|
+
align-items: center;
|
|
4854
|
+
}
|
|
4855
|
+
.lui-splash-content .lui-feature-header .lui-feature-title-wrapper h1 {
|
|
4856
|
+
font-size: 1.625rem;
|
|
4857
|
+
font-weight: 400;
|
|
4858
|
+
text-shadow: none;
|
|
4859
|
+
}
|
|
4860
|
+
.lui-splash-content .lui-feature-header .lui-feature-title-wrapper .lui-feature-title-icon {
|
|
4861
|
+
margin-right: 8px;
|
|
4862
|
+
}
|
|
4863
|
+
.lui-splash-content .lui-feature-header .lui-feature-title-wrapper .lui-feature-title-icon path {
|
|
4864
|
+
fill: #ffffff;
|
|
4865
|
+
}
|
|
4866
|
+
.lui-splash-content .lui-feature-img {
|
|
4867
|
+
padding: 12px 24px 0 24px;
|
|
4868
|
+
border-bottom: 1px solid #DAD7D6;
|
|
4869
|
+
}
|
|
4870
|
+
.lui-splash-content .lui-feature-text {
|
|
4871
|
+
padding: 24px;
|
|
4872
|
+
}
|
|
4873
|
+
.lui-splash-content .lui-feature-text h2:first-of-type,
|
|
4874
|
+
.lui-splash-content .lui-feature-text h3:first-of-type,
|
|
4875
|
+
.lui-splash-content .lui-feature-text h4:first-of-type {
|
|
4876
|
+
margin-top: 0;
|
|
4877
|
+
}
|
|
4878
|
+
.lui-splash-content .lui-feature-text p {
|
|
4879
|
+
font-weight: 400;
|
|
4880
|
+
margin-top: 1rem;
|
|
4881
|
+
}
|
|
4882
|
+
.lui-splash-content .lui-feature-text p:first-of-type {
|
|
4883
|
+
margin-top: 0.5rem;
|
|
4884
|
+
}
|
|
4885
|
+
|
|
4886
|
+
.splash_overlay {
|
|
4887
|
+
position: fixed;
|
|
4888
|
+
top: 0;
|
|
4889
|
+
left: 0;
|
|
4890
|
+
right: 0;
|
|
4891
|
+
bottom: 0;
|
|
4892
|
+
background: rgba(0, 0, 0, 0.6);
|
|
4893
|
+
display: flex;
|
|
4894
|
+
justify-content: center;
|
|
4895
|
+
align-items: center;
|
|
4896
|
+
z-index: 1000;
|
|
4310
4897
|
}
|
|
4311
4898
|
|
|
4312
4899
|
.MuiDrawer-paper {
|
|
@@ -4587,7 +5174,8 @@ body.lui-menu-drawer-open {
|
|
|
4587
5174
|
}
|
|
4588
5175
|
|
|
4589
5176
|
.LuiCheckboxInput-group {
|
|
4590
|
-
display: block;
|
|
5177
|
+
display: inline-block;
|
|
5178
|
+
line-height: 28px;
|
|
4591
5179
|
user-select: none;
|
|
4592
5180
|
cursor: pointer;
|
|
4593
5181
|
}
|
|
@@ -4824,14 +5412,14 @@ body.lui-menu-drawer-open {
|
|
|
4824
5412
|
}
|
|
4825
5413
|
|
|
4826
5414
|
.LuiRadioInput--hasWarning .LuiRadioInput-label:before {
|
|
4827
|
-
border-color: #
|
|
5415
|
+
border-color: #EA6A2E;
|
|
4828
5416
|
}
|
|
4829
5417
|
|
|
4830
5418
|
.LuiRadioInput-label--hasWarning:before {
|
|
4831
|
-
border-color: #
|
|
5419
|
+
border-color: #EA6A2E;
|
|
4832
5420
|
}
|
|
4833
5421
|
.LuiRadioInput-label--hasWarning:after {
|
|
4834
|
-
background-color: #
|
|
5422
|
+
background-color: #EA6A2E;
|
|
4835
5423
|
}
|
|
4836
5424
|
|
|
4837
5425
|
.LuiSelect-label {
|
|
@@ -5000,13 +5588,10 @@ body.lui-menu-drawer-open {
|
|
|
5000
5588
|
.LuiTextAreaInput textarea {
|
|
5001
5589
|
display: block;
|
|
5002
5590
|
}
|
|
5003
|
-
.LuiTextAreaInput.hasError
|
|
5004
|
-
border: 1px solid #cc0000;
|
|
5005
|
-
}
|
|
5006
|
-
.LuiTextAreaInput.hasError .LuiTextAreaInput-wrapper {
|
|
5591
|
+
.LuiTextAreaInput.hasError .LuiTextAreaInput-wrapper, .LuiTextAreaInput.hasWarning .LuiTextAreaInput-wrapper {
|
|
5007
5592
|
position: relative;
|
|
5008
5593
|
}
|
|
5009
|
-
.LuiTextAreaInput.hasError .LuiTextAreaInput-wrapper:before {
|
|
5594
|
+
.LuiTextAreaInput.hasError .LuiTextAreaInput-wrapper:before, .LuiTextAreaInput.hasWarning .LuiTextAreaInput-wrapper:before {
|
|
5010
5595
|
content: "";
|
|
5011
5596
|
display: block;
|
|
5012
5597
|
position: absolute;
|
|
@@ -5017,6 +5602,18 @@ body.lui-menu-drawer-open {
|
|
|
5017
5602
|
background-color: #cc0000;
|
|
5018
5603
|
border-radius: 3px 0 0 3px;
|
|
5019
5604
|
}
|
|
5605
|
+
.LuiTextAreaInput.hasError textarea {
|
|
5606
|
+
border: 1px solid #cc0000;
|
|
5607
|
+
}
|
|
5608
|
+
.LuiTextAreaInput.hasError .LuiTextAreaInput-wrapper:before {
|
|
5609
|
+
background-color: #cc0000;
|
|
5610
|
+
}
|
|
5611
|
+
.LuiTextAreaInput.hasWarning textarea {
|
|
5612
|
+
border: 1px solid #EA6A2E;
|
|
5613
|
+
}
|
|
5614
|
+
.LuiTextAreaInput.hasWarning .LuiTextAreaInput-wrapper:before {
|
|
5615
|
+
background-color: #EA6A2E;
|
|
5616
|
+
}
|
|
5020
5617
|
.LuiTextAreaInput.isDisabled textarea {
|
|
5021
5618
|
border-color: #beb9b4;
|
|
5022
5619
|
background-color: #eaeaea;
|
|
@@ -5034,10 +5631,9 @@ body.lui-menu-drawer-open {
|
|
|
5034
5631
|
position: relative;
|
|
5035
5632
|
}
|
|
5036
5633
|
|
|
5037
|
-
.LuiTextAreaInput-error {
|
|
5634
|
+
.LuiTextAreaInput-error, .LuiTextAreaInput-warning {
|
|
5038
5635
|
position: relative;
|
|
5039
5636
|
display: flex;
|
|
5040
|
-
color: #cc0000;
|
|
5041
5637
|
font-family: "Open Sans", system-ui, sans-serif;
|
|
5042
5638
|
font-style: normal;
|
|
5043
5639
|
font-weight: 600;
|
|
@@ -5048,7 +5644,11 @@ body.lui-menu-drawer-open {
|
|
|
5048
5644
|
margin-top: 0.25rem;
|
|
5049
5645
|
}
|
|
5050
5646
|
|
|
5051
|
-
.LuiTextAreaInput-error
|
|
5647
|
+
.LuiTextAreaInput-error {
|
|
5648
|
+
color: #cc0000;
|
|
5649
|
+
}
|
|
5650
|
+
|
|
5651
|
+
.LuiTextAreaInput-error-icon, .LuiTextAreaInput-warning-icon {
|
|
5052
5652
|
position: absolute;
|
|
5053
5653
|
left: 0;
|
|
5054
5654
|
top: 2px;
|
|
@@ -5096,8 +5696,12 @@ body.lui-menu-drawer-open {
|
|
|
5096
5696
|
box-shadow: -8px 0px 0 0 #cc0000;
|
|
5097
5697
|
border-radius: 4px;
|
|
5098
5698
|
}
|
|
5699
|
+
.LuiTextInput-inputWrapper:has(input:invalid:not(:focus)) {
|
|
5700
|
+
box-shadow: -8px 0px 0 0 #cc0000;
|
|
5701
|
+
border-radius: 4px;
|
|
5702
|
+
}
|
|
5099
5703
|
.hasWarning .LuiTextInput-inputWrapper {
|
|
5100
|
-
box-shadow: -8px 0px 0 0 #
|
|
5704
|
+
box-shadow: -8px 0px 0 0 #EA6A2E;
|
|
5101
5705
|
border-radius: 4px;
|
|
5102
5706
|
}
|
|
5103
5707
|
|
|
@@ -5154,13 +5758,27 @@ body.lui-menu-drawer-open {
|
|
|
5154
5758
|
border-color: #cc0000;
|
|
5155
5759
|
}
|
|
5156
5760
|
.hasWarning .LuiTextInput-input {
|
|
5157
|
-
border-color: #
|
|
5761
|
+
border-color: #EA6A2E;
|
|
5158
5762
|
}
|
|
5159
|
-
.isDisabled .LuiTextInput-input {
|
|
5763
|
+
.isDisabled .LuiTextInput-input, .LuiTextInput-input:disabled {
|
|
5160
5764
|
border-color: #beb9b4;
|
|
5161
5765
|
background-color: #eaeaea;
|
|
5162
5766
|
cursor: not-allowed;
|
|
5163
5767
|
}
|
|
5768
|
+
.LuiTextInput-input[type=date] {
|
|
5769
|
+
padding-right: 0.75rem;
|
|
5770
|
+
}
|
|
5771
|
+
.LuiTextInput-input:invalid:not(:focus) {
|
|
5772
|
+
border-color: #cc0000;
|
|
5773
|
+
}
|
|
5774
|
+
|
|
5775
|
+
.LuiTextInput-sm {
|
|
5776
|
+
height: 2rem;
|
|
5777
|
+
padding-top: 0.5rem;
|
|
5778
|
+
padding-right: 0.75rem;
|
|
5779
|
+
padding-bottom: 0.5rem;
|
|
5780
|
+
padding-left: 0.75rem;
|
|
5781
|
+
}
|
|
5164
5782
|
|
|
5165
5783
|
.LuiTextInput-iconPosition {
|
|
5166
5784
|
position: absolute;
|
|
@@ -5178,7 +5796,8 @@ body.lui-menu-drawer-open {
|
|
|
5178
5796
|
background-size: 16px 21px;
|
|
5179
5797
|
}
|
|
5180
5798
|
|
|
5181
|
-
.LuiTextInput-error,
|
|
5799
|
+
.LuiTextInput-error,
|
|
5800
|
+
.LuiTextInput-warning {
|
|
5182
5801
|
font-family: "Open Sans", system-ui, sans-serif;
|
|
5183
5802
|
font-style: normal;
|
|
5184
5803
|
font-weight: 600;
|
|
@@ -5195,7 +5814,8 @@ body.lui-menu-drawer-open {
|
|
|
5195
5814
|
color: #cc0000;
|
|
5196
5815
|
}
|
|
5197
5816
|
|
|
5198
|
-
.LuiTextInput-error-icon,
|
|
5817
|
+
.LuiTextInput-error-icon,
|
|
5818
|
+
.LuiTextInput-warning-icon {
|
|
5199
5819
|
position: absolute;
|
|
5200
5820
|
left: 0;
|
|
5201
5821
|
top: 2px;
|
|
@@ -5534,7 +6154,7 @@ body.lui-menu-drawer-open {
|
|
|
5534
6154
|
padding-top: 8px;
|
|
5535
6155
|
}
|
|
5536
6156
|
.LuiFileInputBox-upload-text span {
|
|
5537
|
-
color: #
|
|
6157
|
+
color: #3A7CDF;
|
|
5538
6158
|
font-weight: 600;
|
|
5539
6159
|
}
|
|
5540
6160
|
|
|
@@ -5607,12 +6227,18 @@ body.lui-menu-drawer-open {
|
|
|
5607
6227
|
}
|
|
5608
6228
|
|
|
5609
6229
|
.LuiShadow {
|
|
5610
|
-
box-shadow:
|
|
6230
|
+
box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
|
|
5611
6231
|
border-radius: 5px;
|
|
5612
6232
|
padding: 1.5rem;
|
|
5613
6233
|
margin-top: 0.75rem;
|
|
5614
6234
|
background-color: #ffffff;
|
|
5615
6235
|
}
|
|
6236
|
+
.LuiShadow--md {
|
|
6237
|
+
box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;
|
|
6238
|
+
}
|
|
6239
|
+
.LuiShadow--lg {
|
|
6240
|
+
box-shadow: 0px 3px 12px 0px #00000026, 0px 12px 18px 4px #00000040;
|
|
6241
|
+
}
|
|
5616
6242
|
|
|
5617
6243
|
.LuiBadge {
|
|
5618
6244
|
font-family: "Open Sans", system-ui, sans-serif;
|
|
@@ -5650,9 +6276,29 @@ body.lui-menu-drawer-open {
|
|
|
5650
6276
|
background: #ffffff;
|
|
5651
6277
|
}
|
|
5652
6278
|
|
|
5653
|
-
.LuiBadge--warning {
|
|
5654
|
-
border-color: #
|
|
5655
|
-
color: #
|
|
6279
|
+
.LuiBadge--variation-warning {
|
|
6280
|
+
border-color: #EA6A2E;
|
|
6281
|
+
color: #EA6A2E;
|
|
6282
|
+
}
|
|
6283
|
+
|
|
6284
|
+
.LuiBadge--variation-info {
|
|
6285
|
+
border-color: #3A7CDF;
|
|
6286
|
+
color: #3A7CDF;
|
|
6287
|
+
}
|
|
6288
|
+
|
|
6289
|
+
.LuiBadge--variation-warning.LuiBadge--fill-color {
|
|
6290
|
+
background-color: #EA6A2E;
|
|
6291
|
+
color: #ffffff;
|
|
6292
|
+
}
|
|
6293
|
+
|
|
6294
|
+
.LuiBadge--variation-info.LuiBadge--fill-color {
|
|
6295
|
+
background-color: #3A7CDF;
|
|
6296
|
+
color: #ffffff;
|
|
6297
|
+
}
|
|
6298
|
+
|
|
6299
|
+
.LuiBadge--variation-default.LuiBadge--fill-color {
|
|
6300
|
+
background-color: #6b6966;
|
|
6301
|
+
color: #ffffff;
|
|
5656
6302
|
}
|
|
5657
6303
|
|
|
5658
6304
|
.LuiAccordicardStatic {
|
|
@@ -5669,7 +6315,7 @@ body.lui-menu-drawer-open {
|
|
|
5669
6315
|
box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
|
|
5670
6316
|
}
|
|
5671
6317
|
.LuiAccordicardStatic--warning {
|
|
5672
|
-
border: 1px solid #
|
|
6318
|
+
border: 1px solid #EA6A2E;
|
|
5673
6319
|
display: grid;
|
|
5674
6320
|
grid-template-columns: 32px 1fr;
|
|
5675
6321
|
grid-template-areas: "sidebar header" "sidebar content";
|
|
@@ -5689,7 +6335,7 @@ body.lui-menu-drawer-open {
|
|
|
5689
6335
|
|
|
5690
6336
|
.LuiAccordicardStatic-sideBar {
|
|
5691
6337
|
grid-area: sidebar;
|
|
5692
|
-
background-color: #
|
|
6338
|
+
background-color: #EA6A2E;
|
|
5693
6339
|
position: relative;
|
|
5694
6340
|
}
|
|
5695
6341
|
|
|
@@ -5765,7 +6411,7 @@ body.lui-menu-drawer-open {
|
|
|
5765
6411
|
box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
|
|
5766
6412
|
}
|
|
5767
6413
|
.LuiAccordicard--warning {
|
|
5768
|
-
border: 1px solid #
|
|
6414
|
+
border: 1px solid #EA6A2E;
|
|
5769
6415
|
display: grid;
|
|
5770
6416
|
grid-template-columns: 32px 1fr;
|
|
5771
6417
|
grid-template-areas: "sidebar header" "sidebar content";
|
|
@@ -5785,7 +6431,7 @@ body.lui-menu-drawer-open {
|
|
|
5785
6431
|
|
|
5786
6432
|
.LuiAccordicard-sideBar {
|
|
5787
6433
|
grid-area: sidebar;
|
|
5788
|
-
background-color: #
|
|
6434
|
+
background-color: #EA6A2E;
|
|
5789
6435
|
position: relative;
|
|
5790
6436
|
}
|
|
5791
6437
|
|
|
@@ -5936,6 +6582,30 @@ body.lui-menu-drawer-open {
|
|
|
5936
6582
|
right: -0.25rem;
|
|
5937
6583
|
}
|
|
5938
6584
|
|
|
6585
|
+
.luiSidePanel {
|
|
6586
|
+
position: fixed;
|
|
6587
|
+
right: 0;
|
|
6588
|
+
bottom: 0;
|
|
6589
|
+
background: white;
|
|
6590
|
+
transition: width 0.2s ease;
|
|
6591
|
+
box-shadow: 0px 3px 12px 0px #00000026, 0px 12px 18px 4px #00000040;
|
|
6592
|
+
padding: 0;
|
|
6593
|
+
z-index: 3;
|
|
6594
|
+
overflow: auto;
|
|
6595
|
+
}
|
|
6596
|
+
|
|
6597
|
+
.luiSidePanel-CloseBtn {
|
|
6598
|
+
position: absolute;
|
|
6599
|
+
right: 0;
|
|
6600
|
+
top: 0.5rem;
|
|
6601
|
+
background-color: transparent;
|
|
6602
|
+
border: none;
|
|
6603
|
+
border-bottom-left-radius: 5px;
|
|
6604
|
+
}
|
|
6605
|
+
.luiSidePanel-CloseBtn:hover {
|
|
6606
|
+
cursor: pointer;
|
|
6607
|
+
}
|
|
6608
|
+
|
|
5939
6609
|
.LuiTab {
|
|
5940
6610
|
background: transparent;
|
|
5941
6611
|
border-radius: 0;
|
|
@@ -6053,7 +6723,7 @@ body.lui-menu-drawer-open {
|
|
|
6053
6723
|
}
|
|
6054
6724
|
|
|
6055
6725
|
.LuiIcon--warning {
|
|
6056
|
-
fill: #
|
|
6726
|
+
fill: #EA6A2E;
|
|
6057
6727
|
}
|
|
6058
6728
|
|
|
6059
6729
|
.LuiIcon--error {
|