@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.
- package/README.md +87 -20
- package/css/components/container.css +1 -1
- package/css/components/contextmenu.css +1 -1
- package/css/components/factlistcard.css +1 -1
- package/css/components/fieldset.css +1 -1
- package/css/components/file-upload.css +1 -1
- package/css/components/hero.css +1 -1
- package/css/components/herocard.css +1 -1
- package/css/components/input.css +1 -1
- package/css/components/linklist.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/navigation.css +1 -1
- package/css/components/notification.css +1 -1
- package/css/components/radio.css +1 -1
- package/css/components/readmore.css +1 -1
- package/css/components/searchfield.css +1 -1
- package/css/components/statcard.css +1 -1
- package/css/components/table.css +1 -1
- package/css/components/tableofcontents.css +1 -1
- package/css/components/textarea.css +1 -1
- package/css/components/textinput.css +1 -1
- package/css/components/toggle.css +1 -1
- package/css/components/tooltip.css +1 -1
- package/css/components/video.css +1 -1
- package/css/global.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +7 -9
- package/css/index.css.map +1 -1
- package/css/monorepo.css +7 -9
- package/css/monorepo.css.map +1 -1
- package/package.json +2 -4
- package/scss/_animations.scss +0 -5
- package/scss/_config.scss +6 -0
- package/scss/_functions.scss +4 -35
- package/scss/{_tokens.scss → _icons.scss} +1 -1
- package/scss/_mixins.scss +13 -115
- package/scss/_typography.scss +4 -13
- package/scss/_typographymonorepo.scss +33 -24
- package/scss/components/_accordion.scss +0 -1
- package/scss/components/_blockquote.scss +0 -1
- package/scss/components/_breadcrumb.scss +0 -1
- package/scss/components/_button.scss +1 -2
- package/scss/components/_callout.scss +0 -1
- package/scss/components/_card.scss +0 -1
- package/scss/components/_cardgroup.scss +0 -1
- package/scss/components/_container.scss +2 -3
- package/scss/components/_contextmenu.scss +2 -3
- package/scss/components/_datacard.scss +0 -1
- package/scss/components/_datepicker.scss +0 -1
- package/scss/components/_detailcard.scss +0 -1
- package/scss/components/_empty.scss +0 -1
- package/scss/components/_factlistcard.scss +1 -2
- package/scss/components/_featurecard.scss +0 -1
- package/scss/components/_fieldset.scss +4 -12
- package/scss/components/_file-upload.scss +24 -32
- package/scss/components/_form.scss +0 -1
- package/scss/components/_formcontrol.scss +0 -1
- package/scss/components/_hero.scss +47 -53
- package/scss/components/_herocard.scss +35 -36
- package/scss/components/_image.scss +0 -1
- package/scss/components/_input.scss +8 -28
- package/scss/components/_languagetoggle.scss +0 -1
- package/scss/components/_link.scss +0 -1
- package/scss/components/_linklist.scss +18 -31
- package/scss/components/_list.scss +0 -1
- package/scss/components/_loading.scss +0 -1
- package/scss/components/_logo.scss +2 -4
- package/scss/components/_logogrid.scss +3 -4
- package/scss/components/_modal.scss +1 -2
- package/scss/components/_multilinkcard.scss +0 -1
- package/scss/components/_navigation.scss +102 -103
- package/scss/components/_notification.scss +77 -98
- package/scss/components/_pagination.scss +0 -1
- package/scss/components/_profile.scss +0 -1
- package/scss/components/_promocard.scss +0 -1
- package/scss/components/_radio.scss +8 -9
- package/scss/components/_readmore.scss +8 -9
- package/scss/components/_richtext.scss +0 -1
- package/scss/components/_scorecard.scss +0 -1
- package/scss/components/_searchfield.scss +27 -44
- package/scss/components/_statcard.scss +9 -17
- package/scss/components/_status.scss +0 -1
- package/scss/components/_table.scss +31 -32
- package/scss/components/_tableofcontents.scss +29 -20
- package/scss/components/_tabs.scss +0 -1
- package/scss/components/_tag.scss +0 -1
- package/scss/components/_textarea.scss +10 -28
- package/scss/components/_textcard.scss +0 -1
- package/scss/components/_textinput.scss +9 -28
- package/scss/components/_toggle.scss +6 -45
- package/scss/components/_tooltip.scss +23 -17
- package/scss/components/_video.scss +43 -20
- package/scss/components/navigation/_nav-compact.scss +1 -1
- package/scss/components/navigation/_nav-complex.scss +1 -1
- package/scss/components/navigation/_nav-main.scss +1 -1
- package/scss/components/navigation/internal/_nav-dropdown.scss +1 -1
- package/scss/components/navigation/internal/_nav-grid.scss +1 -1
- package/scss/components/navigation/internal/_nav-menu.scss +1 -1
- package/scss/components/navigation/internal/_nav-shared.scss +1 -1
- package/scss/components/navigation/internal/mobile/_nav-mobile-drawer.scss +1 -1
- package/scss/components/navigation/internal/mobile/_nav-mobile-menu.scss +1 -1
- package/scss/components/navigation/internal/mobile/_nav-mobile.scss +1 -1
- package/scss/components/photogallery/_expandable-caption.scss +1 -1
- package/scss/components/photogallery/_lightbox.scss +1 -1
- package/scss/components/photogallery/_lightboxgallery.scss +1 -1
- package/scss/components/photogallery/_photogallery-controls.scss +1 -1
- package/scss/components/photogallery/_photogallery-thumbnails.scss +1 -1
- package/scss/components/photogallery/_photogallery.scss +1 -1
- package/scss/theme/_foundation.scss +6 -0
- package/scss/theme/_typography.scss +4 -0
|
@@ -1,25 +1,43 @@
|
|
|
1
|
-
@use "../tokens" as *;
|
|
2
1
|
@use "../functions" as *;
|
|
3
2
|
@import "../mixins";
|
|
4
3
|
@import "../animations";
|
|
5
4
|
|
|
5
|
+
$notification-types: (
|
|
6
|
+
"error": (
|
|
7
|
+
background: var(--ilo-color-notification-type-error),
|
|
8
|
+
icon: "notification_error",
|
|
9
|
+
),
|
|
10
|
+
"info": (
|
|
11
|
+
background: var(--ilo-color-notification-type-info),
|
|
12
|
+
icon: "notification_info",
|
|
13
|
+
),
|
|
14
|
+
"success": (
|
|
15
|
+
background: var(--ilo-color-notification-type-success),
|
|
16
|
+
icon: "notification_success",
|
|
17
|
+
),
|
|
18
|
+
"warning": (
|
|
19
|
+
background: var(--ilo-color-notification-type-warning),
|
|
20
|
+
icon: "notification_warning",
|
|
21
|
+
),
|
|
22
|
+
);
|
|
23
|
+
|
|
6
24
|
.ilo--notification {
|
|
7
|
-
background-color:
|
|
25
|
+
background-color: var(--ilo-color-white);
|
|
8
26
|
box-shadow:
|
|
9
27
|
0px 0.8px 1.6px rgba(30, 45, 190, 0.038),
|
|
10
28
|
0px 4px 8px rgba(30, 45, 190, 0.054),
|
|
11
29
|
0px 10px 20px rgba(30, 45, 190, 0.08),
|
|
12
30
|
0px -4px 16px rgba(30, 45, 190, 0.054);
|
|
13
|
-
border-radius: 2px;
|
|
14
|
-
color:
|
|
31
|
+
border-radius: px-to-rem(2px);
|
|
32
|
+
color: var(--ilo-color-gray-charcoal);
|
|
15
33
|
position: relative;
|
|
16
34
|
|
|
17
35
|
&--dialog {
|
|
18
|
-
max-width: 340px;
|
|
36
|
+
max-width: px-to-rem(340px);
|
|
19
37
|
width: 100%;
|
|
20
38
|
|
|
21
39
|
@include breakpoint("md") {
|
|
22
|
-
max-width: 490px;
|
|
40
|
+
max-width: px-to-rem(490px);
|
|
23
41
|
}
|
|
24
42
|
|
|
25
43
|
.ilo--notification--content {
|
|
@@ -28,7 +46,7 @@
|
|
|
28
46
|
}
|
|
29
47
|
|
|
30
48
|
&--inline {
|
|
31
|
-
max-width: 340px;
|
|
49
|
+
max-width: px-to-rem(340px);
|
|
32
50
|
|
|
33
51
|
.ilo--notification--content {
|
|
34
52
|
padding: spacing(6);
|
|
@@ -41,8 +59,35 @@
|
|
|
41
59
|
max-width: 100%;
|
|
42
60
|
display: flex;
|
|
43
61
|
justify-content: space-evenly;
|
|
44
|
-
align-items:
|
|
62
|
+
align-items: baseline;
|
|
45
63
|
padding: spacing(4) spacing(16) spacing(4) spacing(6);
|
|
64
|
+
|
|
65
|
+
&:after {
|
|
66
|
+
top: px-to-rem(18px);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.ilo--notification--headline {
|
|
71
|
+
margin-bottom: 0;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.ilo--notification--copy {
|
|
75
|
+
margin-inline-start: spacing(6);
|
|
76
|
+
margin-bottom: 0;
|
|
77
|
+
|
|
78
|
+
&:not(:last-child) {
|
|
79
|
+
flex-grow: 1;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.ilo--notification--date {
|
|
84
|
+
padding-inline: spacing(6);
|
|
85
|
+
margin: 0;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.ilo--notification--cta {
|
|
89
|
+
margin-left: spacing(6);
|
|
90
|
+
bottom: px-to-rem(1px);
|
|
46
91
|
}
|
|
47
92
|
}
|
|
48
93
|
}
|
|
@@ -50,50 +95,36 @@
|
|
|
50
95
|
&--content {
|
|
51
96
|
margin-left: spacing(10);
|
|
52
97
|
position: relative;
|
|
53
|
-
width: calc(100% - 40px);
|
|
98
|
+
width: calc(100% - px-to-rem(40px));
|
|
54
99
|
|
|
55
100
|
&:before {
|
|
56
|
-
background-position: center px-to-rem(22px);
|
|
57
|
-
background-repeat: no-repeat;
|
|
58
|
-
background-size: px-to-rem(24px);
|
|
59
101
|
content: "";
|
|
60
102
|
display: block;
|
|
61
103
|
height: 100%;
|
|
62
|
-
left: -40px;
|
|
104
|
+
left: px-to-rem(-40px);
|
|
63
105
|
position: absolute;
|
|
64
106
|
width: px-to-rem(40px);
|
|
65
107
|
top: 0;
|
|
108
|
+
}
|
|
66
109
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
@include dataurlicon("notification_error", $color-ux-notification-icon);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.icon--info & {
|
|
79
|
-
background-color: $color-ux-notification-type-info;
|
|
80
|
-
@include dataurlicon("notification_info", $color-ux-notification-icon);
|
|
81
|
-
}
|
|
110
|
+
&:after {
|
|
111
|
+
content: "";
|
|
112
|
+
position: absolute;
|
|
113
|
+
top: px-to-rem(22px);
|
|
114
|
+
left: px-to-rem(-32px);
|
|
115
|
+
width: px-to-rem(24px);
|
|
116
|
+
height: px-to-rem(24px);
|
|
117
|
+
}
|
|
82
118
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
);
|
|
89
|
-
}
|
|
119
|
+
@each $type, $config in $notification-types {
|
|
120
|
+
.icon--#{$type} & {
|
|
121
|
+
&:before {
|
|
122
|
+
background-color: map-get($config, background);
|
|
123
|
+
}
|
|
90
124
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"notification_warning",
|
|
95
|
-
$color-ux-notification-icon
|
|
96
|
-
);
|
|
125
|
+
&:after {
|
|
126
|
+
@include icon(map-get($config, icon), var(--ilo-color-white));
|
|
127
|
+
}
|
|
97
128
|
}
|
|
98
129
|
}
|
|
99
130
|
}
|
|
@@ -103,86 +134,34 @@
|
|
|
103
134
|
@include typography("highlight-medium-bold");
|
|
104
135
|
|
|
105
136
|
margin-bottom: spacing(3);
|
|
106
|
-
|
|
107
|
-
@include breakpoint("md") {
|
|
108
|
-
.ilo--notification--inline & {
|
|
109
|
-
margin-bottom: 0;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
137
|
}
|
|
113
138
|
|
|
114
139
|
&--copy {
|
|
115
140
|
font-weight: 400;
|
|
116
141
|
@include typography("body-small");
|
|
117
|
-
|
|
118
|
-
@include breakpoint("md") {
|
|
119
|
-
.ilo--notification--inline & {
|
|
120
|
-
margin-left: spacing(6);
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
&:not(:last-child) {
|
|
125
|
-
@include breakpoint("md") {
|
|
126
|
-
.ilo--notification--inline & {
|
|
127
|
-
flex-grow: 1;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
142
|
+
margin-bottom: spacing(4);
|
|
131
143
|
}
|
|
132
144
|
|
|
133
145
|
&--date {
|
|
134
|
-
color:
|
|
146
|
+
color: var(--ilo-color-gray-accessible);
|
|
135
147
|
display: block;
|
|
136
148
|
font-weight: 400;
|
|
137
149
|
@include typography("body-small");
|
|
138
150
|
|
|
139
|
-
@include breakpoint("md") {
|
|
140
|
-
.ilo--notification--inline & {
|
|
141
|
-
margin-left: spacing(4);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
151
|
&:not(:last-child) {
|
|
146
|
-
margin-bottom: spacing(
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
@include breakpoint("md") {
|
|
150
|
-
.ilo--notification--inline & {
|
|
151
|
-
margin-bottom: 0;
|
|
152
|
-
}
|
|
152
|
+
margin-bottom: spacing(4);
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
&--cta {
|
|
157
|
-
|
|
158
|
-
.ilo--notification--inline & {
|
|
159
|
-
margin-left: spacing(6);
|
|
160
|
-
}
|
|
161
|
-
}
|
|
157
|
+
position: relative;
|
|
162
158
|
}
|
|
163
159
|
|
|
164
160
|
&--close {
|
|
165
|
-
background-color:
|
|
166
|
-
background-position: center;
|
|
167
|
-
background-repeat: no-repeat;
|
|
168
|
-
background-size: px-to-rem(24px);
|
|
161
|
+
background-color: var(--ilo-color-background-highlight);
|
|
169
162
|
border: none;
|
|
170
|
-
height: px-to-rem(40px);
|
|
171
163
|
position: absolute;
|
|
172
164
|
right: 0;
|
|
173
165
|
top: 0;
|
|
174
|
-
width: px-to-rem(40px);
|
|
175
|
-
@include dataurlicon("close", $color-ux-labels-actionable);
|
|
176
|
-
|
|
177
|
-
&:hover,
|
|
178
|
-
&:focus {
|
|
179
|
-
background-color: $color-ux-background-hover;
|
|
180
|
-
cursor: pointer;
|
|
181
|
-
@include dataurlicon("close", $color-ux-labels-hover);
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
span {
|
|
185
|
-
@include isVisuallyHidden();
|
|
186
|
-
}
|
|
187
166
|
}
|
|
188
167
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "../tokens" as *;
|
|
2
1
|
@use "../functions" as *;
|
|
3
2
|
@import "../mixins";
|
|
4
3
|
|
|
@@ -22,8 +21,8 @@
|
|
|
22
21
|
|
|
23
22
|
&--control:before {
|
|
24
23
|
content: "";
|
|
25
|
-
background-color:
|
|
26
|
-
border: px-to-rem(4px) solid
|
|
24
|
+
background-color: var(--ilo-color-gray-base);
|
|
25
|
+
border: px-to-rem(4px) solid var(--ilo-color-gray-base);
|
|
27
26
|
border-radius: 50%;
|
|
28
27
|
height: px-to-rem(18px);
|
|
29
28
|
left: px-to-rem(3px);
|
|
@@ -36,7 +35,7 @@
|
|
|
36
35
|
|
|
37
36
|
&--control:after {
|
|
38
37
|
content: "";
|
|
39
|
-
background-color:
|
|
38
|
+
background-color: var(--ilo-color-gray-base);
|
|
40
39
|
border-radius: 50%;
|
|
41
40
|
height: px-to-rem(24px);
|
|
42
41
|
left: 0;
|
|
@@ -48,16 +47,16 @@
|
|
|
48
47
|
}
|
|
49
48
|
|
|
50
49
|
input:checked + &--control:before {
|
|
51
|
-
background-color:
|
|
52
|
-
border-color:
|
|
50
|
+
background-color: var(--ilo-color-blue-lighter);
|
|
51
|
+
border-color: var(--ilo-color-blue-dark);
|
|
53
52
|
}
|
|
54
53
|
|
|
55
54
|
input:checked + &--control:after {
|
|
56
|
-
background-color:
|
|
55
|
+
background-color: var(--ilo-color-blue-dark);
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
input:focus + &--control:after {
|
|
60
|
-
background-color:
|
|
59
|
+
background-color: var(--ilo-color-yellow);
|
|
61
60
|
}
|
|
62
61
|
|
|
63
62
|
input:disabled + &--control:after,
|
|
@@ -67,6 +66,6 @@
|
|
|
67
66
|
|
|
68
67
|
input:invalid + &--control:after,
|
|
69
68
|
&__error &--control:after {
|
|
70
|
-
background-color:
|
|
69
|
+
background-color: var(--ilo-color-red);
|
|
71
70
|
}
|
|
72
71
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
@use "../tokens" as *;
|
|
2
1
|
@use "../functions" as *;
|
|
3
2
|
@import "../animations";
|
|
4
3
|
@import "../mixins";
|
|
5
4
|
|
|
6
5
|
.ilo--read-more {
|
|
7
6
|
&--button {
|
|
8
|
-
background:
|
|
7
|
+
background: transparent;
|
|
9
8
|
border: none;
|
|
10
|
-
border-top: solid
|
|
11
|
-
color:
|
|
9
|
+
border-top: var(--ilo-border-md) solid var(--ilo-color-blue-lighter);
|
|
10
|
+
color: var(--ilo-color-blue-dark);
|
|
12
11
|
font-family: var(--ilo-fonts-display);
|
|
13
12
|
height: px-to-rem(56px);
|
|
14
13
|
margin-top: spacing(8);
|
|
@@ -29,18 +28,18 @@
|
|
|
29
28
|
transform: translateY(-50%);
|
|
30
29
|
transform-origin: center center;
|
|
31
30
|
width: px-to-rem(24px);
|
|
32
|
-
@include
|
|
31
|
+
@include icon("chevron_down", var(--ilo-color-blue-dark));
|
|
33
32
|
}
|
|
34
33
|
|
|
35
34
|
&:hover {
|
|
36
|
-
background:
|
|
37
|
-
border-top: solid
|
|
38
|
-
color:
|
|
35
|
+
background: var(--ilo-color-blue-lighter);
|
|
36
|
+
border-top: var(--ilo-border-md) solid var(--ilo-color-blue);
|
|
37
|
+
color: var(--ilo-color-blue);
|
|
39
38
|
cursor: pointer;
|
|
40
39
|
@include globaltransition("color, background-color, border-color");
|
|
41
40
|
|
|
42
41
|
&:after {
|
|
43
|
-
@include
|
|
42
|
+
@include icon("chevron_down", var(--ilo-color-blue));
|
|
44
43
|
}
|
|
45
44
|
}
|
|
46
45
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "../tokens" as *;
|
|
2
1
|
@use "../functions" as *;
|
|
3
2
|
@import "../mixins";
|
|
4
3
|
|
|
@@ -15,52 +14,37 @@
|
|
|
15
14
|
}
|
|
16
15
|
|
|
17
16
|
&--button {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
);
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
height: px-to-rem(48px);
|
|
30
|
-
width: px-to-rem(46px);
|
|
31
|
-
text-indent: -9999px;
|
|
32
|
-
@include dataurlicon(
|
|
33
|
-
"search",
|
|
34
|
-
$color-formelements-inputbutton-default-color
|
|
35
|
-
);
|
|
17
|
+
border-right: var(--ilo-border-md) solid var(--ilo-color-gray-base);
|
|
18
|
+
border-top: var(--ilo-border-md) solid var(--ilo-color-gray-base);
|
|
19
|
+
border-bottom: var(--ilo-border-md) solid var(--ilo-color-gray-base);
|
|
20
|
+
background-color: var(--ilo-color-gray-light);
|
|
21
|
+
border-left: 0;
|
|
22
|
+
height: 100%;
|
|
23
|
+
width: px-to-rem(48px);
|
|
24
|
+
display: flex;
|
|
25
|
+
justify-content: center;
|
|
26
|
+
align-items: center;
|
|
27
|
+
cursor: pointer;
|
|
36
28
|
|
|
29
|
+
&:after {
|
|
30
|
+
content: "";
|
|
31
|
+
position: relative;
|
|
32
|
+
display: inline-block;
|
|
33
|
+
height: px-to-rem(24px);
|
|
34
|
+
width: px-to-rem(24px);
|
|
35
|
+
@include icon("search", var(--ilo-color-blue-dark));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&:hover,
|
|
37
39
|
&:focus {
|
|
38
|
-
background-color:
|
|
39
|
-
$color,
|
|
40
|
-
"formelements",
|
|
41
|
-
"inputbutton",
|
|
42
|
-
"hover",
|
|
43
|
-
"background"
|
|
44
|
-
);
|
|
45
|
-
cursor: pointer;
|
|
46
|
-
@include dataurlicon(
|
|
47
|
-
"search",
|
|
48
|
-
$color-formelements-inputbutton-hover-color
|
|
49
|
-
);
|
|
40
|
+
background-color: var(--ilo-color-blue-lighter);
|
|
50
41
|
}
|
|
51
42
|
|
|
52
43
|
&:active {
|
|
53
|
-
background-color:
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
"active",
|
|
58
|
-
"background"
|
|
59
|
-
);
|
|
60
|
-
@include dataurlicon(
|
|
61
|
-
"search",
|
|
62
|
-
$color-formelements-inputbutton-active-color
|
|
63
|
-
);
|
|
44
|
+
background-color: var(--ilo-color-blue);
|
|
45
|
+
&:after {
|
|
46
|
+
@include icon("search", var(--ilo-color-white));
|
|
47
|
+
}
|
|
64
48
|
}
|
|
65
49
|
|
|
66
50
|
.haslabel & {
|
|
@@ -96,8 +80,7 @@
|
|
|
96
80
|
[dir="rtl"] & {
|
|
97
81
|
.ilo--searchfield {
|
|
98
82
|
&--button {
|
|
99
|
-
border-left: px-to-rem(2px) solid
|
|
100
|
-
$color-formelements-inputbutton-default-border-left;
|
|
83
|
+
border-left: px-to-rem(2px) solid var(--ilo-color-gray-base);
|
|
101
84
|
border-right: 0;
|
|
102
85
|
}
|
|
103
86
|
&--clear-button {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "../tokens" as *;
|
|
2
1
|
@use "../functions" as *;
|
|
3
2
|
@use "../animations" as *;
|
|
4
3
|
@import "../mixins";
|
|
@@ -14,7 +13,7 @@
|
|
|
14
13
|
--max-width: 100%;
|
|
15
14
|
}
|
|
16
15
|
|
|
17
|
-
border-bottom: px-to-rem(3px) solid
|
|
16
|
+
border-bottom: px-to-rem(3px) solid var(--ilo-color-purple);
|
|
18
17
|
padding: spacing(10) spacing(6) spacing(8);
|
|
19
18
|
position: relative;
|
|
20
19
|
width: 100%;
|
|
@@ -27,19 +26,19 @@
|
|
|
27
26
|
|
|
28
27
|
&#{$self}__color {
|
|
29
28
|
&__blue {
|
|
30
|
-
background:
|
|
29
|
+
background: var(--ilo-color-blue-lighter);
|
|
31
30
|
}
|
|
32
31
|
|
|
33
32
|
&__yellow {
|
|
34
|
-
background:
|
|
33
|
+
background: var(--ilo-color-yellow);
|
|
35
34
|
}
|
|
36
35
|
|
|
37
36
|
&__green {
|
|
38
|
-
background:
|
|
37
|
+
background: var(--ilo-color-green);
|
|
39
38
|
}
|
|
40
39
|
|
|
41
40
|
&__turquoise {
|
|
42
|
-
background:
|
|
41
|
+
background: var(--ilo-color-turquoise);
|
|
43
42
|
}
|
|
44
43
|
}
|
|
45
44
|
|
|
@@ -76,24 +75,17 @@
|
|
|
76
75
|
}
|
|
77
76
|
|
|
78
77
|
#{$self}--title {
|
|
79
|
-
color:
|
|
78
|
+
color: var(--ilo-color-blue-dark);
|
|
80
79
|
@include typography("heading-2");
|
|
81
|
-
@include textmargin(
|
|
82
|
-
"margin-bottom",
|
|
83
|
-
24px,
|
|
84
|
-
"headline-3",
|
|
85
|
-
"display",
|
|
86
|
-
0,
|
|
87
|
-
0
|
|
88
|
-
);
|
|
89
80
|
width: 100%;
|
|
81
|
+
margin-bottom: spacing(3);
|
|
90
82
|
}
|
|
91
83
|
|
|
92
84
|
#{$self}--intro {
|
|
93
|
-
color:
|
|
85
|
+
color: var(--ilo-color-blue-dark);
|
|
94
86
|
font-family: var(--ilo-fonts-display);
|
|
95
87
|
@include typography("highlight-medium");
|
|
96
|
-
|
|
88
|
+
margin-bottom: spacing(8);
|
|
97
89
|
width: 100%;
|
|
98
90
|
}
|
|
99
91
|
|