@ilo-org/styles 1.15.1 → 1.16.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.
- package/css/components/accordion.css +1 -1
- package/css/components/audioplayer.css +1 -1
- package/css/components/blockquote.css +1 -1
- package/css/components/breadcrumb.css +5 -1
- package/css/components/button.css +1 -1
- package/css/components/callout.css +1 -1
- package/css/components/card.css +3 -1
- package/css/components/checkbox.css +1 -1
- package/css/components/contextmenu.css +1 -1
- package/css/components/datacard.css +3 -1
- package/css/components/detailcard.css +1 -1
- package/css/components/dropdown.css +7 -1
- package/css/components/factlistcard.css +1 -1
- package/css/components/featurecard.css +1 -1
- package/css/components/fieldset.css +1 -1
- package/css/components/file-upload.css +1 -1
- package/css/components/footer.css +1 -1
- package/css/components/form.css +1 -1
- package/css/components/formcontrol.css +5 -1
- package/css/components/hero.css +9 -1
- package/css/components/herocard.css +1 -1
- package/css/components/image.css +7 -1
- package/css/components/input.css +1 -1
- package/css/components/languagetoggle.css +3 -1
- package/css/components/linklist.css +1 -1
- package/css/components/list.css +1 -1
- package/css/components/loading.css +1 -1
- package/css/components/logo.css +1 -1
- package/css/components/logogrid.css +1 -1
- package/css/components/modal.css +1 -1
- package/css/components/multilinkcard.css +1 -1
- package/css/components/navigation.css +1 -1
- package/css/components/notification.css +1 -1
- package/css/components/pagination.css +1 -1
- package/css/components/profile.css +1 -1
- package/css/components/promocard.css +1 -1
- package/css/components/radio.css +1 -1
- package/css/components/readmore.css +1 -1
- package/css/components/richtext.css +7 -1
- package/css/components/scorecard.css +1 -1
- package/css/components/searchfield.css +1 -1
- package/css/components/socialmedia.css +1 -1
- package/css/components/statcard.css +1 -1
- package/css/components/status.css +1 -1
- package/css/components/table.css +1 -1
- package/css/components/tableofcontents.css +1 -1
- package/css/components/tabs.css +3 -1
- package/css/components/tag.css +1 -1
- package/css/components/textarea.css +1 -1
- package/css/components/textcard.css +1 -1
- package/css/components/toggle.css +1 -1
- package/css/components/tooltip.css +1 -1
- package/css/components/video.css +7 -1
- package/css/global.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +69 -3
- package/css/index.css.map +1 -1
- package/css/monorepo.css +69 -3
- package/css/monorepo.css.map +1 -1
- package/package.json +3 -3
- package/scss/_mixins.scss +4 -2
- package/scss/_typography.scss +1 -1
- package/scss/_typographymonorepo.scss +1 -1
- package/scss/components/_accordion.scss +10 -10
- package/scss/components/_audioplayer.scss +23 -23
- package/scss/components/_blockquote.scss +6 -6
- package/scss/components/_breadcrumb.scss +10 -6
- package/scss/components/_button.scss +32 -30
- package/scss/components/_callout.scss +24 -15
- package/scss/components/_card.scss +25 -21
- package/scss/components/_checkbox.scss +11 -11
- package/scss/components/_contextmenu.scss +9 -8
- package/scss/components/_datacard.scss +8 -6
- package/scss/components/_detailcard.scss +2 -2
- package/scss/components/_dropdown.scss +16 -10
- package/scss/components/_factlistcard.scss +6 -5
- package/scss/components/_featurecard.scss +2 -2
- package/scss/components/_fieldset.scss +9 -9
- package/scss/components/_file-upload.scss +20 -19
- package/scss/components/_footer.scss +21 -20
- package/scss/components/_form.scss +4 -4
- package/scss/components/_formcontrol.scss +14 -10
- package/scss/components/_hero.scss +8 -8
- package/scss/components/_herocard.scss +14 -14
- package/scss/components/_image.scss +9 -7
- package/scss/components/_input.scss +14 -12
- package/scss/components/_languagetoggle.scss +10 -8
- package/scss/components/_linklist.scss +13 -12
- package/scss/components/_list.scss +3 -3
- package/scss/components/_loading.scss +12 -12
- package/scss/components/_logo.scss +2 -2
- package/scss/components/_logogrid.scss +3 -3
- package/scss/components/_modal.scss +1 -1
- package/scss/components/_multilinkcard.scss +8 -8
- package/scss/components/_navigation.scss +71 -71
- package/scss/components/_notification.scss +12 -9
- package/scss/components/_pagination.scss +39 -24
- package/scss/components/_profile.scss +8 -8
- package/scss/components/_promocard.scss +1 -1
- package/scss/components/_radio.scss +8 -8
- package/scss/components/_readmore.scss +7 -7
- package/scss/components/_richtext.scss +12 -12
- package/scss/components/_scorecard.scss +2 -2
- package/scss/components/_searchfield.scss +11 -9
- package/scss/components/_socialmedia.scss +7 -7
- package/scss/components/_statcard.scss +8 -8
- package/scss/components/_status.scss +7 -7
- package/scss/components/_table.scss +30 -30
- package/scss/components/_tableofcontents.scss +13 -13
- package/scss/components/_tabs.scss +19 -17
- package/scss/components/_tag.scss +15 -15
- package/scss/components/_textarea.scss +15 -12
- package/scss/components/_textcard.scss +2 -2
- package/scss/components/_toggle.scss +6 -6
- package/scss/components/_tooltip.scss +13 -10
- package/scss/components/_video.scss +28 -29
- package/scss/components/navigation/_nav-compact.scss +17 -13
- package/scss/components/navigation/_nav-complex.scss +20 -12
- package/scss/components/navigation/_nav-main.scss +20 -14
- package/scss/components/navigation/internal/_nav-dropdown.scss +2 -2
- package/scss/components/navigation/internal/_nav-grid.scss +3 -3
- package/scss/components/navigation/internal/_nav-menu.scss +13 -13
- package/scss/components/navigation/internal/_nav-shared.scss +1 -1
- package/scss/components/navigation/internal/mobile/_nav-mobile-drawer.scss +5 -5
- package/scss/components/navigation/internal/mobile/_nav-mobile-menu.scss +5 -5
- package/scss/components/navigation/internal/mobile/_nav-mobile.scss +17 -17
- package/scss/components/photogallery/_expandable-caption.scss +4 -4
- package/scss/components/photogallery/_lightbox.scss +7 -7
- package/scss/components/photogallery/_lightboxgallery.scss +8 -8
- package/scss/components/photogallery/_photogallery-controls.scss +25 -13
- package/scss/components/photogallery/_photogallery-thumbnails.scss +8 -8
- package/scss/components/photogallery/_photogallery.scss +9 -9
- package/scss/theme/_foundation.scss +20 -1
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
@import "../mixins";
|
|
3
3
|
|
|
4
4
|
.ilo--pagination {
|
|
5
|
-
--ilo-pagination-page-color: var(--ilo-color-
|
|
5
|
+
--ilo-pagination-page-color: var(--ilo-color-light-text-brand);
|
|
6
6
|
|
|
7
7
|
&__theme {
|
|
8
8
|
&__dark {
|
|
9
|
-
--ilo-pagination-page-color: var(--ilo-color-
|
|
9
|
+
--ilo-pagination-page-color: var(--ilo-color-light-text-inverse);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
&__light {
|
|
13
|
-
--ilo-pagination-page-color: var(--ilo-color-
|
|
13
|
+
--ilo-pagination-page-color: var(--ilo-color-light-text-brand);
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
$self: &;
|
|
22
22
|
|
|
23
23
|
&--link {
|
|
24
|
-
background: var(--ilo-color-
|
|
24
|
+
background: var(--ilo-color-light-container-bg-disabled);
|
|
25
25
|
border: none;
|
|
26
26
|
border-radius: 2px;
|
|
27
|
-
color: var(--ilo-color-
|
|
27
|
+
color: var(--ilo-color-light-text-brand);
|
|
28
28
|
display: inline-block;
|
|
29
29
|
font-family: var(--ilo-fonts-display);
|
|
30
30
|
height: px-to-rem(40px);
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
&:hover {
|
|
51
|
-
background: var(--ilo-color-
|
|
52
|
-
color: var(--ilo-color-
|
|
51
|
+
background: var(--ilo-color-light-container-bg-subtle);
|
|
52
|
+
color: var(--ilo-color-light-action-hover);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
&.ilo--pagination--disable {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
pointer-events: none;
|
|
59
59
|
|
|
60
60
|
&:hover {
|
|
61
|
-
background: var(--ilo-color-
|
|
61
|
+
background: var(--ilo-color-light-container-bg-disabled);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -68,12 +68,18 @@
|
|
|
68
68
|
&::before {
|
|
69
69
|
transform: translate(-50%, -50%) rotate(180deg);
|
|
70
70
|
|
|
71
|
-
@include icon(
|
|
71
|
+
@include icon(
|
|
72
|
+
"double_chevron_right",
|
|
73
|
+
var(--ilo-color-light-action-default)
|
|
74
|
+
);
|
|
72
75
|
}
|
|
73
76
|
|
|
74
77
|
&:hover {
|
|
75
78
|
&::before {
|
|
76
|
-
@include icon(
|
|
79
|
+
@include icon(
|
|
80
|
+
"double_chevron_right",
|
|
81
|
+
var(--ilo-color-light-action-hover)
|
|
82
|
+
);
|
|
77
83
|
}
|
|
78
84
|
}
|
|
79
85
|
|
|
@@ -81,10 +87,13 @@
|
|
|
81
87
|
opacity: 0.45;
|
|
82
88
|
|
|
83
89
|
&:hover {
|
|
84
|
-
background: var(--ilo-color-
|
|
90
|
+
background: var(--ilo-color-light-container-bg-disabled);
|
|
85
91
|
|
|
86
92
|
&::before {
|
|
87
|
-
@include icon(
|
|
93
|
+
@include icon(
|
|
94
|
+
"double_chevron_right",
|
|
95
|
+
var(--ilo-color-light-action-default)
|
|
96
|
+
);
|
|
88
97
|
}
|
|
89
98
|
}
|
|
90
99
|
}
|
|
@@ -95,12 +104,12 @@
|
|
|
95
104
|
transform: translate(-50%, -50%) rotate(180deg);
|
|
96
105
|
width: px-to-rem(20px);
|
|
97
106
|
|
|
98
|
-
@include icon("chevron_right", var(--ilo-color-
|
|
107
|
+
@include icon("chevron_right", var(--ilo-color-light-action-default));
|
|
99
108
|
}
|
|
100
109
|
|
|
101
110
|
&:hover {
|
|
102
111
|
&::before {
|
|
103
|
-
@include icon("chevron_right", var(--ilo-color-
|
|
112
|
+
@include icon("chevron_right", var(--ilo-color-light-action-hover));
|
|
104
113
|
}
|
|
105
114
|
}
|
|
106
115
|
|
|
@@ -108,10 +117,10 @@
|
|
|
108
117
|
opacity: 0.45;
|
|
109
118
|
|
|
110
119
|
&:hover {
|
|
111
|
-
background: var(--ilo-color-
|
|
120
|
+
background: var(--ilo-color-light-container-bg-disabled);
|
|
112
121
|
|
|
113
122
|
&::before {
|
|
114
|
-
@include icon("chevron_right", var(--ilo-color-
|
|
123
|
+
@include icon("chevron_right", var(--ilo-color-light-action-default));
|
|
115
124
|
}
|
|
116
125
|
}
|
|
117
126
|
}
|
|
@@ -122,12 +131,12 @@
|
|
|
122
131
|
transform: translate(-50%, -50%) rotate(0);
|
|
123
132
|
width: px-to-rem(20px);
|
|
124
133
|
|
|
125
|
-
@include icon("chevron_right", var(--ilo-color-
|
|
134
|
+
@include icon("chevron_right", var(--ilo-color-light-action-default));
|
|
126
135
|
}
|
|
127
136
|
|
|
128
137
|
&:hover {
|
|
129
138
|
&::before {
|
|
130
|
-
@include icon("chevron_right", var(--ilo-color-
|
|
139
|
+
@include icon("chevron_right", var(--ilo-color-light-action-hover));
|
|
131
140
|
}
|
|
132
141
|
}
|
|
133
142
|
|
|
@@ -135,10 +144,10 @@
|
|
|
135
144
|
opacity: 0.45;
|
|
136
145
|
|
|
137
146
|
&:hover {
|
|
138
|
-
background: var(--ilo-color-
|
|
147
|
+
background: var(--ilo-color-light-container-bg-disabled);
|
|
139
148
|
|
|
140
149
|
&::before {
|
|
141
|
-
@include icon("chevron_right", var(--ilo-color-
|
|
150
|
+
@include icon("chevron_right", var(--ilo-color-light-action-default));
|
|
142
151
|
}
|
|
143
152
|
}
|
|
144
153
|
}
|
|
@@ -146,12 +155,18 @@
|
|
|
146
155
|
|
|
147
156
|
&--last-page {
|
|
148
157
|
&::before {
|
|
149
|
-
@include icon(
|
|
158
|
+
@include icon(
|
|
159
|
+
"double_chevron_right",
|
|
160
|
+
var(--ilo-color-light-action-default)
|
|
161
|
+
);
|
|
150
162
|
}
|
|
151
163
|
|
|
152
164
|
&:hover {
|
|
153
165
|
&::before {
|
|
154
|
-
@include icon(
|
|
166
|
+
@include icon(
|
|
167
|
+
"double_chevron_right",
|
|
168
|
+
var(--ilo-color-light-action-hover)
|
|
169
|
+
);
|
|
155
170
|
}
|
|
156
171
|
}
|
|
157
172
|
|
|
@@ -159,10 +174,10 @@
|
|
|
159
174
|
opacity: 0.45;
|
|
160
175
|
|
|
161
176
|
&:hover {
|
|
162
|
-
background: var(--ilo-color-
|
|
177
|
+
background: var(--ilo-color-light-container-bg-disabled);
|
|
163
178
|
|
|
164
179
|
&::before {
|
|
165
|
-
@include icon("chevron_right", var(--ilo-color-
|
|
180
|
+
@include icon("chevron_right", var(--ilo-color-light-action-default));
|
|
166
181
|
}
|
|
167
182
|
}
|
|
168
183
|
}
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
position: absolute;
|
|
42
42
|
bottom: -12px;
|
|
43
43
|
width: 100%;
|
|
44
|
-
border-bottom: 2px solid var(--ilo-color-
|
|
44
|
+
border-bottom: 2px solid var(--ilo-color-light-border-subtle);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
#{$c}__size__small &::after {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
&--role,
|
|
57
57
|
&--description {
|
|
58
58
|
@include typography("body-small");
|
|
59
|
-
color: var(--ilo-color-
|
|
59
|
+
color: var(--ilo-color-light-text-subtle);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
&--description {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
$icon: "[class*='icon']";
|
|
71
71
|
|
|
72
72
|
@include typography("highlight-medium");
|
|
73
|
-
color: var(--ilo-color-
|
|
73
|
+
color: var(--ilo-color-light-text-brand);
|
|
74
74
|
grid-column: 1 / -1;
|
|
75
75
|
|
|
76
76
|
a {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
&:hover,
|
|
85
85
|
&:focus,
|
|
86
86
|
&:focus-within {
|
|
87
|
-
color: var(--ilo-color-
|
|
87
|
+
color: var(--ilo-color-light-action-hover);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -121,11 +121,11 @@
|
|
|
121
121
|
|
|
122
122
|
&__theme {
|
|
123
123
|
&__dark {
|
|
124
|
-
color: var(--ilo-color-
|
|
124
|
+
color: var(--ilo-color-light-text-inverse);
|
|
125
125
|
|
|
126
126
|
#{$c}--figcaption--content {
|
|
127
127
|
&:after {
|
|
128
|
-
border-color: var(--ilo-color-
|
|
128
|
+
border-color: var(--ilo-color-light-border-inverse);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
|
|
@@ -134,11 +134,11 @@
|
|
|
134
134
|
#{$c}--description,
|
|
135
135
|
#{$c}--link,
|
|
136
136
|
a {
|
|
137
|
-
color: var(--ilo-color-
|
|
137
|
+
color: var(--ilo-color-light-text-inverse);
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
a:hover {
|
|
141
|
-
background-color: var(--ilo-color-
|
|
141
|
+
background-color: var(--ilo-color-light-container-bg-subtle);
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
}
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
|
|
22
22
|
&--control:before {
|
|
23
23
|
content: "";
|
|
24
|
-
background-color: var(--ilo-color-
|
|
25
|
-
border: px-to-rem(4px) solid var(--ilo-color-
|
|
24
|
+
background-color: var(--ilo-color-light-container-bg-inactive);
|
|
25
|
+
border: px-to-rem(4px) solid var(--ilo-color-light-border-default);
|
|
26
26
|
border-radius: 50%;
|
|
27
27
|
height: px-to-rem(18px);
|
|
28
28
|
left: px-to-rem(3px);
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
&--control:after {
|
|
37
37
|
content: "";
|
|
38
|
-
background-color: var(--ilo-color-
|
|
38
|
+
background-color: var(--ilo-color-light-container-bg-inactive);
|
|
39
39
|
border-radius: 50%;
|
|
40
40
|
height: px-to-rem(24px);
|
|
41
41
|
left: 0;
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
input:checked + &--control:before {
|
|
50
|
-
background-color: var(--ilo-color-
|
|
51
|
-
border-color: var(--ilo-color-
|
|
50
|
+
background-color: var(--ilo-color-light-container-bg-subtle);
|
|
51
|
+
border-color: var(--ilo-color-light-border-brand-3);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
input:checked + &--control:after {
|
|
55
|
-
background-color: var(--ilo-color-
|
|
55
|
+
background-color: var(--ilo-color-light-container-bg-brand);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
input:focus + &--control:after {
|
|
59
|
-
background-color: var(--ilo-color-
|
|
59
|
+
background-color: var(--ilo-color-light-feedback-warning-default);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
input:disabled + &--control:after,
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
|
|
67
67
|
input:invalid + &--control:after,
|
|
68
68
|
&__error &--control:after {
|
|
69
|
-
background-color: var(--ilo-color-
|
|
69
|
+
background-color: var(--ilo-color-light-feedback-error-default);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
&--button {
|
|
7
7
|
background: transparent;
|
|
8
8
|
border: none;
|
|
9
|
-
border-top: var(--ilo-border-md) solid var(--ilo-color-
|
|
10
|
-
color: var(--ilo-color-
|
|
9
|
+
border-top: var(--ilo-border-md) solid var(--ilo-color-dark-border-brand-3);
|
|
10
|
+
color: var(--ilo-color-light-text-brand);
|
|
11
11
|
font-family: var(--ilo-fonts-display);
|
|
12
12
|
height: px-to-rem(56px);
|
|
13
13
|
margin-top: spacing(8);
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
transform: translateY(-50%);
|
|
29
29
|
transform-origin: center center;
|
|
30
30
|
width: px-to-rem(24px);
|
|
31
|
-
@include icon("chevron_down", var(--ilo-color-
|
|
31
|
+
@include icon("chevron_down", var(--ilo-color-light-action-default));
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
&:hover {
|
|
35
|
-
background: var(--ilo-color-
|
|
36
|
-
border-top: var(--ilo-border-md) solid var(--ilo-color-
|
|
37
|
-
color: var(--ilo-color-
|
|
35
|
+
background: var(--ilo-color-light-container-bg-subtle);
|
|
36
|
+
border-top: var(--ilo-border-md) solid var(--ilo-color-light-border-brand);
|
|
37
|
+
color: var(--ilo-color-light-action-hover);
|
|
38
38
|
cursor: pointer;
|
|
39
39
|
@include globaltransition("color, background-color, border-color");
|
|
40
40
|
|
|
41
41
|
&:after {
|
|
42
|
-
@include icon("chevron_down", var(--ilo-color-
|
|
42
|
+
@include icon("chevron_down", var(--ilo-color-light-action-hover));
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
@import "../mixins";
|
|
5
5
|
|
|
6
6
|
.ilo--richtext {
|
|
7
|
-
--ilo-richtext-color: var(--ilo-color-
|
|
8
|
-
--ilo-richtext-hr-color: var(--ilo-color-
|
|
9
|
-
--ilo-richtext-link-color: var(--ilo-color-
|
|
10
|
-
--ilo-richtext-link-visited-color: var(--ilo-color-
|
|
7
|
+
--ilo-richtext-color: var(--ilo-color-light-text-brand);
|
|
8
|
+
--ilo-richtext-hr-color: var(--ilo-color-dark-text-subtle);
|
|
9
|
+
--ilo-richtext-link-color: var(--ilo-color-light-text-accent);
|
|
10
|
+
--ilo-richtext-link-visited-color: var(--ilo-color-light-text-accent);
|
|
11
11
|
|
|
12
12
|
&__theme__light {
|
|
13
|
-
--ilo-richtext-color: var(--ilo-color-
|
|
14
|
-
--ilo-richtext-hr-color: var(--ilo-color-
|
|
15
|
-
--ilo-richtext-link-color: var(--ilo-color-
|
|
16
|
-
--ilo-richtext-link-visited-color: var(--ilo-color-
|
|
13
|
+
--ilo-richtext-color: var(--ilo-color-light-text-brand);
|
|
14
|
+
--ilo-richtext-hr-color: var(--ilo-color-dark-text-subtle);
|
|
15
|
+
--ilo-richtext-link-color: var(--ilo-color-light-text-accent);
|
|
16
|
+
--ilo-richtext-link-visited-color: var(--ilo-color-light-text-accent);
|
|
17
17
|
|
|
18
18
|
a {
|
|
19
19
|
@include linkstyles("light");
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
&__theme__dark {
|
|
24
|
-
--ilo-richtext-color: var(--ilo-color-
|
|
25
|
-
--ilo-richtext-hr-color: var(--ilo-color-
|
|
26
|
-
--ilo-richtext-link-color: var(--ilo-color-
|
|
27
|
-
--ilo-richtext-link-visited-color: var(--ilo-color-
|
|
24
|
+
--ilo-richtext-color: var(--ilo-color-light-text-inverse);
|
|
25
|
+
--ilo-richtext-hr-color: var(--ilo-color-dark-text-subtle);
|
|
26
|
+
--ilo-richtext-link-color: var(--ilo-color-dark-text-brand);
|
|
27
|
+
--ilo-richtext-link-visited-color: var(--ilo-color-dark-text-brand);
|
|
28
28
|
|
|
29
29
|
a {
|
|
30
30
|
@include linkstyles("dark");
|
|
@@ -77,11 +77,11 @@
|
|
|
77
77
|
margin-bottom: spacing(6);
|
|
78
78
|
|
|
79
79
|
#{$self}__theme__dark & {
|
|
80
|
-
color: var(--ilo-color-
|
|
80
|
+
color: var(--ilo-color-light-text-brand);
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
#{$self}__theme__light & {
|
|
84
|
-
color: var(--ilo-color-
|
|
84
|
+
color: var(--ilo-color-light-text-inverse);
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
|
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
&--button {
|
|
17
|
-
border-right: var(--ilo-border-md) solid
|
|
18
|
-
|
|
19
|
-
border-
|
|
20
|
-
|
|
17
|
+
border-right: var(--ilo-border-md) solid
|
|
18
|
+
var(--ilo-color-light-border-default);
|
|
19
|
+
border-top: var(--ilo-border-md) solid var(--ilo-color-light-border-default);
|
|
20
|
+
border-bottom: var(--ilo-border-md) solid
|
|
21
|
+
var(--ilo-color-light-border-default);
|
|
22
|
+
background-color: var(--ilo-color-light-container-bg-disabled);
|
|
21
23
|
border-left: 0;
|
|
22
24
|
height: 100%;
|
|
23
25
|
width: px-to-rem(48px);
|
|
@@ -32,18 +34,18 @@
|
|
|
32
34
|
display: inline-block;
|
|
33
35
|
height: px-to-rem(24px);
|
|
34
36
|
width: px-to-rem(24px);
|
|
35
|
-
@include icon("search", var(--ilo-color-
|
|
37
|
+
@include icon("search", var(--ilo-color-light-action-default));
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
&:hover,
|
|
39
41
|
&:focus {
|
|
40
|
-
background-color: var(--ilo-color-
|
|
42
|
+
background-color: var(--ilo-color-light-container-bg-subtle);
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
&:active {
|
|
44
|
-
background-color: var(--ilo-color-
|
|
46
|
+
background-color: var(--ilo-color-light-action-selected);
|
|
45
47
|
&:after {
|
|
46
|
-
@include icon("search", var(--ilo-color-
|
|
48
|
+
@include icon("search", var(--ilo-color-light-icon-inverse));
|
|
47
49
|
}
|
|
48
50
|
}
|
|
49
51
|
|
|
@@ -108,7 +110,7 @@
|
|
|
108
110
|
[dir="rtl"] & {
|
|
109
111
|
.ilo--searchfield {
|
|
110
112
|
&--button {
|
|
111
|
-
border-left: px-to-rem(2px) solid var(--ilo-color-
|
|
113
|
+
border-left: px-to-rem(2px) solid var(--ilo-color-light-border-default);
|
|
112
114
|
border-right: 0;
|
|
113
115
|
}
|
|
114
116
|
&--clear-button {
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
|
|
9
9
|
@mixin get-icon($icon, $theme: $default-theme) {
|
|
10
10
|
@if $theme == "dark" {
|
|
11
|
-
@include icon($icon, var(--ilo-color-
|
|
11
|
+
@include icon($icon, var(--ilo-color-light-icon-inverse));
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
@if $theme == "light" {
|
|
15
|
-
@include icon($icon, var(--ilo-color-
|
|
15
|
+
@include icon($icon, var(--ilo-color-dark-icon-subtle));
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
&:hover {
|
|
19
|
-
@include icon($icon, var(--ilo-color-
|
|
19
|
+
@include icon($icon, var(--ilo-color-light-action-hover));
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&--headline {
|
|
36
|
-
color: var(--ilo-color-
|
|
36
|
+
color: var(--ilo-color-light-text-brand);
|
|
37
37
|
@include typography("highlight-medium-bold");
|
|
38
38
|
margin-bottom: spacing(7);
|
|
39
39
|
|
|
40
40
|
#{$c}__theme__dark & {
|
|
41
|
-
color: var(--ilo-color-
|
|
41
|
+
color: var(--ilo-color-light-text-inverse);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
position: relative;
|
|
66
66
|
|
|
67
67
|
&:hover {
|
|
68
|
-
background-color: var(--ilo-color-
|
|
68
|
+
background-color: var(--ilo-color-light-container-bg-subtle);
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
#{$c}__theme__dark &:hover {
|
|
72
|
-
background-color: var(--ilo-color-
|
|
72
|
+
background-color: var(--ilo-color-light-container-bg-default);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
&--icon {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
--max-width: 100%;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
border-bottom: px-to-rem(3px) solid var(--ilo-color-
|
|
16
|
+
border-bottom: px-to-rem(3px) solid var(--ilo-color-light-border-brand-4);
|
|
17
17
|
padding: spacing(10) spacing(6) spacing(8);
|
|
18
18
|
position: relative;
|
|
19
19
|
width: 100%;
|
|
@@ -26,24 +26,24 @@
|
|
|
26
26
|
|
|
27
27
|
&#{$self}__color {
|
|
28
28
|
&__blue {
|
|
29
|
-
background: var(--ilo-color-
|
|
29
|
+
background: var(--ilo-color-light-container-bg-subtle);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
&__yellow {
|
|
33
|
-
background: var(--ilo-color-
|
|
33
|
+
background: var(--ilo-color-light-feedback-warning-default);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&__green {
|
|
37
|
-
background: var(--ilo-color-
|
|
37
|
+
background: var(--ilo-color-light-feedback-success-default);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
&__turquoise {
|
|
41
|
-
background: var(--ilo-color-turquoise);
|
|
41
|
+
background: var(--ilo-color-light-generic-turquoise);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
&#{$self}__loading {
|
|
46
|
-
background-color: var(--ilo-color-
|
|
46
|
+
background-color: var(--ilo-color-light-container-bg-inactive);
|
|
47
47
|
border-bottom-color: var(--ilo-skeleton-element-background-color);
|
|
48
48
|
}
|
|
49
49
|
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
#{$self}--title {
|
|
78
|
-
color: var(--ilo-color-
|
|
78
|
+
color: var(--ilo-color-light-text-brand);
|
|
79
79
|
@include typography("heading-2");
|
|
80
80
|
width: 100%;
|
|
81
81
|
margin-bottom: spacing(3);
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
#{$self}--intro {
|
|
85
|
-
color: var(--ilo-color-
|
|
85
|
+
color: var(--ilo-color-light-text-brand);
|
|
86
86
|
font-family: var(--ilo-fonts-display);
|
|
87
87
|
@include typography("highlight-medium");
|
|
88
88
|
margin-bottom: spacing(8);
|
|
@@ -21,30 +21,30 @@
|
|
|
21
21
|
letter-spacing: var(--ilo-letter-spacing-sm);
|
|
22
22
|
|
|
23
23
|
// Colors and border
|
|
24
|
-
color: var(--ilo-color-
|
|
25
|
-
background-color: var(--ilo-color-
|
|
24
|
+
color: var(--ilo-color-light-text-brand);
|
|
25
|
+
background-color: var(--ilo-color-light-feedback-success-light);
|
|
26
26
|
border-radius: px-to-rem(2px);
|
|
27
27
|
@include globaltransition("color background-color border-color fill");
|
|
28
28
|
|
|
29
29
|
&__type {
|
|
30
30
|
&__active {
|
|
31
|
-
background-color: var(--ilo-color-
|
|
31
|
+
background-color: var(--ilo-color-light-feedback-success-light);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
&__info {
|
|
35
|
-
background-color: var(--ilo-color-
|
|
35
|
+
background-color: var(--ilo-color-light-container-bg-subtle);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
&__alert {
|
|
39
|
-
background-color: var(--ilo-color-
|
|
39
|
+
background-color: var(--ilo-color-light-feedback-error-default);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
&__subtle {
|
|
43
|
-
background-color: var(--ilo-color-
|
|
43
|
+
background-color: var(--ilo-color-light-feedback-error-light);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
&__inactive {
|
|
47
|
-
background-color: var(--ilo-color-
|
|
47
|
+
background-color: var(--ilo-color-light-container-bg-disabled);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|