@ilo-org/styles 1.10.2 → 1.11.0

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 (112) hide show
  1. package/README.md +87 -20
  2. package/css/components/container.css +1 -1
  3. package/css/components/contextmenu.css +1 -1
  4. package/css/components/factlistcard.css +1 -1
  5. package/css/components/fieldset.css +1 -1
  6. package/css/components/file-upload.css +1 -1
  7. package/css/components/hero.css +1 -1
  8. package/css/components/herocard.css +1 -1
  9. package/css/components/input.css +1 -1
  10. package/css/components/linklist.css +1 -1
  11. package/css/components/logo.css +1 -1
  12. package/css/components/logogrid.css +1 -1
  13. package/css/components/modal.css +1 -1
  14. package/css/components/navigation.css +1 -1
  15. package/css/components/notification.css +1 -1
  16. package/css/components/radio.css +1 -1
  17. package/css/components/readmore.css +1 -1
  18. package/css/components/searchfield.css +1 -1
  19. package/css/components/statcard.css +1 -1
  20. package/css/components/table.css +1 -1
  21. package/css/components/tableofcontents.css +1 -1
  22. package/css/components/textarea.css +1 -1
  23. package/css/components/textinput.css +1 -1
  24. package/css/components/toggle.css +1 -1
  25. package/css/components/tooltip.css +1 -1
  26. package/css/components/video.css +1 -1
  27. package/css/global.css +1 -1
  28. package/css/global.css.map +1 -1
  29. package/css/index.css +7 -9
  30. package/css/index.css.map +1 -1
  31. package/css/monorepo.css +7 -9
  32. package/css/monorepo.css.map +1 -1
  33. package/package.json +2 -4
  34. package/scss/_animations.scss +0 -5
  35. package/scss/_config.scss +6 -0
  36. package/scss/_functions.scss +4 -35
  37. package/scss/{_tokens.scss → _icons.scss} +1 -1
  38. package/scss/_mixins.scss +13 -115
  39. package/scss/_typography.scss +4 -13
  40. package/scss/_typographymonorepo.scss +33 -24
  41. package/scss/components/_accordion.scss +0 -1
  42. package/scss/components/_blockquote.scss +0 -1
  43. package/scss/components/_breadcrumb.scss +0 -1
  44. package/scss/components/_button.scss +1 -2
  45. package/scss/components/_callout.scss +0 -1
  46. package/scss/components/_card.scss +0 -1
  47. package/scss/components/_cardgroup.scss +0 -1
  48. package/scss/components/_container.scss +2 -3
  49. package/scss/components/_contextmenu.scss +2 -3
  50. package/scss/components/_datacard.scss +0 -1
  51. package/scss/components/_datepicker.scss +0 -1
  52. package/scss/components/_detailcard.scss +0 -1
  53. package/scss/components/_empty.scss +0 -1
  54. package/scss/components/_factlistcard.scss +1 -2
  55. package/scss/components/_featurecard.scss +0 -1
  56. package/scss/components/_fieldset.scss +4 -12
  57. package/scss/components/_file-upload.scss +24 -32
  58. package/scss/components/_form.scss +0 -1
  59. package/scss/components/_formcontrol.scss +0 -1
  60. package/scss/components/_hero.scss +47 -53
  61. package/scss/components/_herocard.scss +35 -36
  62. package/scss/components/_image.scss +0 -1
  63. package/scss/components/_input.scss +8 -28
  64. package/scss/components/_languagetoggle.scss +0 -1
  65. package/scss/components/_link.scss +0 -1
  66. package/scss/components/_linklist.scss +18 -31
  67. package/scss/components/_list.scss +0 -1
  68. package/scss/components/_loading.scss +0 -1
  69. package/scss/components/_logo.scss +2 -4
  70. package/scss/components/_logogrid.scss +3 -4
  71. package/scss/components/_modal.scss +1 -2
  72. package/scss/components/_multilinkcard.scss +0 -1
  73. package/scss/components/_navigation.scss +102 -103
  74. package/scss/components/_notification.scss +77 -98
  75. package/scss/components/_pagination.scss +0 -1
  76. package/scss/components/_profile.scss +0 -1
  77. package/scss/components/_promocard.scss +0 -1
  78. package/scss/components/_radio.scss +8 -9
  79. package/scss/components/_readmore.scss +8 -9
  80. package/scss/components/_richtext.scss +0 -1
  81. package/scss/components/_scorecard.scss +0 -1
  82. package/scss/components/_searchfield.scss +27 -44
  83. package/scss/components/_statcard.scss +9 -17
  84. package/scss/components/_status.scss +0 -1
  85. package/scss/components/_table.scss +31 -32
  86. package/scss/components/_tableofcontents.scss +29 -20
  87. package/scss/components/_tabs.scss +0 -1
  88. package/scss/components/_tag.scss +0 -1
  89. package/scss/components/_textarea.scss +10 -28
  90. package/scss/components/_textcard.scss +0 -1
  91. package/scss/components/_textinput.scss +9 -28
  92. package/scss/components/_toggle.scss +6 -45
  93. package/scss/components/_tooltip.scss +23 -17
  94. package/scss/components/_video.scss +43 -20
  95. package/scss/components/navigation/_nav-compact.scss +1 -1
  96. package/scss/components/navigation/_nav-complex.scss +1 -1
  97. package/scss/components/navigation/_nav-main.scss +1 -1
  98. package/scss/components/navigation/internal/_nav-dropdown.scss +1 -1
  99. package/scss/components/navigation/internal/_nav-grid.scss +1 -1
  100. package/scss/components/navigation/internal/_nav-menu.scss +1 -1
  101. package/scss/components/navigation/internal/_nav-shared.scss +1 -1
  102. package/scss/components/navigation/internal/mobile/_nav-mobile-drawer.scss +1 -1
  103. package/scss/components/navigation/internal/mobile/_nav-mobile-menu.scss +1 -1
  104. package/scss/components/navigation/internal/mobile/_nav-mobile.scss +1 -1
  105. package/scss/components/photogallery/_expandable-caption.scss +1 -1
  106. package/scss/components/photogallery/_lightbox.scss +1 -1
  107. package/scss/components/photogallery/_lightboxgallery.scss +1 -1
  108. package/scss/components/photogallery/_photogallery-controls.scss +1 -1
  109. package/scss/components/photogallery/_photogallery-thumbnails.scss +1 -1
  110. package/scss/components/photogallery/_photogallery.scss +1 -1
  111. package/scss/theme/_foundation.scss +6 -0
  112. package/scss/theme/_typography.scss +4 -0
