@ascentgl/ads-ui 20.0.6 → 20.0.7
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 +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +202 -630
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +4 -131
- package/package.json +16 -20
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
- package/src/assets/sass/ads-ui/main.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -31
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +15 -15
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
- package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
- package/fesm2022/ascentgl-ads-ui-src-lib-components-map.mjs +0 -439
- package/fesm2022/ascentgl-ads-ui-src-lib-components-map.mjs.map +0 -1
- package/src/lib/components/map/index.d.ts +0 -133
|
@@ -1,125 +1,125 @@
|
|
|
1
|
-
$box-shadow: 0 3px 6px 0 rgba(0, 73, 135, 16%);
|
|
2
|
-
|
|
3
|
-
$colors: (
|
|
4
|
-
white: #ffffff,
|
|
5
|
-
muted-30: #fcfdff,
|
|
6
|
-
muted-50: #f9fbff,
|
|
7
|
-
muted: #f2f7ff,
|
|
8
|
-
light-30: #f1f3f9,
|
|
9
|
-
light-80: #dae0ee,
|
|
10
|
-
light: #ced6e8,
|
|
11
|
-
light-opacity-50: rgba(206, 214, 232, 0.5),
|
|
12
|
-
medium-30: #c6c8d0,
|
|
13
|
-
medium-50: #b2b6c6,
|
|
14
|
-
medium: #646c8d,
|
|
15
|
-
medium-opacity-50: rgba(100, 108, 141, 0.5),
|
|
16
|
-
dark-10: #666666,
|
|
17
|
-
dark-30: #5c5c5c,
|
|
18
|
-
dark-50: #525252,
|
|
19
|
-
dark-80: #474747,
|
|
20
|
-
dark-90: #333333,
|
|
21
|
-
dark: #292929,
|
|
22
|
-
black: #1e1e1e,
|
|
23
|
-
|
|
24
|
-
primary: #041f41,
|
|
25
|
-
primary-hover: #044986,
|
|
26
|
-
primary-pressed: #366d9e,
|
|
27
|
-
|
|
28
|
-
secondary: #017d93,
|
|
29
|
-
secondary-hover: #015a6a,
|
|
30
|
-
secondary-pressed: #013b46,
|
|
31
|
-
secondary-10: rgba(1, 125, 147, 0.1),
|
|
32
|
-
link: #0077b3,
|
|
33
|
-
link-hover: #005885,
|
|
34
|
-
link-pressed: #002638,
|
|
35
|
-
|
|
36
|
-
error: #bb1e1e,
|
|
37
|
-
error-hover: #ab1c1c,
|
|
38
|
-
error-pressed: #771313,
|
|
39
|
-
|
|
40
|
-
success: #238170,
|
|
41
|
-
success-hover: #19584c,
|
|
42
|
-
success-pressed: #10382e,
|
|
43
|
-
|
|
44
|
-
logo: #004987,
|
|
45
|
-
);
|
|
46
|
-
|
|
47
|
-
$colors-dark: (
|
|
48
|
-
white: #292929,
|
|
49
|
-
muted-30: #1e1e1e,
|
|
50
|
-
muted-50: #333333,
|
|
51
|
-
muted: #474747,
|
|
52
|
-
light-30: #525252,
|
|
53
|
-
light-80: #5c5c5c,
|
|
54
|
-
light: #666666,
|
|
55
|
-
light-opacity-50: rgba(102, 102, 102, 0.5),
|
|
56
|
-
medium-30: #fcfdff,
|
|
57
|
-
medium-50: #f9fbff,
|
|
58
|
-
medium: #f2f7ff,
|
|
59
|
-
medium-opacity-50: rgba(242, 247, 255, 0.5),
|
|
60
|
-
dark-10: #ced6e8,
|
|
61
|
-
dark-30: #dae0ee,
|
|
62
|
-
dark-50: #f1f3f9,
|
|
63
|
-
dark-80: #f2f7ff,
|
|
64
|
-
dark-90: #f9fbff,
|
|
65
|
-
dark: #ffffff,
|
|
66
|
-
black: #fcfdff,
|
|
67
|
-
|
|
68
|
-
primary: #66c5d4,
|
|
69
|
-
primary-hover: #33b1c6,
|
|
70
|
-
primary-pressed: #009fb8,
|
|
71
|
-
|
|
72
|
-
secondary: #cae5e8,
|
|
73
|
-
secondary-hover: #a2cbcf,
|
|
74
|
-
secondary-pressed: #99b9bc,
|
|
75
|
-
secondary-10: rgba(202, 229, 232, 0.1),
|
|
76
|
-
link: #52c5ff,
|
|
77
|
-
link-hover: #1fb4ff,
|
|
78
|
-
link-pressed: #007ab8,
|
|
79
|
-
|
|
80
|
-
error: #ff7070,
|
|
81
|
-
error-hover: #ff2929,
|
|
82
|
-
error-pressed: #cc0000,
|
|
83
|
-
|
|
84
|
-
success: #53d0b9,
|
|
85
|
-
success-hover: #2ca08b,
|
|
86
|
-
success-pressed: #248473,
|
|
87
|
-
|
|
88
|
-
logo: #ffffff,
|
|
89
|
-
);
|
|
90
|
-
|
|
91
|
-
$font-weights: (
|
|
92
|
-
regular: 400,
|
|
93
|
-
medium: 500,
|
|
94
|
-
semibold: 600,
|
|
95
|
-
bold: 700,
|
|
96
|
-
);
|
|
97
|
-
|
|
98
|
-
$font-sizes: (
|
|
99
|
-
text-xxs: 0.675rem,
|
|
100
|
-
text-xs: 0.75rem,
|
|
101
|
-
text-sm: 0.875rem,
|
|
102
|
-
text-base: 1rem,
|
|
103
|
-
text-lg: 1.125rem,
|
|
104
|
-
text-xl: 1.25rem,
|
|
105
|
-
text-2xl: 1.5rem,
|
|
106
|
-
text-3xl: 1.875rem,
|
|
107
|
-
text-4xl: 2.25rem,
|
|
108
|
-
text-5xl: 3rem,
|
|
109
|
-
text-6xl: 4rem,
|
|
110
|
-
);
|
|
111
|
-
|
|
112
|
-
$spacings: (
|
|
113
|
-
space-4: 4px,
|
|
114
|
-
space-8: 8px,
|
|
115
|
-
space-12: 12px,
|
|
116
|
-
space-16: 16px,
|
|
117
|
-
space-24: 24px,
|
|
118
|
-
space-32: 32px,
|
|
119
|
-
space-40: 40px,
|
|
120
|
-
space-48: 48px,
|
|
121
|
-
space-56: 56px,
|
|
122
|
-
space-64: 64px,
|
|
123
|
-
space-72: 72px,
|
|
124
|
-
space-80: 80px,
|
|
125
|
-
);
|
|
1
|
+
$box-shadow: 0 3px 6px 0 rgba(0, 73, 135, 16%);
|
|
2
|
+
|
|
3
|
+
$colors: (
|
|
4
|
+
white: #ffffff,
|
|
5
|
+
muted-30: #fcfdff,
|
|
6
|
+
muted-50: #f9fbff,
|
|
7
|
+
muted: #f2f7ff,
|
|
8
|
+
light-30: #f1f3f9,
|
|
9
|
+
light-80: #dae0ee,
|
|
10
|
+
light: #ced6e8,
|
|
11
|
+
light-opacity-50: rgba(206, 214, 232, 0.5),
|
|
12
|
+
medium-30: #c6c8d0,
|
|
13
|
+
medium-50: #b2b6c6,
|
|
14
|
+
medium: #646c8d,
|
|
15
|
+
medium-opacity-50: rgba(100, 108, 141, 0.5),
|
|
16
|
+
dark-10: #666666,
|
|
17
|
+
dark-30: #5c5c5c,
|
|
18
|
+
dark-50: #525252,
|
|
19
|
+
dark-80: #474747,
|
|
20
|
+
dark-90: #333333,
|
|
21
|
+
dark: #292929,
|
|
22
|
+
black: #1e1e1e,
|
|
23
|
+
|
|
24
|
+
primary: #041f41,
|
|
25
|
+
primary-hover: #044986,
|
|
26
|
+
primary-pressed: #366d9e,
|
|
27
|
+
|
|
28
|
+
secondary: #017d93,
|
|
29
|
+
secondary-hover: #015a6a,
|
|
30
|
+
secondary-pressed: #013b46,
|
|
31
|
+
secondary-10: rgba(1, 125, 147, 0.1),
|
|
32
|
+
link: #0077b3,
|
|
33
|
+
link-hover: #005885,
|
|
34
|
+
link-pressed: #002638,
|
|
35
|
+
|
|
36
|
+
error: #bb1e1e,
|
|
37
|
+
error-hover: #ab1c1c,
|
|
38
|
+
error-pressed: #771313,
|
|
39
|
+
|
|
40
|
+
success: #238170,
|
|
41
|
+
success-hover: #19584c,
|
|
42
|
+
success-pressed: #10382e,
|
|
43
|
+
|
|
44
|
+
logo: #004987,
|
|
45
|
+
);
|
|
46
|
+
|
|
47
|
+
$colors-dark: (
|
|
48
|
+
white: #292929,
|
|
49
|
+
muted-30: #1e1e1e,
|
|
50
|
+
muted-50: #333333,
|
|
51
|
+
muted: #474747,
|
|
52
|
+
light-30: #525252,
|
|
53
|
+
light-80: #5c5c5c,
|
|
54
|
+
light: #666666,
|
|
55
|
+
light-opacity-50: rgba(102, 102, 102, 0.5),
|
|
56
|
+
medium-30: #fcfdff,
|
|
57
|
+
medium-50: #f9fbff,
|
|
58
|
+
medium: #f2f7ff,
|
|
59
|
+
medium-opacity-50: rgba(242, 247, 255, 0.5),
|
|
60
|
+
dark-10: #ced6e8,
|
|
61
|
+
dark-30: #dae0ee,
|
|
62
|
+
dark-50: #f1f3f9,
|
|
63
|
+
dark-80: #f2f7ff,
|
|
64
|
+
dark-90: #f9fbff,
|
|
65
|
+
dark: #ffffff,
|
|
66
|
+
black: #fcfdff,
|
|
67
|
+
|
|
68
|
+
primary: #66c5d4,
|
|
69
|
+
primary-hover: #33b1c6,
|
|
70
|
+
primary-pressed: #009fb8,
|
|
71
|
+
|
|
72
|
+
secondary: #cae5e8,
|
|
73
|
+
secondary-hover: #a2cbcf,
|
|
74
|
+
secondary-pressed: #99b9bc,
|
|
75
|
+
secondary-10: rgba(202, 229, 232, 0.1),
|
|
76
|
+
link: #52c5ff,
|
|
77
|
+
link-hover: #1fb4ff,
|
|
78
|
+
link-pressed: #007ab8,
|
|
79
|
+
|
|
80
|
+
error: #ff7070,
|
|
81
|
+
error-hover: #ff2929,
|
|
82
|
+
error-pressed: #cc0000,
|
|
83
|
+
|
|
84
|
+
success: #53d0b9,
|
|
85
|
+
success-hover: #2ca08b,
|
|
86
|
+
success-pressed: #248473,
|
|
87
|
+
|
|
88
|
+
logo: #ffffff,
|
|
89
|
+
);
|
|
90
|
+
|
|
91
|
+
$font-weights: (
|
|
92
|
+
regular: 400,
|
|
93
|
+
medium: 500,
|
|
94
|
+
semibold: 600,
|
|
95
|
+
bold: 700,
|
|
96
|
+
);
|
|
97
|
+
|
|
98
|
+
$font-sizes: (
|
|
99
|
+
text-xxs: 0.675rem,
|
|
100
|
+
text-xs: 0.75rem,
|
|
101
|
+
text-sm: 0.875rem,
|
|
102
|
+
text-base: 1rem,
|
|
103
|
+
text-lg: 1.125rem,
|
|
104
|
+
text-xl: 1.25rem,
|
|
105
|
+
text-2xl: 1.5rem,
|
|
106
|
+
text-3xl: 1.875rem,
|
|
107
|
+
text-4xl: 2.25rem,
|
|
108
|
+
text-5xl: 3rem,
|
|
109
|
+
text-6xl: 4rem,
|
|
110
|
+
);
|
|
111
|
+
|
|
112
|
+
$spacings: (
|
|
113
|
+
space-4: 4px,
|
|
114
|
+
space-8: 8px,
|
|
115
|
+
space-12: 12px,
|
|
116
|
+
space-16: 16px,
|
|
117
|
+
space-24: 24px,
|
|
118
|
+
space-32: 32px,
|
|
119
|
+
space-40: 40px,
|
|
120
|
+
space-48: 48px,
|
|
121
|
+
space-56: 56px,
|
|
122
|
+
space-64: 64px,
|
|
123
|
+
space-72: 72px,
|
|
124
|
+
space-80: 80px,
|
|
125
|
+
);
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
@use '../abstracts/functions' as *;
|
|
2
|
-
|
|
3
|
-
::-webkit-scrollbar {
|
|
4
|
-
width: 10px;
|
|
5
|
-
height: 10px;
|
|
6
|
-
background-color: transparent;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
::-webkit-scrollbar-thumb {
|
|
10
|
-
width: 10px;
|
|
11
|
-
background: color(muted);
|
|
12
|
-
border: 1px solid color(light);
|
|
13
|
-
border-radius: 100px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
::-webkit-scrollbar-thumb:hover {
|
|
17
|
-
background: color(medium-30);
|
|
18
|
-
border-color: color(medium-30);
|
|
19
|
-
}
|
|
1
|
+
@use '../abstracts/functions' as *;
|
|
2
|
+
|
|
3
|
+
::-webkit-scrollbar {
|
|
4
|
+
width: 10px;
|
|
5
|
+
height: 10px;
|
|
6
|
+
background-color: transparent;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
::-webkit-scrollbar-thumb {
|
|
10
|
+
width: 10px;
|
|
11
|
+
background: color(muted);
|
|
12
|
+
border: 1px solid color(light);
|
|
13
|
+
border-radius: 100px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
::-webkit-scrollbar-thumb:hover {
|
|
17
|
+
background: color(medium-30);
|
|
18
|
+
border-color: color(medium-30);
|
|
19
|
+
}
|
|
@@ -1,179 +1,179 @@
|
|
|
1
|
-
@use '../abstracts/functions' as *;
|
|
2
|
-
|
|
3
|
-
.text-xxs,
|
|
4
|
-
text-xxs-semibold {
|
|
5
|
-
font-size: 0.625rem;
|
|
6
|
-
line-height: 13px;
|
|
7
|
-
|
|
8
|
-
&.text-xxs-semibold {
|
|
9
|
-
font-weight: font-weight(semibold);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.text-xs,
|
|
14
|
-
.text-xs-semibold,
|
|
15
|
-
.text-link-xs,
|
|
16
|
-
.text-error-xs {
|
|
17
|
-
font-size: 0.75rem;
|
|
18
|
-
line-height: 16px;
|
|
19
|
-
|
|
20
|
-
&.text-xs-semibold {
|
|
21
|
-
font-weight: font-weight(semibold);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.text-sm,
|
|
26
|
-
.text-sm-semibold,
|
|
27
|
-
.text-link-sm {
|
|
28
|
-
font-size: 0.875rem;
|
|
29
|
-
line-height: 18px;
|
|
30
|
-
|
|
31
|
-
&.text-sm-semibold {
|
|
32
|
-
font-weight: font-weight(semibold);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.text-base,
|
|
37
|
-
.text-base-semibold,
|
|
38
|
-
.text-link-base,
|
|
39
|
-
.text-error-base {
|
|
40
|
-
font-size: 1rem;
|
|
41
|
-
line-height: 21px;
|
|
42
|
-
|
|
43
|
-
&.text-base-semibold {
|
|
44
|
-
font-weight: font-weight(semibold);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.text-lg,
|
|
49
|
-
text-lg-semibold {
|
|
50
|
-
font-size: 1.125rem;
|
|
51
|
-
line-height: 23px;
|
|
52
|
-
|
|
53
|
-
&.text-lg-semibold {
|
|
54
|
-
font-weight: font-weight(semibold);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.text-xl,
|
|
59
|
-
.text-xl-semibold {
|
|
60
|
-
font-size: 1.25rem;
|
|
61
|
-
line-height: 26px;
|
|
62
|
-
|
|
63
|
-
&.text-xl-semibold {
|
|
64
|
-
font-weight: font-weight(semibold);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.text-2xl,
|
|
69
|
-
.text-2xl-semibold {
|
|
70
|
-
font-size: 1.5rem;
|
|
71
|
-
line-height: 31px;
|
|
72
|
-
|
|
73
|
-
&.text-2xl-semibold {
|
|
74
|
-
font-weight: font-weight(semibold);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.text-3x,
|
|
79
|
-
.text-3xl-semibold {
|
|
80
|
-
font-size: 1.875rem;
|
|
81
|
-
line-height: 39px;
|
|
82
|
-
|
|
83
|
-
&.text-3xl-semibold {
|
|
84
|
-
font-weight: font-weight(semibold);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.text-4xl,
|
|
89
|
-
.text-4xl-semibold {
|
|
90
|
-
font-size: 2.25rem;
|
|
91
|
-
line-height: 47px;
|
|
92
|
-
|
|
93
|
-
&.text-4xl-semibold {
|
|
94
|
-
font-weight: font-weight(semibold);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.text-5xl,
|
|
99
|
-
.text-5xl-semibold {
|
|
100
|
-
font-size: 3rem;
|
|
101
|
-
line-height: 62px;
|
|
102
|
-
|
|
103
|
-
&.text-5xl-semibold {
|
|
104
|
-
font-weight: font-weight(semibold);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.text-6xl,
|
|
109
|
-
.text-6xl-semibold {
|
|
110
|
-
font-size: 4rem;
|
|
111
|
-
line-height: 83px;
|
|
112
|
-
|
|
113
|
-
&.text-6xl-semibold {
|
|
114
|
-
font-weight: font-weight(semibold);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
h1,
|
|
119
|
-
h2,
|
|
120
|
-
h3,
|
|
121
|
-
h4,
|
|
122
|
-
h5,
|
|
123
|
-
h6 {
|
|
124
|
-
color: color(dark);
|
|
125
|
-
font-weight: font-weight(semibold);
|
|
126
|
-
font-style: normal;
|
|
127
|
-
margin: 0;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
h1 {
|
|
131
|
-
line-height: 42px;
|
|
132
|
-
font-size: 32px;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
h2 {
|
|
136
|
-
line-height: 31px;
|
|
137
|
-
font-size: 24px;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
h3 {
|
|
141
|
-
line-height: 23px;
|
|
142
|
-
font-size: 18px;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
h4 {
|
|
146
|
-
line-height: 24px;
|
|
147
|
-
font-size: 16px;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
h5 {
|
|
151
|
-
line-height: 21px;
|
|
152
|
-
font-size: 14px;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
h6 {
|
|
156
|
-
line-height: 16px;
|
|
157
|
-
font-size: 12px;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
p,
|
|
161
|
-
.text-base,
|
|
162
|
-
.text-base-semibold {
|
|
163
|
-
font-style: normal;
|
|
164
|
-
font-weight: font-weight(regular);
|
|
165
|
-
margin: 0;
|
|
166
|
-
color: color(medium);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.text-error-base,
|
|
170
|
-
.text-error-xs {
|
|
171
|
-
color: color(error);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.text-link-base,
|
|
175
|
-
.text-link-sm,
|
|
176
|
-
.text-link-xs {
|
|
177
|
-
color: color(link);
|
|
178
|
-
text-decoration-line: underline;
|
|
179
|
-
}
|
|
1
|
+
@use '../abstracts/functions' as *;
|
|
2
|
+
|
|
3
|
+
.text-xxs,
|
|
4
|
+
text-xxs-semibold {
|
|
5
|
+
font-size: 0.625rem;
|
|
6
|
+
line-height: 13px;
|
|
7
|
+
|
|
8
|
+
&.text-xxs-semibold {
|
|
9
|
+
font-weight: font-weight(semibold);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.text-xs,
|
|
14
|
+
.text-xs-semibold,
|
|
15
|
+
.text-link-xs,
|
|
16
|
+
.text-error-xs {
|
|
17
|
+
font-size: 0.75rem;
|
|
18
|
+
line-height: 16px;
|
|
19
|
+
|
|
20
|
+
&.text-xs-semibold {
|
|
21
|
+
font-weight: font-weight(semibold);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.text-sm,
|
|
26
|
+
.text-sm-semibold,
|
|
27
|
+
.text-link-sm {
|
|
28
|
+
font-size: 0.875rem;
|
|
29
|
+
line-height: 18px;
|
|
30
|
+
|
|
31
|
+
&.text-sm-semibold {
|
|
32
|
+
font-weight: font-weight(semibold);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.text-base,
|
|
37
|
+
.text-base-semibold,
|
|
38
|
+
.text-link-base,
|
|
39
|
+
.text-error-base {
|
|
40
|
+
font-size: 1rem;
|
|
41
|
+
line-height: 21px;
|
|
42
|
+
|
|
43
|
+
&.text-base-semibold {
|
|
44
|
+
font-weight: font-weight(semibold);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.text-lg,
|
|
49
|
+
text-lg-semibold {
|
|
50
|
+
font-size: 1.125rem;
|
|
51
|
+
line-height: 23px;
|
|
52
|
+
|
|
53
|
+
&.text-lg-semibold {
|
|
54
|
+
font-weight: font-weight(semibold);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.text-xl,
|
|
59
|
+
.text-xl-semibold {
|
|
60
|
+
font-size: 1.25rem;
|
|
61
|
+
line-height: 26px;
|
|
62
|
+
|
|
63
|
+
&.text-xl-semibold {
|
|
64
|
+
font-weight: font-weight(semibold);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.text-2xl,
|
|
69
|
+
.text-2xl-semibold {
|
|
70
|
+
font-size: 1.5rem;
|
|
71
|
+
line-height: 31px;
|
|
72
|
+
|
|
73
|
+
&.text-2xl-semibold {
|
|
74
|
+
font-weight: font-weight(semibold);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.text-3x,
|
|
79
|
+
.text-3xl-semibold {
|
|
80
|
+
font-size: 1.875rem;
|
|
81
|
+
line-height: 39px;
|
|
82
|
+
|
|
83
|
+
&.text-3xl-semibold {
|
|
84
|
+
font-weight: font-weight(semibold);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.text-4xl,
|
|
89
|
+
.text-4xl-semibold {
|
|
90
|
+
font-size: 2.25rem;
|
|
91
|
+
line-height: 47px;
|
|
92
|
+
|
|
93
|
+
&.text-4xl-semibold {
|
|
94
|
+
font-weight: font-weight(semibold);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.text-5xl,
|
|
99
|
+
.text-5xl-semibold {
|
|
100
|
+
font-size: 3rem;
|
|
101
|
+
line-height: 62px;
|
|
102
|
+
|
|
103
|
+
&.text-5xl-semibold {
|
|
104
|
+
font-weight: font-weight(semibold);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.text-6xl,
|
|
109
|
+
.text-6xl-semibold {
|
|
110
|
+
font-size: 4rem;
|
|
111
|
+
line-height: 83px;
|
|
112
|
+
|
|
113
|
+
&.text-6xl-semibold {
|
|
114
|
+
font-weight: font-weight(semibold);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
h1,
|
|
119
|
+
h2,
|
|
120
|
+
h3,
|
|
121
|
+
h4,
|
|
122
|
+
h5,
|
|
123
|
+
h6 {
|
|
124
|
+
color: color(dark);
|
|
125
|
+
font-weight: font-weight(semibold);
|
|
126
|
+
font-style: normal;
|
|
127
|
+
margin: 0;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
h1 {
|
|
131
|
+
line-height: 42px;
|
|
132
|
+
font-size: 32px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
h2 {
|
|
136
|
+
line-height: 31px;
|
|
137
|
+
font-size: 24px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
h3 {
|
|
141
|
+
line-height: 23px;
|
|
142
|
+
font-size: 18px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
h4 {
|
|
146
|
+
line-height: 24px;
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
h5 {
|
|
151
|
+
line-height: 21px;
|
|
152
|
+
font-size: 14px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
h6 {
|
|
156
|
+
line-height: 16px;
|
|
157
|
+
font-size: 12px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
p,
|
|
161
|
+
.text-base,
|
|
162
|
+
.text-base-semibold {
|
|
163
|
+
font-style: normal;
|
|
164
|
+
font-weight: font-weight(regular);
|
|
165
|
+
margin: 0;
|
|
166
|
+
color: color(medium);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.text-error-base,
|
|
170
|
+
.text-error-xs {
|
|
171
|
+
color: color(error);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.text-link-base,
|
|
175
|
+
.text-link-sm,
|
|
176
|
+
.text-link-xs {
|
|
177
|
+
color: color(link);
|
|
178
|
+
text-decoration-line: underline;
|
|
179
|
+
}
|