@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './mobile.css';
|
|
2
2
|
|
|
3
|
-
const mobileStyles = {"title":"
|
|
3
|
+
const 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"};
|
|
4
4
|
|
|
5
5
|
export { mobileStyles as default };
|
|
6
6
|
//# 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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"
|
|
3
|
+
const 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"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"scrollableContainerWrapper":"
|
|
3
|
+
const styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_sjh06","container":"tabs__container_sjh06","fullWidthScroll":"tabs__fullWidthScroll_sjh06"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const commonStyles = {"component":"
|
|
3
|
+
const 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"};
|
|
4
4
|
|
|
5
5
|
export { commonStyles as default };
|
|
6
6
|
//# 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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './mobile.css';
|
|
2
2
|
|
|
3
|
-
const mobileStyles = {"title":"
|
|
3
|
+
const mobileStyles = {"title":"tabs__title_1f8fi tabs__title_1bjgl","mobile":"tabs__mobile_1f8fi","skeleton":"tabs__skeleton_1f8fi","transparentView":"tabs__transparentView_1f8fi"};
|
|
4
4
|
|
|
5
5
|
export { mobileStyles as default };
|
|
6
6
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"
|
|
3
|
+
const styles = {"component":"tabs__component_1vz6o","hidden":"tabs__hidden_1vz6o"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -34,64 +34,55 @@
|
|
|
34
34
|
font-size: 18px;
|
|
35
35
|
line-height: 24px;
|
|
36
36
|
font-weight: 400;
|
|
37
|
-
|
|
38
|
-
font-family: var(--font-family-alfasans);
|
|
37
|
+
font-family: var(--font-family-system);
|
|
39
38
|
}
|
|
40
39
|
.desktop.paragraph-primary-medium .title {
|
|
41
40
|
font-size: 16px;
|
|
42
41
|
line-height: 24px;
|
|
43
42
|
font-weight: 400;
|
|
44
|
-
|
|
45
|
-
font-family: var(--font-family-alfasans);
|
|
43
|
+
font-family: var(--font-family-system);
|
|
46
44
|
}
|
|
47
45
|
.desktop.paragraph-primary-small .title {
|
|
48
46
|
font-size: 14px;
|
|
49
47
|
line-height: 20px;
|
|
50
48
|
font-weight: 400;
|
|
51
|
-
|
|
52
|
-
font-family: var(--font-family-alfasans);
|
|
49
|
+
font-family: var(--font-family-system);
|
|
53
50
|
}
|
|
54
51
|
.desktop.action-primary-large .title {
|
|
55
52
|
font-size: 18px;
|
|
56
53
|
line-height: 24px;
|
|
57
54
|
font-weight: 500;
|
|
58
|
-
|
|
59
|
-
font-family: var(--font-family-alfasans);
|
|
55
|
+
font-family: var(--font-family-system);
|
|
60
56
|
}
|
|
61
57
|
.desktop.action-primary-medium .title {
|
|
62
58
|
font-size: 16px;
|
|
63
59
|
line-height: 24px;
|
|
64
60
|
font-weight: 500;
|
|
65
|
-
|
|
66
|
-
font-family: var(--font-family-alfasans);
|
|
61
|
+
font-family: var(--font-family-system);
|
|
67
62
|
}
|
|
68
63
|
.desktop.action-primary-small .title {
|
|
69
64
|
font-size: 14px;
|
|
70
65
|
line-height: 20px;
|
|
71
66
|
font-weight: 500;
|
|
72
|
-
|
|
73
|
-
font-family: var(--font-family-alfasans);
|
|
67
|
+
font-family: var(--font-family-system);
|
|
74
68
|
}
|
|
75
69
|
.desktop.accent-primary-large .title {
|
|
76
70
|
font-size: 18px;
|
|
77
71
|
line-height: 24px;
|
|
78
72
|
font-weight: 700;
|
|
79
|
-
|
|
80
|
-
font-family: var(--font-family-alfasans);
|
|
73
|
+
font-family: var(--font-family-system);
|
|
81
74
|
}
|
|
82
75
|
.desktop.accent-primary-medium .title {
|
|
83
76
|
font-size: 16px;
|
|
84
77
|
line-height: 24px;
|
|
85
78
|
font-weight: 700;
|
|
86
|
-
|
|
87
|
-
font-family: var(--font-family-alfasans);
|
|
79
|
+
font-family: var(--font-family-system);
|
|
88
80
|
}
|
|
89
81
|
.desktop.accent-primary-small .title {
|
|
90
82
|
font-size: 14px;
|
|
91
83
|
line-height: 20px;
|
|
92
84
|
font-weight: 700;
|
|
93
|
-
|
|
94
|
-
font-family: var(--font-family-alfasans);
|
|
85
|
+
font-family: var(--font-family-system);
|
|
95
86
|
}
|
|
96
87
|
.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 {
|
|
97
88
|
padding-bottom: calc(24px / 2);
|
|
@@ -149,71 +140,66 @@
|
|
|
149
140
|
font-size: 48px;
|
|
150
141
|
line-height: 52px;
|
|
151
142
|
font-weight: 700;
|
|
152
|
-
|
|
153
|
-
font-family: var(--font-family-alfasans);
|
|
143
|
+
font-family: var(--font-family-system);
|
|
154
144
|
}
|
|
155
145
|
.desktop.headline-system-large .title {
|
|
156
146
|
font-size: 40px;
|
|
157
147
|
line-height: 48px;
|
|
158
148
|
font-weight: 700;
|
|
159
|
-
|
|
160
|
-
font-family: var(--font-family-alfasans);
|
|
149
|
+
font-family: var(--font-family-system);
|
|
161
150
|
}
|
|
162
151
|
.desktop.headline-system-medium .title {
|
|
163
152
|
font-size: 30px;
|
|
164
153
|
line-height: 36px;
|
|
165
154
|
font-weight: 700;
|
|
166
|
-
|
|
167
|
-
font-family: var(--font-family-alfasans);
|
|
155
|
+
font-family: var(--font-family-system);
|
|
168
156
|
}
|
|
169
157
|
.desktop.headline-system-small .title {
|
|
170
158
|
font-size: 22px;
|
|
171
159
|
line-height: 26px;
|
|
172
160
|
font-weight: 700;
|
|
173
|
-
|
|
174
|
-
font-family: var(--font-family-alfasans);
|
|
161
|
+
font-family: var(--font-family-system);
|
|
175
162
|
}
|
|
176
163
|
.desktop.headline-system-xsmall .title {
|
|
177
164
|
font-size: 18px;
|
|
178
165
|
line-height: 22px;
|
|
179
166
|
font-weight: 700;
|
|
180
|
-
|
|
181
|
-
font-family: var(--font-family-alfasans);
|
|
167
|
+
font-family: var(--font-family-system);
|
|
182
168
|
}
|
|
183
169
|
.desktop.headline-xlarge .title {
|
|
184
170
|
font-size: 48px;
|
|
185
171
|
line-height: 64px;
|
|
186
|
-
font-weight:
|
|
187
|
-
|
|
188
|
-
font-family: var(--font-family-
|
|
172
|
+
font-weight: 500;
|
|
173
|
+
font-feature-settings: 'ss01';
|
|
174
|
+
font-family: var(--font-family-styrene);
|
|
189
175
|
}
|
|
190
176
|
.desktop.headline-large .title {
|
|
191
177
|
font-size: 40px;
|
|
192
178
|
line-height: 48px;
|
|
193
|
-
font-weight:
|
|
194
|
-
|
|
195
|
-
font-family: var(--font-family-
|
|
179
|
+
font-weight: 500;
|
|
180
|
+
font-feature-settings: 'ss01';
|
|
181
|
+
font-family: var(--font-family-styrene);
|
|
196
182
|
}
|
|
197
183
|
.desktop.headline-medium .title {
|
|
198
184
|
font-size: 32px;
|
|
199
185
|
line-height: 40px;
|
|
200
|
-
font-weight:
|
|
201
|
-
|
|
202
|
-
font-family: var(--font-family-
|
|
186
|
+
font-weight: 500;
|
|
187
|
+
font-feature-settings: 'ss01';
|
|
188
|
+
font-family: var(--font-family-styrene);
|
|
203
189
|
}
|
|
204
190
|
.desktop.headline-small .title {
|
|
205
191
|
font-size: 24px;
|
|
206
192
|
line-height: 32px;
|
|
207
|
-
font-weight:
|
|
208
|
-
|
|
209
|
-
font-family: var(--font-family-
|
|
193
|
+
font-weight: 500;
|
|
194
|
+
font-feature-settings: 'ss01';
|
|
195
|
+
font-family: var(--font-family-styrene);
|
|
210
196
|
}
|
|
211
197
|
.desktop.headline-xsmall .title {
|
|
212
198
|
font-size: 20px;
|
|
213
199
|
line-height: 24px;
|
|
214
|
-
font-weight:
|
|
215
|
-
|
|
216
|
-
font-family: var(--font-family-
|
|
200
|
+
font-weight: 500;
|
|
201
|
+
font-feature-settings: 'ss01';
|
|
202
|
+
font-family: var(--font-family-styrene);
|
|
217
203
|
}
|
|
218
204
|
.desktop.headline-system-xlarge .title {
|
|
219
205
|
padding-bottom: calc(52px / 2);
|
|
@@ -508,6 +494,5 @@
|
|
|
508
494
|
font-size: 18px;
|
|
509
495
|
line-height: 24px;
|
|
510
496
|
font-weight: 400;
|
|
511
|
-
|
|
512
|
-
font-family: var(--font-family-alfasans);
|
|
497
|
+
font-family: var(--font-family-system);
|
|
513
498
|
}
|