@@ -1,4 +1,3 @@
1
- @use "../tokens" as *;
2
1
  @use "../functions" as *;
3
2
  @import "../mixins";
4
3
 
@@ -22,11 +21,11 @@
22
21
  }
23
22
 
24
23
  &--nav {
25
- background: $brand-ilo-dark-blue;
24
+ background: var(--ilo-color-blue-dark);
26
25
  }
27
26
 
28
27
  &--menu {
29
- @include dataurlicon("burger", $brand-ilo-white);
28
+ @include dataurlicon("burger", rgba(255, 255, 255, 1));
30
29
  align-self: center;
31
30
  background-color: transparent;
32
31
  background-position: center;
@@ -43,8 +42,8 @@
43
42
 
44
43
  &:hover,
45
44
  &:focus {
46
- @include dataurlicon("burger", $brand-ilo-blue);
47
- background-color: $brand-ilo-light-blue;
45
+ @include dataurlicon("burger", rgba(30, 45, 190, 1));
46
+ background-color: var(--ilo-color-blue-lighter);
48
47
  background-position: center;
49
48
  background-repeat: no-repeat;
50
49
  background-size: 32px;
@@ -55,8 +54,8 @@
55
54
  }
56
55
 
57
56
  &--close {
58
- @include dataurlicon("close", $brand-ilo-dark-blue);
59
- background-color: $brand-ilo-grey-light;
57
+ @include dataurlicon("close", rgba(35, 0, 80, 1));
58
+ background-color: var(--ilo-color-gray-light);
60
59
  background-position: center;
61
60
  background-repeat: no-repeat;
62
61
  background-size: 32px;
@@ -71,8 +70,8 @@
71
70
 
72
71
  &:hover,
73
72
  &:focus {
74
- @include dataurlicon("close", $brand-ilo-blue);
75
- background-color: $brand-ilo-light-blue;
73
+ @include dataurlicon("close", rgba(30, 45, 190, 1));
74
+ background-color: var(--ilo-color-blue-lighter);
76
75
  background-position: center;
77
76
  background-repeat: no-repeat;
78
77
  background-size: 32px;
@@ -104,7 +103,7 @@
104
103
  }
105
104
 
106
105
  &--logo-bar {
107
- background: $brand-ilo-blue;
106
+ background: var(--ilo-color-blue);
108
107
  display: flex;
109
108
  width: 100%;
110
109
 
@@ -114,7 +113,7 @@
114
113
  }
115
114
 
116
115
  @include breakpoint("lg") {
117
- background: $brand-ilo-blue;
116
+ background: var(--ilo-color-blue);
118
117
  }
119
118
  }
120
119
 
@@ -122,7 +121,7 @@
122
121
  display: none;
123
122
  min-height: px-to-rem(24px);
124
123
  &--local {
125
- background: $brand-ilo-blue;
124
+ background: var(--ilo-color-blue);
126
125
  display: flex;
127
126
  justify-content: space-between;
128
127
  padding: 0 spacing(5);
@@ -131,7 +130,7 @@
131
130
  display: none;
132
131
 
133
132
  &--link {
134
- @include dataurlicon("chevron_left", $brand-ilo-white);
133
+ @include dataurlicon("chevron_left", rgba(255, 255, 255, 1));
135
134
  @include typography("body-small");
136
135
  appearance: none;
137
136
  background-color: inherit;
@@ -139,7 +138,7 @@
139
138
  background-repeat: no-repeat;
140
139
  background-size: px-to-rem(24px);
141
140
  border: none;
142
- color: $brand-ilo-white;
141
+ color: var(--ilo-color-white);
143
142
  cursor: pointer;
144
143
  padding: spacing(4) spacing(4) spacing(4) spacing(9);
145
144
  text-decoration: none;
@@ -152,21 +151,21 @@
152
151
 
153
152
  &:focus,
154
153
  &:hover {
155
- @include dataurlicon("chevron_left", $brand-ilo-blue);
156
- background-color: $brand-ilo-light-blue;
157
- color: $brand-ilo-blue;
154
+ @include dataurlicon("chevron_left", rgba(30, 45, 190, 1));
155
+ background-color: var(--ilo-color-blue-lighter);
156
+ color: var(--ilo-color-blue);
158
157
  }
159
158
 
160
159
  [dir="rtl"] {
161
- @include dataurlicon("chevron_right", $brand-ilo-white);
160
+ @include dataurlicon("chevron_right", rgba(255, 255, 255, 1));
162
161
  background-position: calc(100% - 16px) 50%;
163
162
  padding: 16px 36px 16px 16px;
164
163
 
165
164
  &:focus,
166
165
  &:hover {
167
- @include dataurlicon("chevron_right", $brand-ilo-blue);
168
- background-color: $brand-ilo-light-blue;
169
- color: $brand-ilo-blue;
166
+ @include dataurlicon("chevron_right", rgba(30, 45, 190, 1));
167
+ background-color: var(--ilo-color-blue-lighter);
168
+ color: var(--ilo-color-blue);
170
169
  }
171
170
  }
172
171
 
@@ -187,7 +186,7 @@
187
186
  }
188
187
 
189
188
  @include breakpoint("lg") {
190
- background: $brand-ilo-blue;
189
+ background: var(--ilo-color-blue);
191
190
  display: flex;
192
191
  justify-content: flex-end;
193
192
  width: 100%;
@@ -215,7 +214,7 @@
215
214
  }
216
215
 
217
216
  &--navigation {
218
- background: $brand-ilo-white;
217
+ background: var(--ilo-color-white);
219
218
  height: 100%;
220
219
  left: 0;
221
220
  overflow-x: hidden;
@@ -241,7 +240,7 @@
241
240
  }
242
241
 
243
242
  @include breakpoint("lg") {
244
- background: $brand-ilo-dark-blue;
243
+ background: var(--ilo-color-blue-dark);
245
244
  overflow: visible;
246
245
  position: static;
247
246
  transform: none;
@@ -251,7 +250,7 @@
251
250
 
252
251
  &--logo-tagline {
253
252
  @include typography("highlight-large");
254
- color: $brand-ilo-white;
253
+ color: var(--ilo-color-white);
255
254
  display: none;
256
255
  font-family: var(--ilo-fonts-display);
257
256
  font-weight: 700;
@@ -264,7 +263,7 @@
264
263
 
265
264
  &--small {
266
265
  @include typography("body-xsmall");
267
- color: $brand-ilo-ramp-blue;
266
+ color: var(--ilo-color-blue-light);
268
267
  display: block;
269
268
  }
270
269
  }
@@ -310,7 +309,7 @@
310
309
  }
311
310
 
312
311
  &--link {
313
- color: $brand-ilo-dark-blue;
312
+ color: var(--ilo-color-blue-dark);
314
313
  display: block;
315
314
  padding: spacing(4) spacing(9) spacing(4) spacing(2);
316
315
  text-decoration: none;
@@ -320,38 +319,38 @@
320
319
 
321
320
  &:hover,
322
321
  &:focus {
323
- background: $brand-ilo-light-blue;
324
- color: $brand-ilo-blue;
322
+ background: var(--ilo-color-blue-lighter);
323
+ color: var(--ilo-color-blue);
325
324
  text-decoration: none;
326
325
  }
327
326
 
328
327
  @include breakpoint("lg") {
329
- background: $brand-ilo-dark-blue;
330
- color: $brand-ilo-white;
328
+ background: var(--ilo-color-blue-dark);
329
+ color: var(--ilo-color-white);
331
330
  display: inline-block;
332
331
  padding: 21.5px spacing(6) 20.5px;
333
332
 
334
333
  &:hover,
335
334
  &:focus {
336
- background: $brand-ilo-light-blue;
337
- color: $brand-ilo-blue;
335
+ background: var(--ilo-color-blue-lighter);
336
+ color: var(--ilo-color-blue);
338
337
  text-decoration: none;
339
338
  }
340
339
  }
341
340
  }
342
341
 
343
342
  &--trigger {
344
- @include dataurlicon("chevron_right", $brand-ilo-dark-blue);
343
+ @include dataurlicon("chevron_right", rgba(35, 0, 80, 1));
345
344
  @include typography("highlight-medium");
346
345
 
347
346
  appearance: none;
348
- background-color: $brand-ilo-white;
347
+ background-color: var(--ilo-color-white);
349
348
  background-position: calc(100% - 16px) 55%;
350
349
  background-repeat: no-repeat;
351
350
  background-size: 24px;
352
351
  background-position-y: center;
353
352
  border: none;
354
- color: $brand-ilo-dark-blue;
353
+ color: var(--ilo-color-blue-dark);
355
354
  cursor: pointer;
356
355
  display: block;
357
356
  padding: spacing(4) spacing(9) spacing(4) spacing(2);
@@ -362,14 +361,14 @@
362
361
 
363
362
  &:focus,
364
363
  &:hover {
365
- @include dataurlicon("chevron_right", $brand-ilo-blue);
366
- background-color: $brand-ilo-light-blue;
367
- color: $brand-ilo-blue;
364
+ @include dataurlicon("chevron_right", rgba(30, 45, 190, 1));
365
+ background-color: var(--ilo-color-blue-lighter);
366
+ color: var(--ilo-color-blue);
368
367
  }
369
368
 
370
369
  [dir="rtl"] & {
371
- @include dataurlicon("chevron_left", $brand-ilo-dark-blue);
372
- background-color: $brand-ilo-white;
370
+ @include dataurlicon("chevron_left", rgba(35, 0, 80, 1));
371
+ background-color: var(--ilo-color-white);
373
372
  background-position: 16px 55%;
374
373
  background-repeat: no-repeat;
375
374
  background-size: 24px;
@@ -377,23 +376,23 @@
377
376
 
378
377
  &:focus,
379
378
  &:hover {
380
- @include dataurlicon("chevron_left", $brand-ilo-blue);
381
- background-color: $brand-ilo-light-blue;
382
- color: $brand-ilo-blue;
379
+ @include dataurlicon("chevron_left", rgba(30, 45, 190, 1));
380
+ background-color: var(--ilo-color-blue-lighter);
381
+ color: var(--ilo-color-blue);
383
382
  }
384
383
  }
385
384
 
386
385
  @include breakpoint("lg") {
387
- @include dataurlicon("plus", $brand-ilo-white);
386
+ @include dataurlicon("plus", rgba(255, 255, 255, 1));
388
387
  @include typography("highlight-medium-bold");
389
388
 
390
- background-color: $brand-ilo-dark-blue;
389
+ background-color: var(--ilo-color-blue-dark);
391
390
  background-position: 90% 55%;
392
391
  background-repeat: no-repeat;
393
392
  background-size: 20px;
394
- border: 1.5px solid rgba($brand-ilo-grey-ui, 0.5);
393
+ border: 1.5px solid rgba(184, 196, 204, 0.5);
395
394
  border-radius: 2px;
396
- color: $brand-ilo-white;
395
+ color: var(--ilo-color-white);
397
396
  cursor: pointer;
398
397
  display: inline-block;
399
398
  margin-left: spacing(5);
@@ -404,15 +403,15 @@
404
403
 
405
404
  &:focus,
406
405
  &:hover {
407
- @include dataurlicon("plus", $brand-ilo-blue);
408
- background-color: $brand-ilo-white;
409
- border-color: $brand-ilo-white;
410
- color: $brand-ilo-blue;
406
+ @include dataurlicon("plus", rgba(30, 45, 190, 1));
407
+ background-color: var(--ilo-color-white);
408
+ border-color: var(--ilo-color-white);
409
+ color: var(--ilo-color-blue);
411
410
  }
412
411
 
413
412
  [dir="rtl"] & {
414
- @include dataurlicon("plus", $brand-ilo-white);
415
- background-color: $brand-ilo-dark-blue;
413
+ @include dataurlicon("plus", rgba(255, 255, 255, 1));
414
+ background-color: var(--ilo-color-blue-dark);
416
415
  background-repeat: no-repeat;
417
416
  background-size: 20px;
418
417
  background-position: 10% 55%;
@@ -420,9 +419,9 @@
420
419
 
421
420
  &:focus,
422
421
  &:hover {
423
- @include dataurlicon("plus", $brand-ilo-blue);
424
- background-color: $brand-ilo-white;
425
- color: $brand-ilo-blue;
422
+ @include dataurlicon("plus", rgba(30, 45, 190, 1));
423
+ background-color: var(--ilo-color-white);
424
+ color: var(--ilo-color-blue);
426
425
  }
427
426
  }
428
427
  }
@@ -470,12 +469,12 @@
470
469
 
471
470
  &--item {
472
471
  @include typography("highlight-medium");
473
- color: $brand-ilo-white;
472
+ color: var(--ilo-color-white);
474
473
  }
475
474
 
476
475
  &--link {
477
476
  background: inherit;
478
- color: $brand-ilo-white;
477
+ color: var(--ilo-color-white);
479
478
  padding: 0 spacing(6);
480
479
  height: 100%;
481
480
  text-decoration: none;
@@ -488,15 +487,15 @@
488
487
 
489
488
  &:hover,
490
489
  &:focus {
491
- background: $brand-ilo-light-blue;
492
- color: $brand-ilo-blue;
490
+ background: var(--ilo-color-blue-lighter);
491
+ color: var(--ilo-color-blue);
493
492
  }
494
493
  }
495
494
  }
496
495
  }
497
496
 
498
497
  .ilo--mobile--nav {
499
- border-bottom: 3px solid $brand-ilo-grey-light;
498
+ border-bottom: 3px solid var(--ilo-color-gray-light);
500
499
  margin-bottom: spacing(4);
501
500
  padding-bottom: spacing(4);
502
501
 
@@ -507,7 +506,7 @@
507
506
  }
508
507
 
509
508
  &--language--select {
510
- background: $brand-ilo-white;
509
+ background: var(--ilo-color-white);
511
510
  left: 0;
512
511
  height: 100%;
513
512
  padding: 0 0 spacing(8);
@@ -523,17 +522,17 @@
523
522
  }
524
523
 
525
524
  &--language--switcher--button {
526
- @include dataurlicon("globe", $brand-ilo-dark-blue);
525
+ @include dataurlicon("globe", rgba(35, 0, 80, 1));
527
526
  @include typography("highlight-medium");
528
527
 
529
528
  appearance: none;
530
- background-color: $brand-ilo-white;
529
+ background-color: var(--ilo-color-white);
531
530
  background-position: calc(100% - 16px) 55%;
532
531
  background-repeat: no-repeat;
533
532
  background-size: 24px;
534
533
  background-position-y: center;
535
534
  border: none;
536
- color: $brand-ilo-dark-blue;
535
+ color: var(--ilo-color-blue-dark);
537
536
  cursor: pointer;
538
537
  display: block;
539
538
  font-family: var(--ilo-fonts-display);
@@ -545,9 +544,9 @@
545
544
 
546
545
  &:focus,
547
546
  &:hover {
548
- @include dataurlicon("globe", $brand-ilo-blue);
549
- background-color: $brand-ilo-light-blue;
550
- color: $brand-ilo-blue;
547
+ @include dataurlicon("globe", rgba(30, 45, 190, 1));
548
+ background-color: var(--ilo-color-blue-lighter);
549
+ color: var(--ilo-color-blue);
551
550
  }
552
551
 
553
552
  [dir="rtl"] & {
@@ -577,17 +576,17 @@
577
576
  }
578
577
 
579
578
  .ilo--language-switcher {
580
- background: $brand-ilo-dark-blue;
579
+ background: var(--ilo-color-blue-dark);
581
580
  display: flex;
582
- padding: 0 max((100% - $layout-max-width) / 2, $layout-padding) 0 0;
581
+ padding: 0 max((100% - #{px-to-rem(1300px)}) / 2, #{px-to-rem(20px)}) 0 0;
583
582
  position: relative;
584
583
 
585
584
  [dir="rtl"] & {
586
- padding: 0 0 0 max((100% - $layout-max-width) / 2, $layout-padding);
585
+ padding: 0 0 0 max((100% - #{px-to-rem(1300px)}) / 2, #{px-to-rem(20px)});
587
586
  }
588
587
 
589
588
  &::before {
590
- background: $brand-ilo-dark-blue;
589
+ background: var(--ilo-color-blue-dark);
591
590
  clip-path: polygon(0 0, 100% 0, 97% 100%);
592
591
  content: "";
593
592
  display: block;
@@ -616,14 +615,14 @@
616
615
 
617
616
  &--button {
618
617
  @include typography("body-xsmall");
619
- @include dataurlicon("globe", $brand-ilo-white);
618
+ @include dataurlicon("globe", rgba(255, 255, 255, 1));
620
619
  appearance: none;
621
- background-color: $brand-ilo-dark-blue;
620
+ background-color: var(--ilo-color-blue-dark);
622
621
  background-repeat: no-repeat;
623
622
  background-position: px-to-rem(12px) center;
624
623
  background-size: px-to-rem(24px);
625
624
  border: none;
626
- color: $brand-ilo-white;
625
+ color: var(--ilo-color-white);
627
626
  cursor: pointer;
628
627
  display: block;
629
628
  font-family: var(--ilo-fonts-display);
@@ -633,9 +632,9 @@
633
632
 
634
633
  &:hover,
635
634
  &:focus {
636
- @include dataurlicon("globe", $brand-ilo-blue);
637
- background-color: $brand-ilo-light-blue;
638
- color: $brand-ilo-blue;
635
+ @include dataurlicon("globe", rgba(30, 45, 190, 1));
636
+ background-color: var(--ilo-color-blue-lighter);
637
+ color: var(--ilo-color-blue);
639
638
  }
640
639
 
641
640
  [dir="rtl"] & {
@@ -672,7 +671,7 @@
672
671
  .ilo--subnav {
673
672
  display: none;
674
673
  visibility: hidden;
675
- background: $brand-ilo-white;
674
+ background: var(--ilo-color-white);
676
675
  height: 100%;
677
676
  left: 0;
678
677
  padding: 0 0 spacing(8);
@@ -697,7 +696,7 @@
697
696
  z-index: -1;
698
697
 
699
698
  .ilo--header.ilo--subnav--open & {
700
- border-bottom: px-to-rem(3px) solid $color-base-neutrals-light;
699
+ border-bottom: px-to-rem(3px) solid var(--ilo-color-gray-base);
701
700
  filter: drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.038))
702
701
  drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.054))
703
702
  drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08));
@@ -730,8 +729,8 @@
730
729
 
731
730
  &--link {
732
731
  @include typography("highlight-medium");
733
- background: $brand-ilo-white;
734
- color: $brand-ilo-dark-blue;
732
+ background: var(--ilo-color-white);
733
+ color: var(--ilo-color-blue-dark);
735
734
  display: flex;
736
735
  padding: 18px spacing(2);
737
736
  text-decoration: none;
@@ -739,8 +738,8 @@
739
738
 
740
739
  &:hover,
741
740
  &:focus {
742
- background: $brand-ilo-light-blue;
743
- color: $brand-ilo-blue;
741
+ background: var(--ilo-color-blue-lighter);
742
+ color: var(--ilo-color-blue);
744
743
  text-decoration: none;
745
744
  }
746
745
  }
@@ -760,16 +759,16 @@
760
759
 
761
760
  &--back {
762
761
  @include typography("highlight-medium");
763
- background-color: $brand-ilo-white;
762
+ background-color: var(--ilo-color-white);
764
763
  border: none;
765
- color: $brand-ilo-dark-blue;
764
+ color: var(--ilo-color-blue-dark);
766
765
  cursor: pointer;
767
766
  padding: spacing(5) spacing(4) spacing(4) spacing(8);
768
767
  position: relative;
769
768
  transition: all 150ms ease-out;
770
769
 
771
770
  &::before {
772
- @include dataurlicon("chevron_left", $brand-ilo-dark-blue);
771
+ @include dataurlicon("chevron_left", rgba(35, 0, 80, 1));
773
772
  background-position: 10% center;
774
773
  background-repeat: no-repeat;
775
774
  background-size: 24px;
@@ -787,7 +786,7 @@
787
786
  padding: spacing(5) spacing(8) spacing(4) spacing(4);
788
787
 
789
788
  &::before {
790
- @include dataurlicon("chevron_right", $brand-ilo-dark-blue);
789
+ @include dataurlicon("chevron_right", rgba(35, 0, 80, 1));
791
790
  background-position: 10% center;
792
791
  background-repeat: no-repeat;
793
792
  background-size: 24px;
@@ -798,11 +797,11 @@
798
797
 
799
798
  &:hover,
800
799
  &:focus {
801
- background-color: $brand-ilo-light-blue;
802
- color: $brand-ilo-blue;
800
+ background-color: var(--ilo-color-blue-lighter);
801
+ color: var(--ilo-color-blue);
803
802
 
804
803
  &::before {
805
- @include dataurlicon("chevron_left", $brand-ilo-blue);
804
+ @include dataurlicon("chevron_left", rgba(30, 45, 190, 1));
806
805
  background-position: 10% center;
807
806
  background-repeat: no-repeat;
808
807
  background-size: 24px;
@@ -810,7 +809,7 @@
810
809
 
811
810
  [dir="rtl"] & {
812
811
  &::before {
813
- @include dataurlicon("chevron_right", $brand-ilo-blue);
812
+ @include dataurlicon("chevron_right", rgba(30, 45, 190, 1));
814
813
  background-position: 10% center;
815
814
  background-repeat: no-repeat;
816
815
  background-size: 24px;
@@ -825,8 +824,8 @@
825
824
 
826
825
  &--label {
827
826
  @include typography("highlight-large");
828
- border-bottom: 3px solid $brand-ilo-grey-light;
829
- color: $brand-ilo-black;
827
+ border-bottom: 3px solid var(--ilo-color-gray-light);
828
+ color: var(--ilo-color-gray-charcoal);
830
829
  font-family: var(--ilo-fonts-display);
831
830
  font-weight: 700;
832
831
  margin-bottom: spacing(4);
@@ -838,7 +837,7 @@
838
837
  .ilo--search-box {
839
838
  display: none;
840
839
  visibility: hidden;
841
- background: $brand-ilo-white;
840
+ background: var(--ilo-color-white);
842
841
  left: 0;
843
842
  position: absolute;
844
843
  top: 0;
@@ -898,7 +897,7 @@
898
897
  }
899
898
 
900
899
  &--button {
901
- @include dataurlicon("search", $brand-ilo-white);
900
+ @include dataurlicon("search", rgba(255, 255, 255, 1));
902
901
  appearance: none;
903
902
  background-color: transparent;
904
903
  background-position: center;
@@ -914,21 +913,21 @@
914
913
 
915
914
  &:hover,
916
915
  &:focus {
917
- @include dataurlicon("search", $brand-ilo-blue);
918
- background-color: $brand-ilo-light-blue;
916
+ @include dataurlicon("search", rgba(30, 45, 190, 1));
917
+ background-color: var(--ilo-color-blue-lighter);
919
918
  }
920
919
 
921
920
  .ilo--search--open & {
922
- @include dataurlicon("close", $brand-ilo-dark-blue);
923
- background-color: $brand-ilo-white;
921
+ @include dataurlicon("close", rgba(35, 0, 80, 1));
922
+ background-color: var(--ilo-color-white);
924
923
  background-position: center;
925
924
  background-repeat: no-repeat;
926
925
  background-size: 32px 32px;
927
926
 
928
927
  &:hover,
929
928
  &:focus {
930
- @include dataurlicon("close", $brand-ilo-blue);
931
- background-color: $brand-ilo-light-blue;
929
+ @include dataurlicon("close", rgba(30, 45, 190, 1));
930
+ background-color: var(--ilo-color-blue-lighter);
932
931
  }
933
932
  }
934
933
  }