@linzjs/lui 10.11.3 → 10.11.4

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 (46) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +5 -4
  3. package/dist/components/LuiTabs/LuiTab/LuiTab.d.ts +11 -0
  4. package/dist/components/LuiTabs/LuiTabs.d.ts +1 -21
  5. package/dist/components/LuiTabs/LuiTabsGroup/LuiTabsGroup.d.ts +6 -0
  6. package/dist/components/LuiTabs/LuiTabsPanel/LuiTabsPanel.d.ts +7 -0
  7. package/dist/components/LuiTabs/LuiTabsPanelSwitch/LuiTabsPanelSwitch.d.ts +7 -0
  8. package/dist/index.d.ts +5 -1
  9. package/dist/lui.cjs.development.js +57 -46
  10. package/dist/lui.cjs.development.js.map +1 -1
  11. package/dist/lui.cjs.production.min.js +1 -1
  12. package/dist/lui.cjs.production.min.js.map +1 -1
  13. package/dist/lui.css +175 -215
  14. package/dist/lui.css.map +1 -1
  15. package/dist/lui.esm.js +55 -44
  16. package/dist/lui.esm.js.map +1 -1
  17. package/dist/scss/Components/Footer/footer.scss +5 -5
  18. package/dist/scss/Components/Header/header.scss +1 -1
  19. package/dist/scss/Components/HelpSection/help-section.scss +1 -1
  20. package/dist/scss/Components/LOLCommonMenu/LOLAuthorisedLink.scss +4 -4
  21. package/dist/scss/Components/LOLCommonMenu/LOLFirmSwitcherMenu.scss +2 -2
  22. package/dist/scss/Components/LOLCommonMenu/LOLUserLastLogin.scss +1 -1
  23. package/dist/scss/Components/LuiFormElements/LuiFileInputBox.scss +2 -3
  24. package/dist/scss/Components/LuiTabs/LuiTabs.scss +0 -58
  25. package/dist/scss/Components/Menu/menu.scss +7 -7
  26. package/dist/scss/Components/Messaging/messaging.scss +5 -5
  27. package/dist/scss/Components/Modal/modal.scss +3 -3
  28. package/dist/scss/Components/Notifications/notifications.scss +2 -2
  29. package/dist/scss/Elements/Buttons/buttons.scss +38 -38
  30. package/dist/scss/Elements/Forms/FormComponents/Inputs.scss +2 -2
  31. package/dist/scss/Elements/Forms/FormComponents/RadiosCheckboxes.scss +3 -3
  32. package/dist/scss/Elements/Icons/icons.scss +1 -1
  33. package/dist/scss/Elements/Tables/tables.scss +8 -8
  34. package/dist/scss/Foundation/Utilities/Borders.scss +1 -1
  35. package/dist/scss/Foundation/Utilities/LuiStandardHeaderBackground.scss +2 -2
  36. package/dist/scss/Foundation/Variables/FormVars.scss +1 -1
  37. package/dist/scss/Foundation/Variables/_ExportCSS.scss +87 -59
  38. package/dist/scss/Foundation/Variables/_ExportColors.scss +52 -51
  39. package/dist/scss/Foundation/Variables/_LuiColors.scss +112 -124
  40. package/dist/scss/Global/GenericElements/Link.scss +3 -3
  41. package/dist/scss/Global/GenericElements/Todo.scss +1 -1
  42. package/dist/scss/Global/GenericElements/Typography.scss +2 -2
  43. package/dist/scss/Global/Layout/Layout.scss +3 -3
  44. package/dist/scss/Vendor/print.scss +2 -2
  45. package/dist/scss/base.scss +0 -1
  46. package/package.json +1 -1
package/dist/lui.css CHANGED
@@ -140,51 +140,51 @@ textarea {
140
140
  }
141
141
 
