@linzjs/lui 10.11.0 → 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 (48) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +6 -4
  3. package/dist/components/LuiForms/LuiComboSelect/LuiComboSelect.stories.d.ts +1 -33
  4. package/dist/components/LuiIcon/LuiIcon.d.ts +4 -0
  5. package/dist/components/LuiTabs/LuiTab/LuiTab.d.ts +11 -0
  6. package/dist/components/LuiTabs/LuiTabs.d.ts +1 -21
  7. package/dist/components/LuiTabs/LuiTabsGroup/LuiTabsGroup.d.ts +6 -0
  8. package/dist/components/LuiTabs/LuiTabsPanel/LuiTabsPanel.d.ts +7 -0
  9. package/dist/components/LuiTabs/LuiTabsPanelSwitch/LuiTabsPanelSwitch.d.ts +7 -0
  10. package/dist/index.d.ts +5 -1
  11. package/dist/lui.cjs.development.js +82 -72
  12. package/dist/lui.cjs.development.js.map +1 -1
  13. package/dist/lui.cjs.production.min.js +1 -1
  14. package/dist/lui.cjs.production.min.js.map +1 -1
  15. package/dist/lui.css +175 -215
  16. package/dist/lui.css.map +1 -1
  17. package/dist/lui.esm.js +80 -70
  18. package/dist/lui.esm.js.map +1 -1
  19. package/dist/scss/Components/Footer/footer.scss +5 -5
  20. package/dist/scss/Components/Header/header.scss +1 -1
  21. package/dist/scss/Components/HelpSection/help-section.scss +1 -1
  22. package/dist/scss/Components/LOLCommonMenu/LOLAuthorisedLink.scss +4 -4
  23. package/dist/scss/Components/LOLCommonMenu/LOLFirmSwitcherMenu.scss +2 -2
  24. package/dist/scss/Components/LOLCommonMenu/LOLUserLastLogin.scss +1 -1
  25. package/dist/scss/Components/LuiFormElements/LuiFileInputBox.scss +2 -3
  26. package/dist/scss/Components/LuiTabs/LuiTabs.scss +0 -58
  27. package/dist/scss/Components/Menu/menu.scss +7 -7
  28. package/dist/scss/Components/Messaging/messaging.scss +5 -5
  29. package/dist/scss/Components/Modal/modal.scss +3 -3
  30. package/dist/scss/Components/Notifications/notifications.scss +2 -2
  31. package/dist/scss/Elements/Buttons/buttons.scss +38 -38
  32. package/dist/scss/Elements/Forms/FormComponents/Inputs.scss +2 -2
  33. package/dist/scss/Elements/Forms/FormComponents/RadiosCheckboxes.scss +3 -3
  34. package/dist/scss/Elements/Icons/icons.scss +1 -1
  35. package/dist/scss/Elements/Tables/tables.scss +8 -8
  36. package/dist/scss/Foundation/Utilities/Borders.scss +1 -1
  37. package/dist/scss/Foundation/Utilities/LuiStandardHeaderBackground.scss +2 -2
  38. package/dist/scss/Foundation/Variables/FormVars.scss +1 -1
  39. package/dist/scss/Foundation/Variables/_ExportCSS.scss +87 -59
  40. package/dist/scss/Foundation/Variables/_ExportColors.scss +52 -51
  41. package/dist/scss/Foundation/Variables/_LuiColors.scss +113 -119
  42. package/dist/scss/Global/GenericElements/Link.scss +3 -3
  43. package/dist/scss/Global/GenericElements/Todo.scss +1 -1
  44. package/dist/scss/Global/GenericElements/Typography.scss +2 -2
  45. package/dist/scss/Global/Layout/Layout.scss +3 -3
  46. package/dist/scss/Vendor/print.scss +2 -2
  47. package/dist/scss/base.scss +0 -1
  48. package/package.json +2 -2
@@ -15,7 +15,7 @@
15
15
 
16
16
  // colour row dividers (border top)
17
17
  div[class*='row-divider'] {
18
- border-color: colors.$teal-75;
18
+ border-color: colors.$surfie;
19
19
  }
20
20
 
