@alfalab/core-components-tabs 10.0.13-alfasans → 10.0.13
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/components/primary-tablist/index.css +167 -180
- package/components/primary-tablist/index.module.css.js +1 -1
- package/components/primary-tablist/mobile.css +291 -317
- package/components/primary-tablist/mobile.module.css.js +1 -1
- package/components/scroll-controls/index.css +11 -11
- package/components/scroll-controls/index.module.css.js +1 -1
- package/components/scrollable-container/index.css +5 -5
- package/components/scrollable-container/index.module.css.js +1 -1
- package/components/secondary-tablist/index.css +18 -18
- package/components/secondary-tablist/index.module.css.js +1 -1
- package/components/secondary-tablist/mobile.css +22 -22
- package/components/secondary-tablist/mobile.module.css.js +1 -1
- package/components/tab/index.css +2 -2
- package/components/tab/index.module.css.js +1 -1
- package/cssm/components/primary-tablist/index.module.css +35 -48
- package/cssm/components/primary-tablist/mobile.module.css +35 -48
- package/esm/components/primary-tablist/index.css +167 -180
- package/esm/components/primary-tablist/index.module.css.js +1 -1
- package/esm/components/primary-tablist/mobile.css +291 -317
- package/esm/components/primary-tablist/mobile.module.css.js +1 -1
- package/esm/components/scroll-controls/index.css +11 -11
- package/esm/components/scroll-controls/index.module.css.js +1 -1
- package/esm/components/scrollable-container/index.css +5 -5
- package/esm/components/scrollable-container/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/index.css +18 -18
- package/esm/components/secondary-tablist/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/mobile.css +22 -22
- package/esm/components/secondary-tablist/mobile.module.css.js +1 -1
- package/esm/components/tab/index.css +2 -2
- package/esm/components/tab/index.module.css.js +1 -1
- package/modern/components/primary-tablist/index.css +167 -180
- package/modern/components/primary-tablist/index.module.css.js +1 -1
- package/modern/components/primary-tablist/mobile.css +291 -317
- package/modern/components/primary-tablist/mobile.module.css.js +1 -1
- package/modern/components/scroll-controls/index.css +11 -11
- package/modern/components/scroll-controls/index.module.css.js +1 -1
- package/modern/components/scrollable-container/index.css +5 -5
- package/modern/components/scrollable-container/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/index.css +18 -18
- package/modern/components/secondary-tablist/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/mobile.css +22 -22
- package/modern/components/secondary-tablist/mobile.module.css.js +1 -1
- package/modern/components/tab/index.css +2 -2
- package/modern/components/tab/index.module.css.js +1 -1
- package/moderncssm/components/primary-tablist/index.module.css +30 -45
- package/moderncssm/components/primary-tablist/mobile.module.css +30 -45
- package/package.json +12 -12
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"title":"
|
|
5
|
+
var mobileStyles = {"title":"tabs__title_yk00x tabs__title_v7fpj","mobile":"tabs__mobile_yk00x","paragraph-primary-large":"tabs__paragraph-primary-large_yk00x","paragraph-primary-medium":"tabs__paragraph-primary-medium_yk00x","paragraph-primary-small":"tabs__paragraph-primary-small_yk00x","action-primary-large":"tabs__action-primary-large_yk00x","action-primary-medium":"tabs__action-primary-medium_yk00x","action-primary-small":"tabs__action-primary-small_yk00x","accent-primary-large":"tabs__accent-primary-large_yk00x","accent-primary-medium":"tabs__accent-primary-medium_yk00x","accent-primary-small":"tabs__accent-primary-small_yk00x","pickerWrapper":"tabs__pickerWrapper_yk00x","option":"tabs__option_yk00x","scrollControls":"tabs__scrollControls_yk00x","headline-system-xlarge":"tabs__headline-system-xlarge_yk00x","headline-system-large":"tabs__headline-system-large_yk00x","headline-system-medium":"tabs__headline-system-medium_yk00x","headline-system-small":"tabs__headline-system-small_yk00x","headline-system-xsmall":"tabs__headline-system-xsmall_yk00x","headline-xlarge":"tabs__headline-xlarge_yk00x","headline-large":"tabs__headline-large_yk00x","headline-medium":"tabs__headline-medium_yk00x","headline-small":"tabs__headline-small_yk00x","headline-xsmall":"tabs__headline-xsmall_yk00x","noTextStyle":"tabs__noTextStyle_yk00x"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
:root {
|
|
13
13
|
--primary-tablist-bottom-border-color: var(--color-light-neutral-translucent-500);
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.tabs__component_hcy1l {
|
|
16
16
|
position: relative;
|
|
17
17
|
display: flex;
|
|
18
18
|
flex-shrink: 0;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.tabs__primary_hcy1l {
|
|
21
21
|
align-items: flex-start;
|
|
22
22
|
justify-content: flex-end;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.tabs__primary_hcy1l:after {
|
|
25
25
|
content: '';
|
|
26
26
|
display: block;
|
|
27
27
|
position: absolute;
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
width: 100%;
|
|
31
31
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.tabs__primary_hcy1l {
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
.tabs__button_hcy1l:first-child {
|
|
36
36
|
padding-left: var(--gap-8);
|
|
37
37
|
margin-right: var(--gap-8);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.tabs__primary_hcy1l.tabs__xl_hcy1l .tabs__button_hcy1l:first-child {
|
|
41
41
|
margin-right: var(--gap-4);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.tabs__secondary_hcy1l {
|
|
44
44
|
align-items: center;
|
|
45
45
|
justify-content: center;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.tabs__secondary_hcy1l:before {
|
|
48
48
|
content: '';
|
|
49
49
|
display: block;
|
|
50
50
|
position: absolute;
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
transition: background-color 0.3s ease;
|
|
56
56
|
bottom: var(--gap-0);
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
.tabs__secondary_hcy1l.tabs__xs_hcy1l {
|
|
59
59
|
width: 76px;
|
|
60
60
|
|
|
61
|
-
.
|
|
61
|
+
.tabs__button_hcy1l:first-child {
|
|
62
62
|
margin-right: var(--gap-4);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.tabs__borderVisible_hcy1l:before {
|
|
66
66
|
background-color: var(--color-light-neutral-translucent-300);
|
|
67
67
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"tabs__component_hcy1l","primary":"tabs__primary_hcy1l","button":"tabs__button_hcy1l","xl":"tabs__xl_hcy1l","secondary":"tabs__secondary_hcy1l","xs":"tabs__xs_hcy1l","borderVisible":"tabs__borderVisible_hcy1l"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
--gap-4-neg: var(--gap-2xs-neg);
|
|
8
8
|
--gap-16-neg: var(--gap-m-neg);
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.tabs__scrollableContainerWrapper_sjh06 {
|
|
11
11
|
display: flex;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.tabs__container_sjh06 {
|
|
14
14
|
position: relative;
|
|
15
15
|
overflow-x: auto;
|
|
16
16
|
overflow-y: hidden;
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
21
21
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.tabs__container_sjh06::-webkit-scrollbar {
|
|
24
24
|
display: none;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.tabs__container_sjh06 > * {
|
|
27
27
|
flex-shrink: 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.tabs__fullWidthScroll_sjh06 {
|
|
30
30
|
padding-left: var(--gap-0);
|
|
31
31
|
margin: var(--gap-4-neg) var(--gap-16-neg);
|
|
32
32
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"scrollableContainerWrapper":"
|
|
5
|
+
var styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_sjh06","container":"tabs__container_sjh06","fullWidthScroll":"tabs__fullWidthScroll_sjh06"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
--secondary-tablist-xl-gaps: var(--gap-16);
|
|
21
21
|
--secondary-tablist-transparent-gaps: var(--gap-0);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.tabs__component_1bjgl {
|
|
24
24
|
position: relative;
|
|
25
25
|
display: inline-flex;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.tabs__fullWidthScroll_1bjgl {
|
|
28
28
|
margin: var(--gap-0) var(--gap-16);
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.tabs__container_1bjgl {
|
|
31
31
|
overflow: hidden;
|
|
32
32
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
33
33
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.tabs__title_1bjgl {
|
|
36
36
|
white-space: nowrap;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
39
|
-
.
|
|
38
|
+
.tabs__desktop_1bjgl.tabs__desktop_1bjgl.tabs__transparentView_1bjgl.tabs__transparentView_1bjgl {
|
|
39
|
+
.tabs__title_1bjgl.tabs__title_1bjgl {
|
|
40
40
|
margin-left: var(--secondary-tablist-transparent-gaps);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
.
|
|
44
|
-
.
|
|
43
|
+
.tabs__xxs_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
44
|
+
.tabs__xxs_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
45
45
|
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
46
46
|
}
|
|
47
|
-
.
|
|
48
|
-
.
|
|
47
|
+
.tabs__xs_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
48
|
+
.tabs__xs_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
49
49
|
margin-left: var(--secondary-tablist-xs-gaps);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
52
|
-
.
|
|
51
|
+
.tabs__s_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
52
|
+
.tabs__s_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
53
53
|
margin-left: var(--secondary-tablist-s-gaps);
|
|
54
54
|
}
|
|
55
|
-
.
|
|
56
|
-
.
|
|
55
|
+
.tabs__m_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
56
|
+
.tabs__m_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
57
57
|
margin-left: var(--secondary-tablist-m-gaps);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
60
|
-
.
|
|
59
|
+
.tabs__l_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
60
|
+
.tabs__l_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
61
61
|
margin-left: var(--secondary-tablist-l-gaps);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
64
|
-
.
|
|
63
|
+
.tabs__xl_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
64
|
+
.tabs__xl_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
65
65
|
margin-left: var(--secondary-tablist-xl-gaps);
|
|
66
66
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var commonStyles = {"component":"
|
|
5
|
+
var commonStyles = {"component":"tabs__component_1bjgl","fullWidthScroll":"tabs__fullWidthScroll_1bjgl","container":"tabs__container_1bjgl","title":"tabs__title_1bjgl","desktop":"tabs__desktop_1bjgl","transparentView":"tabs__transparentView_1bjgl","xxs":"tabs__xxs_1bjgl","skeleton":"tabs__skeleton_1bjgl","xs":"tabs__xs_1bjgl","s":"tabs__s_1bjgl","m":"tabs__m_1bjgl","l":"tabs__l_1bjgl","xl":"tabs__xl_1bjgl"};
|
|
6
6
|
|
|
7
7
|
module.exports = commonStyles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -19,38 +19,38 @@
|
|
|
19
19
|
--secondary-tablist-l-gaps: var(--gap-16);
|
|
20
20
|
--secondary-tablist-xl-gaps: var(--gap-16);
|
|
21
21
|
--secondary-tablist-transparent-gaps: var(--gap-0);
|
|
22
|
-
}.
|
|
22
|
+
}.tabs__component_1bjgl {
|
|
23
23
|
position: relative;
|
|
24
24
|
display: inline-flex;
|
|
25
|
-
}.
|
|
25
|
+
}.tabs__fullWidthScroll_1bjgl {
|
|
26
26
|
margin: var(--gap-0) var(--gap-16);
|
|
27
|
-
}.
|
|
27
|
+
}.tabs__container_1bjgl {
|
|
28
28
|
overflow: hidden;
|
|
29
29
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
30
30
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
31
|
-
}.
|
|
31
|
+
}.tabs__title_1bjgl {
|
|
32
32
|
white-space: nowrap;
|
|
33
|
-
}.
|
|
34
|
-
.
|
|
33
|
+
}.tabs__desktop_1bjgl.tabs__desktop_1bjgl.tabs__transparentView_1bjgl.tabs__transparentView_1bjgl {
|
|
34
|
+
.tabs__title_1bjgl.tabs__title_1bjgl {
|
|
35
35
|
margin-left: var(--secondary-tablist-transparent-gaps);
|
|
36
36
|
}
|
|
37
|
-
}.
|
|
38
|
-
.
|
|
37
|
+
}.tabs__xxs_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
38
|
+
.tabs__xxs_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
39
39
|
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
40
|
-
}.
|
|
41
|
-
.
|
|
40
|
+
}.tabs__xs_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
41
|
+
.tabs__xs_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
42
42
|
margin-left: var(--secondary-tablist-xs-gaps);
|
|
43
|
-
}.
|
|
44
|
-
.
|
|
43
|
+
}.tabs__s_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
44
|
+
.tabs__s_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
45
45
|
margin-left: var(--secondary-tablist-s-gaps);
|
|
46
|
-
}.
|
|
47
|
-
.
|
|
46
|
+
}.tabs__m_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
47
|
+
.tabs__m_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
48
48
|
margin-left: var(--secondary-tablist-m-gaps);
|
|
49
|
-
}.
|
|
50
|
-
.
|
|
49
|
+
}.tabs__l_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
50
|
+
.tabs__l_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
51
51
|
margin-left: var(--secondary-tablist-l-gaps);
|
|
52
|
-
}.
|
|
53
|
-
.
|
|
52
|
+
}.tabs__xl_1bjgl .tabs__title_1bjgl + .tabs__title_1bjgl,
|
|
53
|
+
.tabs__xl_1bjgl .tabs__skeleton_1bjgl + .tabs__skeleton_1bjgl {
|
|
54
54
|
margin-left: var(--secondary-tablist-xl-gaps);
|
|
55
55
|
}
|
|
56
56
|
:root {
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
--secondary-tablist-xl-gaps: var(--gap-16);
|
|
77
77
|
--secondary-tablist-transparent-gaps: var(--gap-0);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
.tabs__title_1f8fi {
|
|
80
80
|
}
|
|
81
|
-
.
|
|
82
|
-
.
|
|
81
|
+
.tabs__mobile_1f8fi .tabs__title_1f8fi + .tabs__title_1f8fi,
|
|
82
|
+
.tabs__mobile_1f8fi .tabs__skeleton_1f8fi + .tabs__skeleton_1f8fi {
|
|
83
83
|
margin-left: var(--secondary-tablist-mobile-gaps);
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
.tabs__mobile_1f8fi.tabs__transparentView_1f8fi.tabs__transparentView_1f8fi .tabs__title_1f8fi {
|
|
86
86
|
margin-left: var(--secondary-tablist-transparent-gaps);
|
|
87
87
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"title":"
|
|
5
|
+
var mobileStyles = {"title":"tabs__title_1f8fi tabs__title_1bjgl","mobile":"tabs__mobile_1f8fi","skeleton":"tabs__skeleton_1f8fi","transparentView":"tabs__transparentView_1f8fi"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
package/components/tab/index.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"tabs__component_1vz6o","hidden":"tabs__hidden_1vz6o"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -28,9 +28,11 @@
|
|
|
28
28
|
--gap-4-neg: var(--gap-2xs-neg);
|
|
29
29
|
}
|
|
30
30
|
:root {
|
|
31
|
-
--font-family-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
--font-family-system:
|
|
32
|
+
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
33
|
+
--font-family-styrene:
|
|
34
|
+
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
35
|
+
sans-serif;
|
|
34
36
|
}
|
|
35
37
|
:root {
|
|
36
38
|
--focus-color: var(--color-light-status-info);
|
|
@@ -70,64 +72,55 @@
|
|
|
70
72
|
font-size: 18px;
|
|
71
73
|
line-height: 24px;
|
|
72
74
|
font-weight: 400;
|
|
73
|
-
|
|
74
|
-
font-family: var(--font-family-alfasans);
|
|
75
|
+
font-family: var(--font-family-system);
|
|
75
76
|
}
|
|
76
77
|
.desktop.paragraph-primary-medium .title {
|
|
77
78
|
font-size: 16px;
|
|
78
79
|
line-height: 24px;
|
|
79
80
|
font-weight: 400;
|
|
80
|
-
|
|
81
|
-
font-family: var(--font-family-alfasans);
|
|
81
|
+
font-family: var(--font-family-system);
|
|
82
82
|
}
|
|
83
83
|
.desktop.paragraph-primary-small .title {
|
|
84
84
|
font-size: 14px;
|
|
85
85
|
line-height: 20px;
|
|
86
86
|
font-weight: 400;
|
|
87
|
-
|
|
88
|
-
font-family: var(--font-family-alfasans);
|
|
87
|
+
font-family: var(--font-family-system);
|
|
89
88
|
}
|
|
90
89
|
.desktop.action-primary-large .title {
|
|
91
90
|
font-size: 18px;
|
|
92
91
|
line-height: 24px;
|
|
93
92
|
font-weight: 500;
|
|
94
|
-
|
|
95
|
-
font-family: var(--font-family-alfasans);
|
|
93
|
+
font-family: var(--font-family-system);
|
|
96
94
|
}
|
|
97
95
|
.desktop.action-primary-medium .title {
|
|
98
96
|
font-size: 16px;
|
|
99
97
|
line-height: 24px;
|
|
100
98
|
font-weight: 500;
|
|
101
|
-
|
|
102
|
-
font-family: var(--font-family-alfasans);
|
|
99
|
+
font-family: var(--font-family-system);
|
|
103
100
|
}
|
|
104
101
|
.desktop.action-primary-small .title {
|
|
105
102
|
font-size: 14px;
|
|
106
103
|
line-height: 20px;
|
|
107
104
|
font-weight: 500;
|
|
108
|
-
|
|
109
|
-
font-family: var(--font-family-alfasans);
|
|
105
|
+
font-family: var(--font-family-system);
|
|
110
106
|
}
|
|
111
107
|
.desktop.accent-primary-large .title {
|
|
112
108
|
font-size: 18px;
|
|
113
109
|
line-height: 24px;
|
|
114
110
|
font-weight: 700;
|
|
115
|
-
|
|
116
|
-
font-family: var(--font-family-alfasans);
|
|
111
|
+
font-family: var(--font-family-system);
|
|
117
112
|
}
|
|
118
113
|
.desktop.accent-primary-medium .title {
|
|
119
114
|
font-size: 16px;
|
|
120
115
|
line-height: 24px;
|
|
121
116
|
font-weight: 700;
|
|
122
|
-
|
|
123
|
-
font-family: var(--font-family-alfasans);
|
|
117
|
+
font-family: var(--font-family-system);
|
|
124
118
|
}
|
|
125
119
|
.desktop.accent-primary-small .title {
|
|
126
120
|
font-size: 14px;
|
|
127
121
|
line-height: 20px;
|
|
128
122
|
font-weight: 700;
|
|
129
|
-
|
|
130
|
-
font-family: var(--font-family-alfasans);
|
|
123
|
+
font-family: var(--font-family-system);
|
|
131
124
|
}
|
|
132
125
|
.desktop.paragraph-primary-large .title, .desktop.paragraph-primary-medium .title, .desktop.accent-primary-large .title, .desktop.accent-primary-medium .title, .desktop.action-primary-large .title, .desktop.action-primary-medium .title {
|
|
133
126
|
padding-bottom: calc(24px / 2);
|
|
@@ -185,71 +178,66 @@
|
|
|
185
178
|
font-size: 48px;
|
|
186
179
|
line-height: 52px;
|
|
187
180
|
font-weight: 700;
|
|
188
|
-
|
|
189
|
-
font-family: var(--font-family-alfasans);
|
|
181
|
+
font-family: var(--font-family-system);
|
|
190
182
|
}
|
|
191
183
|
.desktop.headline-system-large .title {
|
|
192
184
|
font-size: 40px;
|
|
193
185
|
line-height: 48px;
|
|
194
186
|
font-weight: 700;
|
|
195
|
-
|
|
196
|
-
font-family: var(--font-family-alfasans);
|
|
187
|
+
font-family: var(--font-family-system);
|
|
197
188
|
}
|
|
198
189
|
.desktop.headline-system-medium .title {
|
|
199
190
|
font-size: 30px;
|
|
200
191
|
line-height: 36px;
|
|
201
192
|
font-weight: 700;
|
|
202
|
-
|
|
203
|
-
font-family: var(--font-family-alfasans);
|
|
193
|
+
font-family: var(--font-family-system);
|
|
204
194
|
}
|
|
205
195
|
.desktop.headline-system-small .title {
|
|
206
196
|
font-size: 22px;
|
|
207
197
|
line-height: 26px;
|
|
208
198
|
font-weight: 700;
|
|
209
|
-
|
|
210
|
-
font-family: var(--font-family-alfasans);
|
|
199
|
+
font-family: var(--font-family-system);
|
|
211
200
|
}
|
|
212
201
|
.desktop.headline-system-xsmall .title {
|
|
213
202
|
font-size: 18px;
|
|
214
203
|
line-height: 22px;
|
|
215
204
|
font-weight: 700;
|
|
216
|
-
|
|
217
|
-
font-family: var(--font-family-alfasans);
|
|
205
|
+
font-family: var(--font-family-system);
|
|
218
206
|
}
|
|
219
207
|
.desktop.headline-xlarge .title {
|
|
220
208
|
font-size: 48px;
|
|
221
209
|
line-height: 64px;
|
|
222
|
-
font-weight:
|
|
223
|
-
|
|
224
|
-
font-family: var(--font-family-
|
|
210
|
+
font-weight: 500;
|
|
211
|
+
font-feature-settings: 'ss01';
|
|
212
|
+
font-family: var(--font-family-styrene);
|
|
225
213
|
}
|
|
226
214
|
.desktop.headline-large .title {
|
|
227
215
|
font-size: 40px;
|
|
228
216
|
line-height: 48px;
|
|
229
|
-
font-weight:
|
|
230
|
-
|
|
231
|
-
font-family: var(--font-family-
|
|
217
|
+
font-weight: 500;
|
|
218
|
+
font-feature-settings: 'ss01';
|
|
219
|
+
font-family: var(--font-family-styrene);
|
|
232
220
|
}
|
|
233
221
|
.desktop.headline-medium .title {
|
|
234
222
|
font-size: 32px;
|
|
235
223
|
line-height: 40px;
|
|
236
|
-
font-weight:
|
|
237
|
-
|
|
238
|
-
font-family: var(--font-family-
|
|
224
|
+
font-weight: 500;
|
|
225
|
+
font-feature-settings: 'ss01';
|
|
226
|
+
font-family: var(--font-family-styrene);
|
|
239
227
|
}
|
|
240
228
|
.desktop.headline-small .title {
|
|
241
229
|
font-size: 24px;
|
|
242
230
|
line-height: 32px;
|
|
243
|
-
font-weight:
|
|
244
|
-
|
|
245
|
-
font-family: var(--font-family-
|
|
231
|
+
font-weight: 500;
|
|
232
|
+
font-feature-settings: 'ss01';
|
|
233
|
+
font-family: var(--font-family-styrene);
|
|
246
234
|
}
|
|
247
235
|
.desktop.headline-xsmall .title {
|
|
248
236
|
font-size: 20px;
|
|
249
237
|
line-height: 24px;
|
|
250
|
-
font-weight:
|
|
251
|
-
|
|
252
|
-
font-family: var(--font-family-
|
|
238
|
+
font-weight: 500;
|
|
239
|
+
font-feature-settings: 'ss01';
|
|
240
|
+
font-family: var(--font-family-styrene);
|
|
253
241
|
}
|
|
254
242
|
.desktop.headline-system-xlarge .title {
|
|
255
243
|
padding-bottom: calc(52px / 2);
|
|
@@ -544,6 +532,5 @@
|
|
|
544
532
|
font-size: 18px;
|
|
545
533
|
line-height: 24px;
|
|
546
534
|
font-weight: 400;
|
|
547
|
-
|
|
548
|
-
font-family: var(--font-family-alfasans);
|
|
535
|
+
font-family: var(--font-family-system);
|
|
549
536
|
}
|