142
142
  :root {
143
- --color-grey-80: #414042;
144
- --color-grey-60: #55504b;
145
- --color-grey-30: #989189;
146
- --color-grey-20: #beb9b4;
147
- --color-grey-10: #eaeaea;
148
- --color-grey-05: #f9f9f9;
149
- --color-blue-100: #00425d;
150
- --color-blue-75: #007198;
151
- --color-blue-50: #0096cc;
152
- --color-blue-25: #73c8e1;
153
- --color-blue-05: #e2f3f7;
154
- --color-teal-100: #004b50;
155
- --color-teal-75: #017a76;
156
- --color-teal-50: #00a599;
157
- --color-teal-25: #73cdc8;
158
- --color-teal-05: #dcf5f0;
159
- --color-green-100: #004e32;
160
- --color-green-75: #08814d;
161
- --color-green-50: #0aa245;
162
- --color-green-25: #9bd79b;
163
- --color-green-05: #e9fae7;
164
- --brand-primary: #00425d;
143
+ --grey-80: #2a292c;
144
+ --grey-60: #6b6966;
145
+ --$gray: #989189;
146
+ --grey-20: #beb9b4;
147
+ --grey-10: #eaeaea;
148
+ --grey-05: #f9f9f9;
149
+ --teal: #00425d;
150
+ --sea: #007198;
151
+ --electric: #0096cc;
152
+ --spray: #73c8e1;
153
+ --polar: #e2f3f7;
154
+ --sherpa: #004b50;
155
+ --surfie: #017a76;
156
+ --persian: #00a599;
157
+ --downy: #73cdc8;
158
+ --iceberg: #dcf5f0;
159
+ --sacramento: #004e32;
160
+ --salem: #08814d;
161
+ --pigment: #0aa245;
162
+ --granny: #9bd79b;
163
+ --panache: #e9fae7;
164
+ --brand-primary: #004b50;
165
165
  --brand-secondary: #017a76;
166
- --color-success: #0aa245;
167
- --color-success-bg: #e9fae7;
168
- --color-info: #3a7cdf;
169
- --color-info-bg: #d8e5f9;
170
- --color-warning: #ea6a2e;
171
- --color-warning-bg: #fbdfd2;
172
- --color-error: #cc0000;
173
- --color-error-focus: #5a0000;
174
- --color-error-bg: #f5cccc;
175
- --color-visited: #4c2c92;
176
- --color-green-hover: #205f12;
177
- --color-green-active: #16430c;
178
- --color-green-btn: #2e881a;
179
- --color-txt-link: #1f69c3;
180
- --color-primary-hover-btn: #004e6a;
166
+ --success: #0aa245;
167
+ --success-bg: #e9fae7;
168
+ --info: #3a7cdf;
169
+ --info-bg: #d8e5f9;
170
+ --warning: #ea6a2e;
171
+ --warning-bg: #fbdfd2;
172
+ --error: #cc0000;
173
+ --error-focus: #5a0000;
174
+ --error-bg: #f5cccc;
175
+ --visited: #00425d;
176
+ --green-hover: #08814d;
177
+ --color-green-active: #004e32;
178
+ --green-btn: #0aa245;
179
+ --txt-link: #0096cc;
180
+ --color-primary-hover-btn: #007198;
181
181
  --color-selection: #c7e9f3;
182
182
  --heading-color: #017a76;
183
- --heading-color--secondary: #414042;
184
- --base-type-color: #414042;
183
+ --heading-color--secondary: #2a292c;
184
+ --base-type-color: #2a292c;
185
185
  --base-icon-color: #007198;
186
186
  --disabled-color: #989189;
187
- --disabled-color-dark: #55504b;
187
+ --disabled-color-dark: #6b6966;
188
188
  --linz-color-primary: #023d48;
189
189
  --linz-color-primary-hover: #01818a;
190
190
  --linz-color-tertiary: #e1e44a;
@@ -195,51 +195,54 @@ textarea {
195
195
  }
196
196
 
197
197
  :export {
198
- color-grey-80: #414042;
199
- color-grey-60: #55504b;
200
- color-grey-30: #989189;
201
- color-grey-20: #beb9b4;
202
- color-grey-10: #eaeaea;
203
- color-grey-05: #f9f9f9;
204
- color-blue-100: #00425d;
205
- color-blue-75: #007198;
206
- color-blue-50: #0096cc;
207
- color-blue-25: #73c8e1;
208
- color-blue-05: #e2f3f7;
209
- color-teal-100: #004b50;
210
- color-teal-75: #017a76;
211
- color-teal-50: #00a599;
212
- color-teal-25: #73cdc8;
213
- color-teal-05: #dcf5f0;
214
- color-green-100: #004e32;
215
- color-green-75: #08814d;
216
- color-green-50: #0aa245;
217
- color-green-25: #9bd79b;
218
- color-green-05: #e9fae7;
219
- brand-primary: #00425d;
198
+ charcoal: #2a292c;
199
+ fuscous: #6b6966;
200
+ gray: #989189;
201
+ silver: #beb9b4;
202
+ lily: #eaeaea;
203
+ hint: #f9f9f9;
204
+ snow: #ffffff;
205
+ white: #ffffff;
206
+ teal: #00425d;
207
+ sea: #007198;
208
+ electric: #0096cc;
209
+ spray: #73c8e1;
210
+ polar: #e2f3f7;
211
+ sherpa: #004b50;
212
+ surfie: #017a76;
213
+ persian: #00a599;
214
+ downy: #73cdc8;
215
+ iceberg: #dcf5f0;
216
+ sacramento: #004e32;
217
+ salem: #08814d;
218
+ pigment: #0aa245;
219
+ granny: #9bd79b;
220
+ panache: #e9fae7;
221
+ brand-primary: #004b50;
220
222
  brand-secondary: #017a76;
221
- color-success: #0aa245;
222
- color-success-bg: #e9fae7;
223
- color-info: #3a7cdf;
224
- color-info-bg: #d8e5f9;
225
- color-warning: #ea6a2e;
226
- color-warning-bg: #fbdfd2;
227
- color-error: #cc0000;
228
- color-error-focus: #5a0000;
229
- color-error-bg: #f5cccc;
230
- color-visited: #4c2c92;
231
- color-green-hover: #205f12;
232
- color-green-active: #16430c;
233
- color-green-btn: #2e881a;
234
- color-txt-link: #1f69c3;
235
- color-primary-hover-btn: #004e6a;
236
- color-selection: #c7e9f3;
223
+ error: #cc0000;
224
+ error-bg: #f5cccc;
225
+ error-focus: #5a0000;
226
+ warning: #ea6a2e;
227
+ warning-bg: #fbdfd2;
228
+ warning-focus: #b33a01;
229
+ success: #0aa245;
230
+ success-bg: #e9fae7;
231
+ info: #3a7cdf;
232
+ info-bg: #d8e5f9;
233
+ visited: #00425d;
234
+ green-hover: #08814d;
235
+ green-active: #004e32;
236
+ green-btn: #0aa245;
237
+ txt-link: #0096cc;
238
+ primary-hover-btn: #007198;
239
+ selection: #c7e9f3;
237
240
  heading-color: #017a76;
238
- heading-color--secondary: #414042;
239
- base-type-color: #414042;
241
+ heading-color--secondary: #2a292c;
242
+ base-type-color: #2a292c;
240
243
  base-icon-color: #007198;
241
244
  disabled-color: #989189;
242
- disabled-color-dark: #55504b;
245
+ disabled-color-dark: #6b6966;
243
246
  linz-color-primary: #023d48;
244
247
  linz-color-primary-hover: #01818a;
245
248
  linz-color-tertiary: #e1e44a;
@@ -250,7 +253,7 @@ textarea {
250
253
  }
251
254
 
252
255
  a {
253
- color: #1f69c3;
256
+ color: #0096cc;
254
257
  font-family: "Open Sans", system-ui, sans-serif;
255
258
  font-style: normal;
256
259
  font-weight: normal;
@@ -261,13 +264,13 @@ a {
261
264
  text-underline-position: under;
262
265
  }
263
266
  a:visited {
264
- color: #4c2c92;
267
+ color: #00425d;
265
268
  }
266
269
  a:hover {
267
- color: #00425d;
270
+ color: #004b50;
268
271
  }
269
272
  a:hover:before {
270
- background-color: #00425d;
273
+ background-color: #004b50;
271
274
  }
272
275
  a:disabled {
273
276
  color: #989189;
@@ -291,23 +294,23 @@ a.lui-button:before {
291
294
  }
292
295
 
293
296
  .Link {
294
- color: #cf0059;
297
+ color: #0096cc;
295
298
  }
296
299
  .Link:focus, .Link:hover, .Link:active {
297
- color: #cf0059;
300
+ color: #0096cc;
298
301
  }
299
302
  .Link.is-active {
300
- color: #cf0059;
303
+ color: #0096cc;
301
304
  }
302
305
 
303
306
  .Link--reversed {
304
- color: #fff;
307
+ color: #ffffff;
305
308
  }
306
309
  .Link--reversed:focus, .Link--reversed:hover, .Link--reversed:active {
307
- color: #002030;
310
+ color: #2a292c;
308
311
  }
309
312
  .Link--reversed.is-active {
310
- color: #002030;
313
+ color: #2a292c;
311
314
  }
312
315
 
313
316
  .lui-external-link {
@@ -351,7 +354,7 @@ ul li {
351
354
 
352
355
  @keyframes border-throb {
353
356
  100% {
354
- box-shadow: 0 0 4px 3px rgba(255, 255, 255, 0.3);
357
+ box-shadow: 0 0 4px 3px rgba(255, 0, 153, 0.3);
355
358
  }
356
359
  }
357
360
  @keyframes throb-fade {
@@ -361,7 +364,7 @@ ul li {
361
364
  }
362
365
  .u-todo {
363
366
  position: relative;
364
- box-shadow: 0 0 4px 3px #fff;
367
+ box-shadow: 0 0 4px 3px #f09;
365
368
  border-collapse: separate;
366
369
  border-radius: 5px;
367
370
  opacity: 0.8;
@@ -373,8 +376,8 @@ ul li {
373
376
  padding: 4px 8px;
374
377
  border-radius: 4px;
375
378
  white-space: nowrap;
376
- background-color: #fff;
377
- color: #fff;
379
+ background-color: #f09;
380
+ color: #ffffff;
378
381
  opacity: 0.8;
379
382
  left: 0;
380
383
  top: 0;
@@ -391,7 +394,7 @@ html {
391
394
  font-weight: 300;
392
395
  font-size: 16px;
393
396
  line-height: 1.5;
394
- color: #414042;
397
+ color: #2a292c;
395
398
  font-feature-settings: "kern" 1;
396
399
  font-kerning: normal;
397
400
  text-rendering: optimizeLegibility;
@@ -402,13 +405,13 @@ html {
402
405
  ::selection {
403
406
  background: #c7e9f3;
404
407
  /* WebKit/Blink Browsers */
405
- color: #00425d;
408
+ color: #004b50;
406
409
  }
407
410
 
408
411
  ::-moz-selection {
409
412
  background: #c7e9f3;
410
413
  /* Gecko Browsers */
411
- color: #00425d;
414
+ color: #004b50;
412
415
  }
413
416
 
414
417
  em,
@@ -433,7 +436,7 @@ sup {
433
436
  hr {
434
437
  border: none;
435
438
  margin: 0;
436
- background-color: #414042;
439
+ background-color: #2a292c;
437
440
  height: 1px;
438
441
  }
439
442
 
@@ -1368,10 +1371,10 @@ a.lui-button-primary:visited {
1368
1371
  }
1369
1372
  .lui-button-primary:hover,
1370
1373
  a.lui-button-primary:hover {
1371
- background-color: #00425d;
1374
+ background-color: #004b50;
1372
1375
  cursor: pointer;
1373
1376
  color: #fff;
1374
- border: 2px solid #00425d;
1377
+ border: 2px solid #004b50;
1375
1378
  }
1376
1379
  .lui-button-primary:hover i,
1377
1380
  .lui-button-primary:hover svg *,
@@ -1434,10 +1437,10 @@ a.lui-button-secondary:visited {
1434
1437
  }
1435
1438
  .lui-button-secondary:hover,
1436
1439
  a.lui-button-secondary:hover {
1437
- background-color: #00425d;
1440
+ background-color: #004b50;
1438
1441
  cursor: pointer;
1439
1442
  color: #fff;
1440
- border: 2px solid #00425d;
1443
+ border: 2px solid #004b50;
1441
1444
  }
1442
1445
  .lui-button-secondary:hover i,
1443
1446
  .lui-button-secondary:hover svg *,
@@ -1492,8 +1495,8 @@ a.lui-button-secondary:hover i {
1492
1495
  }
1493
1496
  .lui-button-tertiary,
1494
1497
  a.lui-button-tertiary {
1495
- background-color: #2e881a;
1496
- border: 2px solid #2e881a;
1498
+ background-color: #0aa245;
1499
+ border: 2px solid #0aa245;
1497
1500
  color: #fff;
1498
1501
  line-height: 40px;
1499
1502
  }
@@ -1510,10 +1513,10 @@ a.lui-button-tertiary:visited {
1510
1513
  }
1511
1514
  .lui-button-tertiary:hover,
1512
1515
  a.lui-button-tertiary:hover {
1513
- background-color: #205f12;
1516
+ background-color: #08814d;
1514
1517
  cursor: pointer;
1515
1518
  color: #fff;
1516
- border: 2px solid #205f12;
1519
+ border: 2px solid #08814d;
1517
1520
  }
1518
1521
  .lui-button-tertiary:hover i,
1519
1522
  .lui-button-tertiary:hover svg *,
@@ -1541,10 +1544,10 @@ a.lui-button-tertiary:disabled:hover {
1541
1544
  }
1542
1545
  .lui-button-tertiary:active:enabled,
1543
1546
  a.lui-button-tertiary:active:enabled {
1544
- background-color: #16430c;
1547
+ background-color: #004e32;
1545
1548
  cursor: pointer;
1546
1549
  color: rgba(255, 255, 255, 0.6);
1547
- border: 2px solid #16430c;
1550
+ border: 2px solid #004e32;
1548
1551
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
1549
1552
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
1550
1553
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
@@ -1714,7 +1717,7 @@ a.lui-button-reversed-no-bg:disabled:hover {
1714
1717
  a.lui-button-text {
1715
1718
  background-color: transparent;
1716
1719
  border: 0 solid #fff;
1717
- color: #1f69c3;
1720
+ color: #0096cc;
1718
1721
  line-height: 24px;
1719
1722
  border-bottom: 1px solid;
1720
1723
  font-family: "Open Sans", system-ui, sans-serif;
@@ -1728,12 +1731,12 @@ a.lui-button-text {
1728
1731
  .lui-button-text svg *,
1729
1732
  a.lui-button-text i,
1730
1733
  a.lui-button-text svg * {
1731
- color: #1f69c3;
1732
- fill: #1f69c3;
1734
+ color: #0096cc;
1735
+ fill: #0096cc;
1733
1736
  }
1734
1737
  .lui-button-text:visited,
1735
1738
  a.lui-button-text:visited {
1736
- color: #1f69c3;
1739
+ color: #0096cc;
1737
1740
  }
1738
1741
  .lui-button-text:hover,
1739
1742
  a.lui-button-text:hover {
@@ -1882,7 +1885,7 @@ a.lui-button-icon-only-rev:hover,
1882
1885
  a.lui-button-icon-only-link:hover {
1883
1886
  background-color: transparent;
1884
1887
  cursor: pointer;
1885
- color: #004e6a;
1888
+ color: #007198;
1886
1889
  border: 2px solid transparent;
1887
1890
  }
1888
1891
  .lui-button-icon-only:hover i,
@@ -1895,8 +1898,8 @@ a.lui-button-icon-only-rev:hover i,
1895
1898
  a.lui-button-icon-only-rev:hover svg *,
1896
1899
  a.lui-button-icon-only-link:hover i,
1897
1900
  a.lui-button-icon-only-link:hover svg * {
1898
- color: #004e6a;
1899
- fill: #004e6a;
1901
+ color: #007198;
1902
+ fill: #007198;
1900
1903
  }
1901
1904
  .lui-button-icon-only:disabled, .lui-button-icon-only-rev:disabled, .lui-button-icon-only-link:disabled,
1902
1905
  a.lui-button-icon-only:disabled,
@@ -1931,7 +1934,7 @@ a.lui-button-icon-only-rev:active:enabled,
1931
1934
  a.lui-button-icon-only-link:active:enabled {
1932
1935
  background-color: transparent;
1933
1936
  cursor: pointer;
1934
- color: rgba(31, 105, 195, 0.6);
1937
+ color: rgba(0, 150, 204, 0.6);
1935
1938
  border: 2px solid transparent;
1936
1939
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
1937
1940
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
@@ -1947,8 +1950,8 @@ a.lui-button-icon-only-rev:active:enabled i,
1947
1950
  a.lui-button-icon-only-rev:active:enabled svg *,
1948
1951
  a.lui-button-icon-only-link:active:enabled i,
1949
1952
  a.lui-button-icon-only-link:active:enabled svg * {
1950
- color: #1f69c3;
1951
- fill: #1f69c3;
1953
+ color: #0096cc;
1954
+ fill: #0096cc;
1952
1955
  }
1953
1956
  .lui-button-icon-only:disabled, .lui-button-icon-only-rev:disabled, .lui-button-icon-only-link:disabled,
1954
1957
  a.lui-button-icon-only:disabled,
@@ -1980,7 +1983,7 @@ a.lui-button-icon-only-rev:disabled svg * {
1980
1983
  }
1981
1984
  .lui-button-icon-only-link,
1982
1985
  a.lui-button-icon-only-link {
1983
- color: #1f69c3;
1986
+ color: #0096cc;
1984
1987
  }
1985
1988
  .lui-button.lui-button-sm,
1986
1989
  a.lui-button.lui-button-sm {
@@ -2057,7 +2060,7 @@ a.lui-button + a.lui-button {
2057
2060
  flex: 1 1 0;
2058
2061
  }
2059
2062
  .lui-button-group .lui-button-wrapper:first-child button {
2060
- border-left: 1px solid #00425d;
2063
+ border-left: 1px solid #004b50;
2061
2064
  border-top-left-radius: 3px;
2062
2065
  border-bottom-left-radius: 3px;
2063
2066
  }
@@ -2090,8 +2093,8 @@ a.lui-button + a.lui-button {
2090
2093
  padding: 0 0.5rem;
2091
2094
  background-color: #fff;
2092
2095
  border-radius: 0;
2093
- border: 1px solid #00425d;
2094
- color: #00425d;
2096
+ border: 1px solid #004b50;
2097
+ color: #004b50;
2095
2098
  border-left: none;
2096
2099
  width: 100%;
2097
2100
  }
@@ -2100,16 +2103,16 @@ a.lui-button + a.lui-button {
2100
2103
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
2101
2104
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
2102
2105
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
2103
- color: #fff;
2106
+ color: #ffffff;
2104
2107
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
2105
2108
  }
2106
2109
  .lui-button-group .lui-button:hover {
2107
2110
  background: #007198;
2108
2111
  cursor: pointer;
2109
- color: #fff;
2112
+ color: #ffffff;
2110
2113
  }
2111
2114
  .lui-button-group .lui-button:focus {
2112
- outline: 2px solid #00425d;
2115
+ outline: 2px solid #004b50;
2113
2116
  position: relative;
2114
2117
  }
2115
2118
  .lui-button-group--radio {
@@ -2143,21 +2146,21 @@ a.lui-button + a.lui-button {
2143
2146
  .lui-button-group--radio input:checked + label {
2144
2147
  background-color: #007198;
2145
2148
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
2146
- color: #fff;
2149
+ color: #ffffff;
2147
2150
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
2148
2151
  }
2149
2152
  .LuiDeprecatedForms .lui-button-group--radio input:checked + label {
2150
- color: #fff;
2153
+ color: #ffffff;
2151
2154
  }
2152
2155
  .lui-button-group--radio input:checked:disabled + label, .lui-button-group--radio input:disabled:checked + label:hover {
2153
2156
  background-color: #989189;
2154
- color: #fff;
2157
+ color: #ffffff;
2155
2158
  }
2156
2159
  .LuiDeprecatedForms .lui-button-group--radio input:checked:disabled + label, .LuiDeprecatedForms .lui-button-group--radio input:disabled:checked + label:hover {
2157
- color: #fff;
2160
+ color: #ffffff;
2158
2161
  }
2159
2162
  .lui-button-group--radio input:focus:not([disabled]) + label {
2160
- color: #fff;
2163
+ color: #ffffff;
2161
2164
  background: #007198;
2162
2165
  cursor: pointer;
2163
2166
  }
@@ -2165,7 +2168,7 @@ a.lui-button + a.lui-button {
2165
2168
  border-color: #989189 !important;
2166
2169
  }
2167
2170
  .lui-button-group--radio input:disabled + label:hover {
2168
- background-color: #fff;
2171
+ background-color: #ffffff;
2169
2172
  cursor: default;
2170
2173
  }
2171
2174
  }
@@ -2188,7 +2191,7 @@ a.lui-button + a.lui-button {
2188
2191
  margin: 0;
2189
2192
  }
2190
2193
  .lui-button-group--radio label:hover {
2191
- color: #fff;
2194
+ color: #ffffff;
2192
2195
  background: #007198;
2193
2196
  cursor: pointer;
2194
2197
  }
@@ -2215,11 +2218,11 @@ a.lui-button + a.lui-button {
2215
2218
  .LuiDeprecatedForms .radio-btn-group-pair input:checked + label {
2216
2219
  background-color: #007198;
2217
2220
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
2218
- color: #fff;
2221
+ color: #ffffff;
2219
2222
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
2220
2223
  }
2221
2224
  .LuiDeprecatedForms .radio-btn-group-pair input:focus + label {
2222
- color: #fff;
2225
+ color: #ffffff;
2223
2226
  background: #007198;
2224
2227
  cursor: pointer;
2225
2228
  }
@@ -2239,7 +2242,7 @@ a.lui-button + a.lui-button {
2239
2242
  margin: 0;
2240
2243
  }
2241
2244
  .LuiDeprecatedForms .radio-btn-group-pair label:hover {
2242
- color: #fff;
2245
+ color: #ffffff;
2243
2246
  background: #007198;
2244
2247
  cursor: pointer;
2245
2248
  }
@@ -2384,7 +2387,7 @@ a.lui-button + a.lui-button {
2384
2387
  -moz-appearance: none;
2385
2388
  -o-appearance: none;
2386
2389
  border: 0.13rem solid #007198;
2387
- background-color: #fff;
2390
+ background-color: #ffffff;
2388
2391
  position: relative;
2389
2392
  margin: 0;
2390
2393
  }
@@ -2417,7 +2420,7 @@ a.lui-button + a.lui-button {
2417
2420
  width: 14px;
2418
2421
  height: 14px;
2419
2422
  border-radius: 50%;
2420
- background: #00425d;
2423
+ background: #004b50;
2421
2424
  }
2422
2425
  .LuiDeprecatedForms .lui-radio-container input:checked:disabled:before {
2423
2426
  background: #989189;
@@ -2428,8 +2431,8 @@ a.lui-button + a.lui-button {
2428
2431
  position: relative;
2429
2432
  }
2430
2433
  .LuiDeprecatedForms .lui-checkbox-container input[type=checkbox]:checked {
2431
- border: 0.13rem solid #00425d;
2432
- background-color: #00425d;
2434
+ border: 0.13rem solid #004b50;
2435
+ background-color: #004b50;
2433
2436
  }
2434
2437
  .LuiDeprecatedForms .lui-checkbox-container input[type=checkbox]:checked:before {
2435
2438
  display: block;
@@ -2476,7 +2479,7 @@ a.lui-button + a.lui-button {
2476
2479
  font-style: normal;
2477
2480
  font-weight: normal;
2478
2481
  font-size: 16px;
2479
- color: #414042;
2482
+ color: #2a292c;
2480
2483
  border: 0.06rem solid #beb9b4;
2481
2484
  border-radius: 3px;
2482
2485
  line-height: 48px;
@@ -2649,11 +2652,11 @@ a.lui-button + a.lui-button {
2649
2652
  *:not[button] i[class^=material-icons]:hover,
2650
2653
  *:not[button] .lui-link-icon:hover {
2651
2654
  cursor: pointer;
2652
- color: #00425d;
2655
+ color: #004b50;
2653
2656
  }
2654
2657
  *:not[button] i[class^=material-icons]:visited,
2655
2658
  *:not[button] .lui-link-icon:visited {
2656
- color: #4c2c92;
2659
+ color: #00425d;
2657
2660
  }
2658
2661
  *:not[button] .lui-link-icon-disabled i {
2659
2662
  color: #989189;
@@ -2773,7 +2776,7 @@ table .lui-checkbox-container input {
2773
2776
  .tippy-box[data-theme~=LUI] {
2774
2777
  border: solid 2px #007198;
2775
2778
  border-radius: 5px;
2776
- background: #fff;
2779
+ background: #ffffff;
2777
2780
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
2778
2781
  }
2779
2782
  .tippy-box[data-theme~=LUI] > .tippy-content {
@@ -2783,7 +2786,7 @@ table .lui-checkbox-container input {
2783
2786
  font-weight: normal;
2784
2787
  color: #363636;
2785
2788
  padding: 12px 20px;
2786
- background: #fff;
2789
+ background: #ffffff;
2787
2790
  }
2788
2791
  .tippy-box[data-theme~=LUI] > .tippy-arrow {
2789
2792
  color: #007198;
@@ -2802,7 +2805,7 @@ table .lui-checkbox-container input {
2802
2805
  border-right: 12px solid transparent;
2803
2806
  }
2804
2807
  .tippy-box[data-theme~=LUI][data-placement^=top] > .tippy-arrow::before {
2805
- border-top: 21px solid #fff;
2808
+ border-top: 21px solid #ffffff;
2806
2809
  bottom: -19px;
2807
2810
  }
2808
2811
  .tippy-box[data-theme~=LUI][data-placement^=top] > .tippy-arrow::after {
@@ -2810,7 +2813,7 @@ table .lui-checkbox-container input {
2810
2813
  bottom: -23px;
2811
2814
  }
2812
2815
  .tippy-box[data-theme~=LUI][data-placement^=bottom] > .tippy-arrow::before {
2813
- border-bottom: 21px solid #fff;
2816
+ border-bottom: 21px solid #ffffff;
2814
2817
  top: -19px;
2815
2818
  }
2816
2819
  .tippy-box[data-theme~=LUI][data-placement^=bottom] > .tippy-arrow::after {
@@ -2818,7 +2821,7 @@ table .lui-checkbox-container input {
2818
2821
  top: -23px;
2819
2822
  }
2820
2823
  .tippy-box[data-theme~=LUI][data-placement^=left] > .tippy-arrow::before {
2821
- border-left: 21px solid #fff;
2824
+ border-left: 21px solid #ffffff;
2822
2825
  left: 12px;
2823
2826
  }
2824
2827
  .tippy-box[data-theme~=LUI][data-placement^=left] > .tippy-arrow::after {
@@ -2826,7 +2829,7 @@ table .lui-checkbox-container input {
2826
2829
  left: 16px;
2827
2830
  }
2828
2831
  .tippy-box[data-theme~=LUI][data-placement^=right] > .tippy-arrow::before {
2829
- border-right: 21px solid #fff;
2832
+ border-right: 21px solid #ffffff;
2830
2833
  left: -30px;
2831
2834
  }
2832
2835
  .tippy-box[data-theme~=LUI][data-placement^=right] > .tippy-arrow::after {
@@ -2938,7 +2941,7 @@ table .lui-checkbox-container input {
2938
2941
  display: none;
2939
2942
  }
2940
2943
  .lui-footer a:hover {
2941
- color: #fff;
2944
+ color: #ffffff;
2942
2945
  }
2943
2946
  .lui-footer a:visited {
2944
2947
  color: #beb9b4;
@@ -3067,7 +3070,7 @@ table .lui-checkbox-container input {
3067
3070
  white-space: nowrap;
3068
3071
  }
3069
3072
  .lui-header-title h1 {
3070
- color: #fff;
3073
+ color: #ffffff;
3071
3074
  }
3072
3075
  @media only screen {
3073
3076
  .lui-header-title h1 {
@@ -3163,7 +3166,7 @@ table .lui-checkbox-container input {
3163
3166
  position: relative;
3164
3167
  display: flex;
3165
3168
  align-items: center;
3166
- color: #fff;
3169
+ color: #ffffff;
3167
3170
  cursor: default;
3168
3171
  user-select: none;
3169
3172
  }
@@ -3239,14 +3242,14 @@ table .lui-checkbox-container input {
3239
3242
 
3240
3243
  .lui-menu.rc-menu {
3241
3244
  z-index: 900;
3242
- color: #414042;
3245
+ color: #2a292c;
3243
3246
  font-family: "Open Sans", system-ui, sans-serif;
3244
3247
  font-style: normal;
3245
3248
  font-weight: 300;
3246
3249
  }
3247
3250
  .lui-menu.rc-menu a[role=menuitem] {
3248
3251
  text-decoration: none;
3249
- color: #414042;
3252
+ color: #2a292c;
3250
3253
  font-family: "Open Sans", system-ui, sans-serif;
3251
3254
  font-style: normal;
3252
3255
  font-weight: 300;
@@ -3259,7 +3262,7 @@ body.lui-menu-drawer-open {
3259
3262
  .lui-menu-drawer {
3260
3263
  text-align: left;
3261
3264
  background-color: white;
3262
- color: #414042;
3265
+ color: #2a292c;
3263
3266
  height: 100%;
3264
3267
  width: 300px;
3265
3268
  max-width: 100%;
@@ -3320,7 +3323,7 @@ body.lui-menu-drawer-open {
3320
3323
  .lui-menu-dropdown {
3321
3324
  text-align: left;
3322
3325
  background-color: white;
3323
- color: #414042;
3326
+ color: #2a292c;
3324
3327
  position: absolute;
3325
3328
  width: 350px;
3326
3329
  border-radius: 3px;
@@ -3353,7 +3356,7 @@ body.lui-menu-drawer-open {
3353
3356
  font-style: normal;
3354
3357
  font-weight: 600;
3355
3358
  font-size: 16px;
3356
- color: #414042;
3359
+ color: #2a292c;
3357
3360
  margin-top: 0;
3358
3361
  line-height: 32px;
3359
3362
  }
@@ -3367,7 +3370,7 @@ body.lui-menu-drawer-open {
3367
3370
  border-left: 50px solid #ccc;
3368
3371
  padding: 0.75rem 50px 16px 0.75rem;
3369
3372
  margin: 2rem 0;
3370
- color: #55504b;
3373
+ color: #6b6966;
3371
3374
  background: #eaeaea;
3372
3375
  position: relative;
3373
3376
  border-color: #0aa245;
@@ -3384,7 +3387,7 @@ body.lui-menu-drawer-open {
3384
3387
  font-family: "Open Sans", system-ui, sans-serif;
3385
3388
  font-style: normal;
3386
3389
  font-weight: 600;
3387
- color: #55504b;
3390
+ color: #6b6966;
3388
3391
  margin: 0;
3389
3392
  }
3390
3393
  .lui-msg-success h2 + p {
@@ -3397,7 +3400,7 @@ body.lui-menu-drawer-open {
3397
3400
  background: none;
3398
3401
  padding: 0;
3399
3402
  border: none;
3400
- color: #55504b;
3403
+ color: #6b6966;
3401
3404
  }
3402
3405
  .lui-msg-success button:hover {
3403
3406
  cursor: pointer;
@@ -3407,7 +3410,7 @@ body.lui-menu-drawer-open {
3407
3410
  border-left: 50px solid #ccc;
3408
3411
  padding: 0.75rem 50px 16px 0.75rem;
3409
3412
  margin: 2rem 0;
3410
- color: #55504b;
3413
+ color: #6b6966;
3411
3414
  background: #eaeaea;
3412
3415
  position: relative;
3413
3416
  background: #d8e5f9;
@@ -3424,7 +3427,7 @@ body.lui-menu-drawer-open {
3424
3427
  font-family: "Open Sans", system-ui, sans-serif;
3425
3428
  font-style: normal;
3426
3429
  font-weight: 600;
3427
- color: #55504b;
3430
+ color: #6b6966;
3428
3431
  margin: 0;
3429
3432
  }
3430
3433
  .lui-msg-info h2 + p {
@@ -3437,7 +3440,7 @@ body.lui-menu-drawer-open {
3437
3440
  background: none;
3438
3441
  padding: 0;
3439
3442
  border: none;
3440
- color: #55504b;
3443
+ color: #6b6966;
3441
3444
  }
3442
3445
  .lui-msg-info button:hover {
3443
3446
  cursor: pointer;
@@ -3447,7 +3450,7 @@ body.lui-menu-drawer-open {
3447
3450
  border-left: 50px solid #ccc;
3448
3451
  padding: 0.75rem 50px 16px 0.75rem;
3449
3452
  margin: 2rem 0;
3450
- color: #55504b;
3453
+ color: #6b6966;
3451
3454
  background: #eaeaea;
3452
3455
  position: relative;
3453
3456
  background: #fbdfd2;
@@ -3464,7 +3467,7 @@ body.lui-menu-drawer-open {
3464
3467
  font-family: "Open Sans", system-ui, sans-serif;
3465
3468
  font-style: normal;
3466
3469
  font-weight: 600;
3467
- color: #55504b;
3470
+ color: #6b6966;
3468
3471
  margin: 0;
3469
3472
  }
3470
3473
  .lui-msg-warning h2 + p {
@@ -3477,7 +3480,7 @@ body.lui-menu-drawer-open {
3477
3480
  background: none;
3478
3481
  padding: 0;
3479
3482
  border: none;
3480
- color: #55504b;
3483
+ color: #6b6966;
3481
3484
  }
3482
3485
  .lui-msg-warning button:hover {
3483
3486
  cursor: pointer;
@@ -3487,7 +3490,7 @@ body.lui-menu-drawer-open {
3487
3490
  border-left: 50px solid #ccc;
3488
3491
  padding: 0.75rem 50px 16px 0.75rem;
3489
3492
  margin: 2rem 0;
3490
- color: #55504b;
3493
+ color: #6b6966;
3491
3494
  background: #eaeaea;
3492
3495
  position: relative;
3493
3496
  border-color: #cc0000;
@@ -3504,7 +3507,7 @@ body.lui-menu-drawer-open {
3504
3507
  font-family: "Open Sans", system-ui, sans-serif;
3505
3508
  font-style: normal;
3506
3509
  font-weight: 600;
3507
- color: #55504b;
3510
+ color: #6b6966;
3508
3511
  margin: 0;
3509
3512
  }
3510
3513
  .lui-msg-error h2 + p {
@@ -3517,7 +3520,7 @@ body.lui-menu-drawer-open {
3517
3520
  background: none;
3518
3521
  padding: 0;
3519
3522
  border: none;
3520
- color: #55504b;
3523
+ color: #6b6966;
3521
3524
  }
3522
3525
  .lui-msg-error button:hover {
3523
3526
  cursor: pointer;
@@ -3662,7 +3665,7 @@ body.lui-menu-drawer-open {
3662
3665
  padding: 2rem;
3663
3666
  border-left: 0px solid transparent;
3664
3667
  margin: 2rem 0;
3665
- color: #55504b;
3668
+ color: #6b6966;
3666
3669
  background: #fff;
3667
3670
  position: relative;
3668
3671
  max-width: 600px;
@@ -3672,7 +3675,7 @@ body.lui-menu-drawer-open {
3672
3675
  font-family: "Open Sans", system-ui, sans-serif;
3673
3676
  font-style: normal;
3674
3677
  font-weight: 600;
3675
- color: #55504b;
3678
+ color: #6b6966;
3676
3679
  margin: 0;
3677
3680
  }
3678
3681
  .lui-modal h2 + p {
@@ -3777,7 +3780,7 @@ body.lui-menu-drawer-open {
3777
3780
  }
3778
3781
 
3779
3782
  .lui-modal-header-title h1 {
3780
- color: #fff;
3783
+ color: #ffffff;
3781
3784
  }
3782
3785
 
3783
3786
  .MuiDrawer-paper {
@@ -3861,49 +3864,6 @@ body.lui-menu-drawer-open {
3861
3864
  background: rgba(255, 255, 255, 0.75);
3862
3865
  }
3863
3866
 
3864
- .lui-tabs-style-underline .lui-tab-group .lui-tab {
3865
- font-family: "Open Sans", system-ui, sans-serif;
3866
- font-style: normal;
3867
- font-weight: 600;
3868
- background-color: transparent;
3869
- border: none;
3870
- border-radius: 0;
3871
- font-size: 1.125rem;
3872
- color: #414042;
3873
- }
3874
- .lui-tabs-style-underline .lui-tab-group .lui-tab:focus {
3875
- outline: none;
3876
- background-color: rgba(0, 165, 153, 0.2);
3877
- }
3878
- .lui-tabs-style-underline .lui-tab-group .lui-tab-active, .lui-tabs-style-underline .lui-tab-group .lui-tab-active:focus {
3879
- position: relative;
3880
- background: none;
3881
- outline: none;
3882
- }
3883
- .lui-tabs-style-underline .lui-tab-group .lui-tab-active:after, .lui-tabs-style-underline .lui-tab-group .lui-tab-active:focus:after {
3884
- content: "";
3885
- display: block;
3886
- height: 3px;
3887
- width: 100%;
3888
- padding: 0 32px;
3889
- left: 0;
3890
- right: 0;
3891
- box-sizing: border-box;
3892
- background: linear-gradient(270deg, #73cdc8 1%, #00a599 100%);
3893
- border-radius: 1.5px;
3894
- position: absolute;
3895
- }
3896
- .lui-tabs .lui-tab-group-justified {
3897
- display: flex;
3898
- justify-content: space-between;
3899
- }
3900
- .lui-tabs .lui-tab-panel {
3901
- display: none;
3902
- }
3903
- .lui-tabs .lui-tab-panel.lui-tab-panel-active {
3904
- display: initial;
3905
- }
3906
-
3907
3867
  .LuiErrorPage {
3908
3868
  display: flex;
3909
3869
  flex-direction: column;