21
21
  .lui-footer-columns {
@@ -44,10 +44,10 @@
44
44
  p,
45
45
  li,
46
46
  a {
47
- color: colors.$teal-05;
47
+ color: colors.$iceberg;
48
48
  }
49
49
 
50
- background-color: colors.$teal-100;
50
+ background-color: colors.$sherpa;
51
51
 
52
52
  h1,
53
53
  h2,
@@ -69,7 +69,7 @@
69
69
  }
70
70
 
71
71
  &:visited {
72
- color: colors.$grey-20;
72
+ color: colors.$silver;
73
73
  }
74
74
  }
75
75
 
@@ -82,7 +82,7 @@
82
82
  margin-top: spacing.$unit-sm;
83
83
 
84
84
  a {
85
- color: colors.$teal-05;
85
+ color: colors.$iceberg;
86
86
  }
87
87
  }
88
88
  }
@@ -87,7 +87,7 @@ $headerHeightLg: $headerRowHeightLg + $swishHeightLg;
87
87
  @include breakpoint(sm) {
88
88
  margin-left: 0;
89
89
  padding-right: spacing.$unit-lg;
90
- border-right: 1px solid colors.$teal-50;
90
+ border-right: 1px solid colors.$persian;
91
91
  }
92
92
 
93
93
  & .clickable {
@@ -26,7 +26,7 @@
26
26
  color: colors.$brand-secondary;
27
27
  width: 20px;
28
28
  height: 32px;
29
- border-right: 1px solid colors.$grey-20;
29
+ border-right: 1px solid colors.$silver;
30
30
  font-size: rem(18px);
31
31
  @include breakpoint(md) {
32
32
  width: 30px;
@@ -15,12 +15,12 @@
15
15
  }
16
16
 
17
17
  &.active {
18
- color: colors.$teal-75;
18
+ color: colors.$surfie;
19
19
  }
20
20
  }
21
21
 
22
22
  .LOLAuthorisedLink-icon img {
23
- border-color: colors.$teal-75;
23
+ border-color: colors.$surfie;
24
24
  border-width: 2px;
25
25
  border-radius: 12px;
26
26
  border-style: solid;
@@ -28,8 +28,8 @@
28
28
  }
29
29
 
30
30
  .LOLAuthorisedLink-icon-active img {
31
- background-color: colors.$teal-75;
32
- border-color: colors.$teal-75;
31
+ background-color: colors.$surfie;
32
+ border-color: colors.$surfie;
33
33
  border-width: 2px;
34
34
  border-radius: 12px;
35
35
  border-style: solid;
@@ -26,7 +26,7 @@
26
26
  min-height: 3rem;
27
27
 
28
28
  &:hover {
29
- background-color: colors.$blue-05;
29
+ background-color: colors.$polar;
30
30
  cursor: pointer;
31
31
  }
32
32
  }
@@ -38,5 +38,5 @@
38
38
  }
39
39
 
40
40
  .LOLFirmSwitcherMenu .material-icons-round {
41
- color: colors.$teal-75;
41
+ color: colors.$surfie;
42
42
  }
@@ -4,7 +4,7 @@
4
4
  .LOLUserLastLogin {
5
5
  width: 100%;
6
6
  height: 68px;
7
- background-color: colors.$grey-10;
7
+ background-color: colors.$lily;
8
8
  position: absolute;
9
9
  bottom: 0;
10
10
  text-align: center;
@@ -1,7 +1,7 @@
1
1
  @use '../../../scss/Foundation/Variables/LuiColors' as luiColors;
2
2
 
3
3
  .LuiFileInputBox-upload {
4
- outline: 2px dashed luiColors.$grey-10;
4
+ outline: 2px dashed luiColors.$lily;
5
5
  color: dimgray;
6
6
  cursor: pointer;
7
7
  position: relative;
@@ -44,7 +44,7 @@
44
44
 
45
45
  .LuiFileInputBox-upload-icon-upload {
46
46
  width: 120px;
47
- fill: luiColors.$blue-75;
47
+ fill: luiColors.$sea;
48
48
  margin-left: auto;
49
49
  margin-right: auto;
50
50
  }
@@ -76,4 +76,3 @@
76
76
  padding-bottom: 12px;
77
77
  font-weight: 600;
78
78
  }
79
-
@@ -1,58 +0,0 @@
1
- @use "../../Foundation/Variables/ColorVars" as colors;
2
- @use "../../Foundation/Variables/FontVars" as fonts;
3
-
4
- .lui-tabs {
5
- &-style-underline {
6
- .lui-tab-group {
7
- .lui-tab {
8
- @include fonts.font-semibold;
9
- background-color: transparent;
10
- border: none;
11
- border-radius: 0;
12
- font-size: 1.125rem;
13
- color: colors.$base-type-color;
14
- &:focus {
15
- outline: none;
16
- // border-bottom: 2px solid $blue-50;
17
- background-color: rgba(colors.$teal-50, 0.2);
18
- }
19
- &-active,
20
- &-active:focus {
21
- // border-bottom: 3px solid $brand-secondary;
22
- position: relative;
23
- background: none;
24
- &:after {
25
- content: '';
26
- display: block;
27
- height: 3px;
28
- width: 100%;
29
- padding: 0 32px;
30
- left: 0;
31
- right: 0;
32
- box-sizing: border-box;
33
- background: linear-gradient(
34
- 270deg,
35
- colors.$teal-25 1%,
36
- colors.$teal-50 100%
37
- );
38
- border-radius: 1.5px;
39
- position: absolute;
40
- }
41
- outline: none;
42
- }
43
- }
44
- }
45
- }
46
-
47
- .lui-tab-group-justified {
48
- display: flex;
49
- justify-content: space-between;
50
- }
51
-
52
- .lui-tab-panel {
53
- display: none;
54
- &.lui-tab-panel-active {
55
- display: initial;
56
- }
57
- }
58
- }
@@ -21,7 +21,7 @@
21
21
  color: colors.$base-type-color;
22
22
  @include fonts.font-light;
23
23
 
24
- a[role="menuitem"] {
24
+ a[role='menuitem'] {
25
25
  text-decoration: none;
26
26
  color: colors.$base-type-color;
27
27
  @include fonts.font-light;
@@ -42,7 +42,7 @@ body.lui-menu-drawer-open {
42
42
  top: 0;
43
43
  right: 0;
44
44
  overflow-x: hidden;
45
- border-left: 2px solid colors.$grey-10;
45
+ border-left: 2px solid colors.$lily;
46
46
  transition: right 0.5s, visibility 0.6s;
47
47
 
48
48
  .lui-header & {
@@ -67,7 +67,7 @@ body.lui-menu-drawer-open {
67
67
 
68
68
  &-options {
69
69
  hr {
70
- background-color: colors.$grey-10;
70
+ background-color: colors.$lily;
71
71
  }
72
72
  }
73
73
 
@@ -78,7 +78,7 @@ body.lui-menu-drawer-open {
78
78
 
79
79
  &:hover {
80
80
  cursor: pointer;
81
- background-color: colors.$blue-05;
81
+ background-color: colors.$polar;
82
82
  }
83
83
 
84
84
  &-label {
@@ -119,7 +119,7 @@ body.lui-menu-drawer-open {
119
119
 
120
120
  .LuiDrawerMenuSection-header {
121
121
  @include fonts.font-semibold;
122
- background-color: colors.$grey-05;
122
+ background-color: colors.$hint;
123
123
  white-space: nowrap;
124
124
  padding-left: 16px;
125
125
  padding-right: 8px;
@@ -134,12 +134,12 @@ body.lui-menu-drawer-open {
134
134
  .LuiDrawerMenuSection-header h3 {
135
135
  @include fonts.font-semibold;
136
136
  font-size: fonts.$base-font-size;
137
- color: colors.$text;
137
+ color: colors.$base-type-color;
138
138
  margin-top: 0;
139
139
  line-height: 32px;
140
140
  }
141
141
 
142
142
  .LuiDrawerMenuDivider {
143
143
  height: 1px;
144
- background-color: colors.$grey-10;
144
+ background-color: colors.$lily;
145
145
  }
@@ -8,8 +8,8 @@
8
8
  border-left: 50px solid #ccc;
9
9
  padding: spacing.$unit-sm 50px 16px spacing.$unit-sm;
10
10
  margin: spacing.$unit-lg 0;
11
- color: colors.$grey-60;
12
- background: colors.$grey-10;
11
+ color: colors.$fuscous;
12
+ background: colors.$lily;
13
13
  position: relative;
14
14
 
15
15
  p {
@@ -20,7 +20,7 @@
20
20
  h2 {
21
21
  font-size: fonts.$base-font-size;
22
22
  @include fonts.font-semibold;
23
- color: colors.$grey-60;
23
+ color: colors.$fuscous;
24
24
  margin: 0;
25
25
  }
26
26
 
@@ -37,7 +37,7 @@
37
37
  background: none;
38
38
  padding: 0;
39
39
  border: none;
40
- color: colors.$grey-60;
40
+ color: colors.$fuscous;
41
41
  &:hover {
42
42
  cursor: pointer;
43
43
  }
@@ -113,7 +113,7 @@
113
113
 
114
114
  .lui-msg-banner-container {
115
115
  width: 100%;
116
- background: colors.$grey-10;
116
+ background: colors.$lily;
117
117
  padding: spacing.$unit-xxs;
118
118
  @include breakpoint(md) {
119
119
  padding: spacing.$unit-lg;
@@ -7,7 +7,7 @@
7
7
  padding: spacing.$unit-lg;
8
8
  border-left: 0px solid transparent;
9
9
  margin: spacing.$unit-lg 0;
10
- color: colors.$grey-60;
10
+ color: colors.$fuscous;
11
11
  background: #fff;
12
12
  position: relative;
13
13
  max-width: 600px;
@@ -15,7 +15,7 @@
15
15
  h2 {
16
16
  font-size: 1.25rem;
17
17
  @include fonts.font-semibold;
18
- color: colors.$grey-60;
18
+ color: colors.$fuscous;
19
19
  margin: 0;
20
20
  }
21
21
  h2 + p {
@@ -101,4 +101,4 @@
101
101
 
102
102
  .lui-modal-header-title h1 {
103
103
  color: colors.$white;
104
- }
104
+ }
@@ -20,7 +20,7 @@
20
20
  }
21
21
 
22
22
  button {
23
- color: colors.$blue-75;
23
+ color: colors.$sea;
24
24
  }
25
25
 
26
26
  background-color: #fff;
@@ -36,7 +36,7 @@
36
36
  );
37
37
  min-height: 100px;
38
38
  padding: spacing.$unit-lg spacing.$unit-lg 0 spacing.$unit-lg;
39
- border-bottom: 1px solid colors.$blue-75;
39
+ border-bottom: 1px solid colors.$sea;
40
40
 
41
41
  h1 {
42
42
  color: #fff;
@@ -90,8 +90,8 @@ button {
90
90
 
91
91
  &:disabled {
92
92
  color: colors.$disabled-color;
93
- background: colors.$grey-10;
94
- border-color: colors.$grey-10;
93
+ background: colors.$lily;
94
+ border-color: colors.$lily;
95
95
 
96
96
  i,
97
97
  svg * {
@@ -154,35 +154,35 @@ a.lui-button {
154
154
  }
155
155
 
156
156
  &-primary {
157
- // var $btnTxtCol, $btnBgCol, $borderCol, $$myStrokeWeight : 2px, $myBtnLineHeight : 40px
158
- @include button-builder(#fff, colors.$blue-75, colors.$blue-75);
157
+ // var $btnTxtCol, $btnBgCol, $borderCol, $myStrokeWeight : 2px, $myBtnLineHeight : 40px
158
+ @include button-builder(#fff, colors.$sea, colors.$sea);
159
159
  // var $btnTxtColHover, $btnBgColHover, $borderColHover, $btnTxtColActive, $btnBgColActive, $borderColActive
160
160
  @include button-states-builder(
161
161
  #fff,
162
162
  colors.$brand-primary,
163
163
  colors.$brand-primary,
164
164
  $reversed-btn-active-txt,
165
- colors.$blue-100,
166
- colors.$blue-100
165
+ colors.$teal,
166
+ colors.$teal
167
167
  );
168
168
  }
169
169
 
170
170
  &-secondary {
171
- // var $btnTxtCol, $btnBgCol, $borderCol, $$myStrokeWeight : 2px, $myBtnLineHeight : 40px
172
- @include button-builder(colors.$blue-75, #fff, colors.$blue-75);
171
+ // var $btnTxtCol, $btnBgCol, $borderCol, $myStrokeWeight : 2px, $myBtnLineHeight : 40px
172
+ @include button-builder(colors.$sea, #fff, colors.$sea);
173
173
  // var $btnTxtColHover, $btnBgColHover, $borderColHover, $btnTxtColActive, $btnBgColActive, $borderColActive
174
174
  @include button-states-builder(
175
175
  #fff,
176
176
  colors.$brand-primary,
177
177
  colors.$brand-primary,
178
178
  $reversed-btn-active-txt,
179
- colors.$blue-100,
180
- colors.$blue-100
179
+ colors.$teal,
180
+ colors.$teal
181
181
  );
182
182
 
183
183
  i,
184
184
  svg * {
185
- color: colors.$blue-75;
185
+ color: colors.$sea;
186
186
  }
187
187
 
188
188
  &:hover i {
@@ -191,7 +191,7 @@ a.lui-button {
191
191
  }
192
192
 
193
193
  &-tertiary {
194
- // var $btnTxtCol, $btnBgCol, $borderCol, $$myStrokeWeight : 2px, $myBtnLineHeight : 40px
194
+ // var $btnTxtCol, $btnBgCol, $borderCol, $myStrokeWeight : 2px, $myBtnLineHeight : 40px
195
195
  @include button-builder(#fff, colors.$green-btn, colors.$green-btn);
196
196
  // var $btnTxtColHover, $btnBgColHover, $borderColHover, $btnTxtColActive, $btnBgColActive, $borderColActive
197
197
  @include button-states-builder(
@@ -205,7 +205,7 @@ a.lui-button {
205
205
  }
206
206
 
207
207
  &-error {
208
- // var $btnTxtCol, $btnBgCol, $borderCol, $$myStrokeWeight : 2px, $myBtnLineHeight : 40px
208
+ // var $btnTxtCol, $btnBgCol, $borderCol, $myStrokeWeight : 2px, $myBtnLineHeight : 40px
209
209
  @include button-builder(#fff, colors.$error, colors.$error);
210
210
  // var $btnTxtColHover, $btnBgColHover, $borderColHover, $btnTxtColActive, $btnBgColActive, $borderColActive
211
211
  @include button-states-builder(
@@ -258,10 +258,10 @@ a.lui-button {
258
258
  @include button-builder(colors.$txt-link, transparent, #fff, 0, 24px);
259
259
  // var $btnTxtColHover, $btnBgColHover, $borderColHover, $btnTxtColActive, $btnBgColActive, $borderColActive
260
260
  @include button-states-builder(
261
- colors.$blue-100,
261
+ colors.$teal,
262
262
  transparent,
263
263
  none,
264
- colors.$blue-100,
264
+ colors.$teal,
265
265
  none,
266
266
  none
267
267
  );
@@ -277,7 +277,7 @@ a.lui-button {
277
277
  }
278
278
 
279
279
  &:disabled {
280
- color: colors.$grey-30;
280
+ color: colors.$gray;
281
281
  background: none;
282
282
  border: 0;
283
283
  text-decoration: none;
@@ -288,8 +288,8 @@ a.lui-button {
288
288
 
289
289
  i,
290
290
  svg * {
291
- color: colors.$grey-30;
292
- fill: colors.$grey-30;
291
+ color: colors.$gray;
292
+ fill: colors.$gray;
293
293
  }
294
294
  }
295
295
  }
@@ -307,15 +307,15 @@ a.lui-button {
307
307
  font-weight: inherit;
308
308
 
309
309
  &:disabled {
310
- color: colors.$grey-30;
310
+ color: colors.$gray;
311
311
  background: none;
312
312
  border: 0;
313
313
  text-decoration: none;
314
314
 
315
315
  i,
316
316
  svg * {
317
- color: colors.$grey-30;
318
- fill: colors.$grey-30;
317
+ color: colors.$gray;
318
+ fill: colors.$gray;
319
319
  }
320
320
  }
321
321
  }
@@ -324,7 +324,7 @@ a.lui-button {
324
324
  &-icon-only-rev,
325
325
  &-icon-only-link {
326
326
  // var $btnTxtCol, $btnBgCol, $borderCol, $myStrokeWeight : 2px, $myBtnLineHeight : 40px
327
- @include button-builder(colors.$blue-75, transparent, transparent);
327
+ @include button-builder(colors.$sea, transparent, transparent);
328
328
  // var $btnTxtColHover, $btnBgColHover, $borderColHover, $btnTxtColActive, $btnBgColActive, $borderColActive
329
329
  @include button-states-builder(
330
330
  colors.$primary-hover-btn,
@@ -490,7 +490,7 @@ a.lui-button {
490
490
  width: 100%;
491
491
 
492
492
  &.lui-button-active {
493
- background-color: colors.$blue-75;
493
+ background-color: colors.$sea;
494
494
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
495
495
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
496
496
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
@@ -499,7 +499,7 @@ a.lui-button {
499
499
  }
500
500
 
501
501
  &:hover {
502
- background: colors.$blue-75;
502
+ background: colors.$sea;
503
503
  cursor: pointer;
504
504
  color: colors.$white;
505
505
  }
@@ -534,7 +534,7 @@ a.lui-button {
534
534
  @include ScreenReadersOnly();
535
535
 
536
536
  &:checked + label {
537
- background-color: colors.$blue-75;
537
+ background-color: colors.$sea;
538
538
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
539
539
  color: colors.$white;
540
540
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
@@ -546,7 +546,7 @@ a.lui-button {
546
546
 
547
547
  &:checked:disabled + label,
548
548
  &:disabled:checked + label:hover {
549
- background-color: colors.$grey-30;
549
+ background-color: colors.$gray;
550
550
  color: colors.$white;
551
551
 
552
552
  .LuiDeprecatedForms & {
@@ -556,12 +556,12 @@ a.lui-button {
556
556
 
557
557
  &:focus:not([disabled]) + label {
558
558
  color: colors.$white;
559
- background: colors.$blue-75;
559
+ background: colors.$sea;
560
560
  cursor: pointer;
561
561
  }
562
562
 
563
563
  &:disabled + label {
564
- border-color: colors.$grey-30 !important; // imp! for overwrite RH border styling
564
+ border-color: colors.$gray !important; // imp! for overwrite RH border styling
565
565
  }
566
566
 
567
567
  &:disabled + label:hover {
@@ -584,8 +584,8 @@ a.lui-button {
584
584
  line-height: 40px;
585
585
  transition: background-color 0.3s, color 0.3s, height 0.3s, border 0.3s;
586
586
  text-align: center;
587
- border: 2px solid colors.$blue-75;
588
- color: colors.$blue-75;
587
+ border: 2px solid colors.$sea;
588
+ color: colors.$sea;
589
589
  border-radius: 0;
590
590
  border-right: none;
591
591
  width: 100%;
@@ -593,7 +593,7 @@ a.lui-button {
593
593
 
594
594
  &:hover {
595
595
  color: colors.$white;
596
- background: colors.$blue-75;
596
+ background: colors.$sea;
597
597
  cursor: pointer;
598
598
  }
599
599
  }
@@ -614,7 +614,7 @@ a.lui-button {
614
614
  @include ScreenReadersOnly();
615
615
 
616
616
  &:checked + label {
617
- background-color: colors.$blue-75;
617
+ background-color: colors.$sea;
618
618
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
619
619
  color: colors.$white;
620
620
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
@@ -622,7 +622,7 @@ a.lui-button {
622
622
 
623
623
  &:focus + label {
624
624
  color: colors.$white;
625
- background: colors.$blue-75;
625
+ background: colors.$sea;
626
626
  cursor: pointer;
627
627
  }
628
628
  }
@@ -635,8 +635,8 @@ a.lui-button {
635
635
  line-height: 40px;
636
636
  transition: background-color 0.3s, color 0.3s, height 0.3s, border 0.3s;
637
637
  text-align: center;
638
- border: 2px solid colors.$blue-75;
639
- color: colors.$blue-75;
638
+ border: 2px solid colors.$sea;
639
+ color: colors.$sea;
640
640
  border-radius: 0;
641
641
  border-right: none;
642
642
  width: 100%;
@@ -644,7 +644,7 @@ a.lui-button {
644
644
 
645
645
  &:hover {
646
646
  color: colors.$white;
647
- background: colors.$blue-75;
647
+ background: colors.$sea;
648
648
  cursor: pointer;
649
649
  }
650
650
  }
@@ -661,7 +661,7 @@ a.lui-button {
661
661
  grid-column: span 12;
662
662
 
663
663
  label {
664
- border-right: 2px solid colors.$blue-75;
664
+ border-right: 2px solid colors.$sea;
665
665
  border-radius: 0 spacing.$unit-xs spacing.$unit-xs 0;
666
666
  }
667
667
  }
@@ -718,7 +718,7 @@ a.lui-button {
718
718
  grid-column: span 8;
719
719
 
720
720
  label {
721
- border-right: 2px solid colors.$blue-75;
721
+ border-right: 2px solid colors.$sea;
722
722
  border-radius: 0 spacing.$unit-xs spacing.$unit-xs 0;
723
723
  }
724
724
  }
@@ -25,7 +25,7 @@
25
25
  @include fonts.font-regular;
26
26
  font-size: $my-font-size;
27
27
  color: colors.$input-text;
28
- border: forms.$input-border-width solid colors.$grey-20;
28
+ border: forms.$input-border-width solid colors.$silver;
29
29
  border-radius: misc.$borderRadius;
30
30
  line-height: $my-input-height;
31
31
  width: 100%;
@@ -161,7 +161,7 @@
161
161
  right: 14px;
162
162
  top: 0;
163
163
  line-height: $my-line-height;
164
- color: colors.$grey-20;
164
+ color: colors.$silver;
165
165
  }
166
166
  }
167
167
  }
@@ -27,10 +27,10 @@
27
27
  position: relative;
28
28
  margin: 0;
29
29
  &:disabled {
30
- border: forms.$input-border-width solid colors.$grey-30;
31
- background-color: colors.$grey-10;
30
+ border: forms.$input-border-width solid colors.$gray;
31
+ background-color: colors.$lily;
32
32
  + label {
33
- color: colors.$grey-30;
33
+ color: colors.$gray;
34
34
  }
35
35
  }
36
36
  }
@@ -46,5 +46,5 @@
46
46
  }
47
47
 
48
48
  .lui-inactive-icon {
49
- color: colors.$grey-30;
49
+ color: colors.$gray;
50
50
  }
@@ -28,7 +28,7 @@ table {
28
28
  }
29
29
 
30
30
  thead {
31
- border-top: 1px solid colors.$grey-30;
31
+ border-top: 1px solid colors.$gray;
32
32
  //automatically style the th in a thead row, but for headers in a column, use the class name on a cell
33
33
  th,
34
34
  .lui-table-head-cell {
@@ -38,12 +38,12 @@ table {
38
38
  }
39
39
 
40
40
  tbody {
41
- border-top: 1px solid colors.$grey-30;
42
- border-bottom: 1px solid colors.$grey-30;
41
+ border-top: 1px solid colors.$gray;
42
+ border-bottom: 1px solid colors.$gray;
43
43
  }
44
44
 
45
45
  tr {
46
- border-bottom: 1px solid colors.$grey-10;
46
+ border-bottom: 1px solid colors.$lily;
47
47
  //adding white border to the top so there is a clear division between rows when background colour changes on selection
48
48
  &:not(:first-child) {
49
49
  border-top: 1px solid #fff;
@@ -51,7 +51,7 @@ table {
51
51
  }
52
52
 
53
53
  .lui-table-row-selected {
54
- background-color: colors.$blue-05 !important;
54
+ background-color: colors.$polar !important;
55
55
  }
56
56
 
57
57
  th {
@@ -106,19 +106,19 @@ table {
106
106
  &-table-zebra {
107
107
  tr {
108
108
  &:nth-child(even) {
109
- background-color: colors.$grey-05;
109
+ background-color: colors.$hint;
110
110
  }
111
111
  }
112
112
  }
113
113
 
114
114
  // A class to apply the zebra styling to a specific tag. Could be a <tr>, a <div>, a <li>. Use your App logic for alternating styling between rows as there is no CSS to do this
115
115
  &-row-zebra {
116
- background-color: colors.$grey-05;
116
+ background-color: colors.$hint;
117
117
  }
118
118
 
119
119
  // To be applied on a <tbody> and only has scope for the rows within that level, it won't style child rows, so it won't affect nested tables
120
120
  &-table-first-level-row-zebra > tr:nth-child(even) {
121
- background-color: colors.$grey-05;
121
+ background-color: colors.$hint;
122
122
  }
123
123
  }
124
124