@transferwise/neptune-tokens 8.0.0-next.12 → 8.0.0-next.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/colors-base.css +1 -1
- package/colors-base.less +1 -1
- package/package.json +1 -1
- package/themes/dark/tokens.css +23 -23
- package/themes/dark/tokens.less +23 -23
- package/themes/light/tokens.css +23 -23
- package/themes/light/tokens.less +23 -23
- package/themes/navy/tokens.css +23 -23
- package/themes/navy/tokens.less +23 -23
- package/tokens.css +23 -23
- package/tokens.less +23 -23
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/package.json
CHANGED
package/themes/dark/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Jul 2022 09:26:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-dark {
|
|
@@ -66,28 +66,28 @@
|
|
|
66
66
|
--size-120: 120px;
|
|
67
67
|
--size-128: 128px;
|
|
68
68
|
--space-content-horizontal: 16px;
|
|
69
|
-
--font-size-12:
|
|
70
|
-
--font-size-14:
|
|
71
|
-
--font-size-16:
|
|
72
|
-
--font-size-18:
|
|
73
|
-
--font-size-20:
|
|
74
|
-
--font-size-22:
|
|
75
|
-
--font-size-24:
|
|
76
|
-
--font-size-26:
|
|
77
|
-
--font-size-28:
|
|
78
|
-
--font-size-30:
|
|
79
|
-
--font-size-32:
|
|
80
|
-
--font-18:
|
|
81
|
-
--font-20:
|
|
82
|
-
--font-22:
|
|
83
|
-
--font-24:
|
|
84
|
-
--font-28:
|
|
85
|
-
--font-30:
|
|
86
|
-
--font-32:
|
|
87
|
-
--font-34:
|
|
88
|
-
--font-36:
|
|
89
|
-
--font-42:
|
|
90
|
-
--font-48:
|
|
69
|
+
--font-size-12: 0.75rem;
|
|
70
|
+
--font-size-14: 0.875rem;
|
|
71
|
+
--font-size-16: 1rem;
|
|
72
|
+
--font-size-18: 1.125rem;
|
|
73
|
+
--font-size-20: 1.25rem;
|
|
74
|
+
--font-size-22: 1.375rem;
|
|
75
|
+
--font-size-24: 1.5rem;
|
|
76
|
+
--font-size-26: 1.625rem;
|
|
77
|
+
--font-size-28: 1.75rem;
|
|
78
|
+
--font-size-30: 1.875rem;
|
|
79
|
+
--font-size-32: 2rem;
|
|
80
|
+
--font-18: 1.125rem;
|
|
81
|
+
--font-20: 1.25rem;
|
|
82
|
+
--font-22: 1.375rem;
|
|
83
|
+
--font-24: 1.5rem;
|
|
84
|
+
--font-28: 1.75rem;
|
|
85
|
+
--font-30: 1.875rem;
|
|
86
|
+
--font-32: 2rem;
|
|
87
|
+
--font-34: 2.125rem;
|
|
88
|
+
--font-36: 2.25rem;
|
|
89
|
+
--font-42: 2.625rem;
|
|
90
|
+
--font-48: 3rem;
|
|
91
91
|
--letter-spacing-xxs: 0.005em;
|
|
92
92
|
--letter-spacing-xs: 0.01em;
|
|
93
93
|
--letter-spacing-sm: 0.0125em;
|
package/themes/dark/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Jul 2022 09:26:33 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #e2e6e8;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -64,28 +64,28 @@
|
|
|
64
64
|
@size-120: 120px;
|
|
65
65
|
@size-128: 128px;
|
|
66
66
|
@space-content-horizontal: 16px;
|
|
67
|
-
@font-size-12:
|
|
68
|
-
@font-size-14:
|
|
69
|
-
@font-size-16:
|
|
70
|
-
@font-size-18:
|
|
71
|
-
@font-size-20:
|
|
72
|
-
@font-size-22:
|
|
73
|
-
@font-size-24:
|
|
74
|
-
@font-size-26:
|
|
75
|
-
@font-size-28:
|
|
76
|
-
@font-size-30:
|
|
77
|
-
@font-size-32:
|
|
78
|
-
@font-18:
|
|
79
|
-
@font-20:
|
|
80
|
-
@font-22:
|
|
81
|
-
@font-24:
|
|
82
|
-
@font-28:
|
|
83
|
-
@font-30:
|
|
84
|
-
@font-32:
|
|
85
|
-
@font-34:
|
|
86
|
-
@font-36:
|
|
87
|
-
@font-42:
|
|
88
|
-
@font-48:
|
|
67
|
+
@font-size-12: 0.75rem;
|
|
68
|
+
@font-size-14: 0.875rem;
|
|
69
|
+
@font-size-16: 1rem;
|
|
70
|
+
@font-size-18: 1.125rem;
|
|
71
|
+
@font-size-20: 1.25rem;
|
|
72
|
+
@font-size-22: 1.375rem;
|
|
73
|
+
@font-size-24: 1.5rem;
|
|
74
|
+
@font-size-26: 1.625rem;
|
|
75
|
+
@font-size-28: 1.75rem;
|
|
76
|
+
@font-size-30: 1.875rem;
|
|
77
|
+
@font-size-32: 2rem;
|
|
78
|
+
@font-18: 1.125rem;
|
|
79
|
+
@font-20: 1.25rem;
|
|
80
|
+
@font-22: 1.375rem;
|
|
81
|
+
@font-24: 1.5rem;
|
|
82
|
+
@font-28: 1.75rem;
|
|
83
|
+
@font-30: 1.875rem;
|
|
84
|
+
@font-32: 2rem;
|
|
85
|
+
@font-34: 2.125rem;
|
|
86
|
+
@font-36: 2.25rem;
|
|
87
|
+
@font-42: 2.625rem;
|
|
88
|
+
@font-48: 3rem;
|
|
89
89
|
@letter-spacing-xxs: 0.005em;
|
|
90
90
|
@letter-spacing-xs: 0.01em;
|
|
91
91
|
@letter-spacing-sm: 0.0125em;
|
package/themes/light/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Jul 2022 09:26:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-light {
|
|
@@ -66,28 +66,28 @@
|
|
|
66
66
|
--size-120: 120px;
|
|
67
67
|
--size-128: 128px;
|
|
68
68
|
--space-content-horizontal: 16px;
|
|
69
|
-
--font-size-12:
|
|
70
|
-
--font-size-14:
|
|
71
|
-
--font-size-16:
|
|
72
|
-
--font-size-18:
|
|
73
|
-
--font-size-20:
|
|
74
|
-
--font-size-22:
|
|
75
|
-
--font-size-24:
|
|
76
|
-
--font-size-26:
|
|
77
|
-
--font-size-28:
|
|
78
|
-
--font-size-30:
|
|
79
|
-
--font-size-32:
|
|
80
|
-
--font-18:
|
|
81
|
-
--font-20:
|
|
82
|
-
--font-22:
|
|
83
|
-
--font-24:
|
|
84
|
-
--font-28:
|
|
85
|
-
--font-30:
|
|
86
|
-
--font-32:
|
|
87
|
-
--font-34:
|
|
88
|
-
--font-36:
|
|
89
|
-
--font-42:
|
|
90
|
-
--font-48:
|
|
69
|
+
--font-size-12: 0.75rem;
|
|
70
|
+
--font-size-14: 0.875rem;
|
|
71
|
+
--font-size-16: 1rem;
|
|
72
|
+
--font-size-18: 1.125rem;
|
|
73
|
+
--font-size-20: 1.25rem;
|
|
74
|
+
--font-size-22: 1.375rem;
|
|
75
|
+
--font-size-24: 1.5rem;
|
|
76
|
+
--font-size-26: 1.625rem;
|
|
77
|
+
--font-size-28: 1.75rem;
|
|
78
|
+
--font-size-30: 1.875rem;
|
|
79
|
+
--font-size-32: 2rem;
|
|
80
|
+
--font-18: 1.125rem;
|
|
81
|
+
--font-20: 1.25rem;
|
|
82
|
+
--font-22: 1.375rem;
|
|
83
|
+
--font-24: 1.5rem;
|
|
84
|
+
--font-28: 1.75rem;
|
|
85
|
+
--font-30: 1.875rem;
|
|
86
|
+
--font-32: 2rem;
|
|
87
|
+
--font-34: 2.125rem;
|
|
88
|
+
--font-36: 2.25rem;
|
|
89
|
+
--font-42: 2.625rem;
|
|
90
|
+
--font-48: 3rem;
|
|
91
91
|
--letter-spacing-xxs: 0.005em;
|
|
92
92
|
--letter-spacing-xs: 0.01em;
|
|
93
93
|
--letter-spacing-sm: 0.0125em;
|
package/themes/light/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Jul 2022 09:26:33 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #37517e;
|
|
6
6
|
@color-content-secondary: #5d7079;
|
|
@@ -64,28 +64,28 @@
|
|
|
64
64
|
@size-120: 120px;
|
|
65
65
|
@size-128: 128px;
|
|
66
66
|
@space-content-horizontal: 16px;
|
|
67
|
-
@font-size-12:
|
|
68
|
-
@font-size-14:
|
|
69
|
-
@font-size-16:
|
|
70
|
-
@font-size-18:
|
|
71
|
-
@font-size-20:
|
|
72
|
-
@font-size-22:
|
|
73
|
-
@font-size-24:
|
|
74
|
-
@font-size-26:
|
|
75
|
-
@font-size-28:
|
|
76
|
-
@font-size-30:
|
|
77
|
-
@font-size-32:
|
|
78
|
-
@font-18:
|
|
79
|
-
@font-20:
|
|
80
|
-
@font-22:
|
|
81
|
-
@font-24:
|
|
82
|
-
@font-28:
|
|
83
|
-
@font-30:
|
|
84
|
-
@font-32:
|
|
85
|
-
@font-34:
|
|
86
|
-
@font-36:
|
|
87
|
-
@font-42:
|
|
88
|
-
@font-48:
|
|
67
|
+
@font-size-12: 0.75rem;
|
|
68
|
+
@font-size-14: 0.875rem;
|
|
69
|
+
@font-size-16: 1rem;
|
|
70
|
+
@font-size-18: 1.125rem;
|
|
71
|
+
@font-size-20: 1.25rem;
|
|
72
|
+
@font-size-22: 1.375rem;
|
|
73
|
+
@font-size-24: 1.5rem;
|
|
74
|
+
@font-size-26: 1.625rem;
|
|
75
|
+
@font-size-28: 1.75rem;
|
|
76
|
+
@font-size-30: 1.875rem;
|
|
77
|
+
@font-size-32: 2rem;
|
|
78
|
+
@font-18: 1.125rem;
|
|
79
|
+
@font-20: 1.25rem;
|
|
80
|
+
@font-22: 1.375rem;
|
|
81
|
+
@font-24: 1.5rem;
|
|
82
|
+
@font-28: 1.75rem;
|
|
83
|
+
@font-30: 1.875rem;
|
|
84
|
+
@font-32: 2rem;
|
|
85
|
+
@font-34: 2.125rem;
|
|
86
|
+
@font-36: 2.25rem;
|
|
87
|
+
@font-42: 2.625rem;
|
|
88
|
+
@font-48: 3rem;
|
|
89
89
|
@letter-spacing-xxs: 0.005em;
|
|
90
90
|
@letter-spacing-xs: 0.01em;
|
|
91
91
|
@letter-spacing-sm: 0.0125em;
|
package/themes/navy/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Jul 2022 09:26:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-navy {
|
|
@@ -66,28 +66,28 @@
|
|
|
66
66
|
--size-120: 120px;
|
|
67
67
|
--size-128: 128px;
|
|
68
68
|
--space-content-horizontal: 16px;
|
|
69
|
-
--font-size-12:
|
|
70
|
-
--font-size-14:
|
|
71
|
-
--font-size-16:
|
|
72
|
-
--font-size-18:
|
|
73
|
-
--font-size-20:
|
|
74
|
-
--font-size-22:
|
|
75
|
-
--font-size-24:
|
|
76
|
-
--font-size-26:
|
|
77
|
-
--font-size-28:
|
|
78
|
-
--font-size-30:
|
|
79
|
-
--font-size-32:
|
|
80
|
-
--font-18:
|
|
81
|
-
--font-20:
|
|
82
|
-
--font-22:
|
|
83
|
-
--font-24:
|
|
84
|
-
--font-28:
|
|
85
|
-
--font-30:
|
|
86
|
-
--font-32:
|
|
87
|
-
--font-34:
|
|
88
|
-
--font-36:
|
|
89
|
-
--font-42:
|
|
90
|
-
--font-48:
|
|
69
|
+
--font-size-12: 0.75rem;
|
|
70
|
+
--font-size-14: 0.875rem;
|
|
71
|
+
--font-size-16: 1rem;
|
|
72
|
+
--font-size-18: 1.125rem;
|
|
73
|
+
--font-size-20: 1.25rem;
|
|
74
|
+
--font-size-22: 1.375rem;
|
|
75
|
+
--font-size-24: 1.5rem;
|
|
76
|
+
--font-size-26: 1.625rem;
|
|
77
|
+
--font-size-28: 1.75rem;
|
|
78
|
+
--font-size-30: 1.875rem;
|
|
79
|
+
--font-size-32: 2rem;
|
|
80
|
+
--font-18: 1.125rem;
|
|
81
|
+
--font-20: 1.25rem;
|
|
82
|
+
--font-22: 1.375rem;
|
|
83
|
+
--font-24: 1.5rem;
|
|
84
|
+
--font-28: 1.75rem;
|
|
85
|
+
--font-30: 1.875rem;
|
|
86
|
+
--font-32: 2rem;
|
|
87
|
+
--font-34: 2.125rem;
|
|
88
|
+
--font-36: 2.25rem;
|
|
89
|
+
--font-42: 2.625rem;
|
|
90
|
+
--font-48: 3rem;
|
|
91
91
|
--letter-spacing-xxs: 0.005em;
|
|
92
92
|
--letter-spacing-xs: 0.01em;
|
|
93
93
|
--letter-spacing-sm: 0.0125em;
|
package/themes/navy/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Jul 2022 09:26:33 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #ffffff;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -64,28 +64,28 @@
|
|
|
64
64
|
@size-120: 120px;
|
|
65
65
|
@size-128: 128px;
|
|
66
66
|
@space-content-horizontal: 16px;
|
|
67
|
-
@font-size-12:
|
|
68
|
-
@font-size-14:
|
|
69
|
-
@font-size-16:
|
|
70
|
-
@font-size-18:
|
|
71
|
-
@font-size-20:
|
|
72
|
-
@font-size-22:
|
|
73
|
-
@font-size-24:
|
|
74
|
-
@font-size-26:
|
|
75
|
-
@font-size-28:
|
|
76
|
-
@font-size-30:
|
|
77
|
-
@font-size-32:
|
|
78
|
-
@font-18:
|
|
79
|
-
@font-20:
|
|
80
|
-
@font-22:
|
|
81
|
-
@font-24:
|
|
82
|
-
@font-28:
|
|
83
|
-
@font-30:
|
|
84
|
-
@font-32:
|
|
85
|
-
@font-34:
|
|
86
|
-
@font-36:
|
|
87
|
-
@font-42:
|
|
88
|
-
@font-48:
|
|
67
|
+
@font-size-12: 0.75rem;
|
|
68
|
+
@font-size-14: 0.875rem;
|
|
69
|
+
@font-size-16: 1rem;
|
|
70
|
+
@font-size-18: 1.125rem;
|
|
71
|
+
@font-size-20: 1.25rem;
|
|
72
|
+
@font-size-22: 1.375rem;
|
|
73
|
+
@font-size-24: 1.5rem;
|
|
74
|
+
@font-size-26: 1.625rem;
|
|
75
|
+
@font-size-28: 1.75rem;
|
|
76
|
+
@font-size-30: 1.875rem;
|
|
77
|
+
@font-size-32: 2rem;
|
|
78
|
+
@font-18: 1.125rem;
|
|
79
|
+
@font-20: 1.25rem;
|
|
80
|
+
@font-22: 1.375rem;
|
|
81
|
+
@font-24: 1.5rem;
|
|
82
|
+
@font-28: 1.75rem;
|
|
83
|
+
@font-30: 1.875rem;
|
|
84
|
+
@font-32: 2rem;
|
|
85
|
+
@font-34: 2.125rem;
|
|
86
|
+
@font-36: 2.25rem;
|
|
87
|
+
@font-42: 2.625rem;
|
|
88
|
+
@font-48: 3rem;
|
|
89
89
|
@letter-spacing-xxs: 0.005em;
|
|
90
90
|
@letter-spacing-xs: 0.01em;
|
|
91
91
|
@letter-spacing-sm: 0.0125em;
|
package/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Jul 2022 09:26:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -66,28 +66,28 @@
|
|
|
66
66
|
--size-120: 120px;
|
|
67
67
|
--size-128: 128px;
|
|
68
68
|
--space-content-horizontal: 16px;
|
|
69
|
-
--font-size-12:
|
|
70
|
-
--font-size-14:
|
|
71
|
-
--font-size-16:
|
|
72
|
-
--font-size-18:
|
|
73
|
-
--font-size-20:
|
|
74
|
-
--font-size-22:
|
|
75
|
-
--font-size-24:
|
|
76
|
-
--font-size-26:
|
|
77
|
-
--font-size-28:
|
|
78
|
-
--font-size-30:
|
|
79
|
-
--font-size-32:
|
|
80
|
-
--font-line-height-18:
|
|
81
|
-
--font-line-height-20:
|
|
82
|
-
--font-line-height-22:
|
|
83
|
-
--font-line-height-24:
|
|
84
|
-
--font-line-height-28:
|
|
85
|
-
--font-line-height-30:
|
|
86
|
-
--font-line-height-32:
|
|
87
|
-
--font-line-height-34:
|
|
88
|
-
--font-line-height-36:
|
|
89
|
-
--font-line-height-42:
|
|
90
|
-
--font-line-height-48:
|
|
69
|
+
--font-size-12: 0.75rem;
|
|
70
|
+
--font-size-14: 0.875rem;
|
|
71
|
+
--font-size-16: 1rem;
|
|
72
|
+
--font-size-18: 1.125rem;
|
|
73
|
+
--font-size-20: 1.25rem;
|
|
74
|
+
--font-size-22: 1.375rem;
|
|
75
|
+
--font-size-24: 1.5rem;
|
|
76
|
+
--font-size-26: 1.625rem;
|
|
77
|
+
--font-size-28: 1.75rem;
|
|
78
|
+
--font-size-30: 1.875rem;
|
|
79
|
+
--font-size-32: 2rem;
|
|
80
|
+
--font-line-height-18: 1.125rem;
|
|
81
|
+
--font-line-height-20: 1.25rem;
|
|
82
|
+
--font-line-height-22: 1.375rem;
|
|
83
|
+
--font-line-height-24: 1.5rem;
|
|
84
|
+
--font-line-height-28: 1.75rem;
|
|
85
|
+
--font-line-height-30: 1.875rem;
|
|
86
|
+
--font-line-height-32: 2rem;
|
|
87
|
+
--font-line-height-34: 2.125rem;
|
|
88
|
+
--font-line-height-36: 2.25rem;
|
|
89
|
+
--font-line-height-42: 2.625rem;
|
|
90
|
+
--font-line-height-48: 3rem;
|
|
91
91
|
--letter-spacing-xxs: 0.005em;
|
|
92
92
|
--letter-spacing-xs: 0.01em;
|
|
93
93
|
--letter-spacing-sm: 0.0125em;
|
package/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Jul 2022 09:26:33 GMT
|
|
4
4
|
|
|
5
5
|
@color-dark-content-primary: #e2e6e8;
|
|
6
6
|
@color-dark-content-secondary: #c9cbce;
|
|
@@ -146,28 +146,28 @@
|
|
|
146
146
|
@size-120: 120px;
|
|
147
147
|
@size-128: 128px;
|
|
148
148
|
@space-content-horizontal: 16px;
|
|
149
|
-
@font-size-12:
|
|
150
|
-
@font-size-14:
|
|
151
|
-
@font-size-16:
|
|
152
|
-
@font-size-18:
|
|
153
|
-
@font-size-20:
|
|
154
|
-
@font-size-22:
|
|
155
|
-
@font-size-24:
|
|
156
|
-
@font-size-26:
|
|
157
|
-
@font-size-28:
|
|
158
|
-
@font-size-30:
|
|
159
|
-
@font-size-32:
|
|
160
|
-
@font-line-height-18:
|
|
161
|
-
@font-line-height-20:
|
|
162
|
-
@font-line-height-22:
|
|
163
|
-
@font-line-height-24:
|
|
164
|
-
@font-line-height-28:
|
|
165
|
-
@font-line-height-30:
|
|
166
|
-
@font-line-height-32:
|
|
167
|
-
@font-line-height-34:
|
|
168
|
-
@font-line-height-36:
|
|
169
|
-
@font-line-height-42:
|
|
170
|
-
@font-line-height-48:
|
|
149
|
+
@font-size-12: 0.75rem;
|
|
150
|
+
@font-size-14: 0.875rem;
|
|
151
|
+
@font-size-16: 1rem;
|
|
152
|
+
@font-size-18: 1.125rem;
|
|
153
|
+
@font-size-20: 1.25rem;
|
|
154
|
+
@font-size-22: 1.375rem;
|
|
155
|
+
@font-size-24: 1.5rem;
|
|
156
|
+
@font-size-26: 1.625rem;
|
|
157
|
+
@font-size-28: 1.75rem;
|
|
158
|
+
@font-size-30: 1.875rem;
|
|
159
|
+
@font-size-32: 2rem;
|
|
160
|
+
@font-line-height-18: 1.125rem;
|
|
161
|
+
@font-line-height-20: 1.25rem;
|
|
162
|
+
@font-line-height-22: 1.375rem;
|
|
163
|
+
@font-line-height-24: 1.5rem;
|
|
164
|
+
@font-line-height-28: 1.75rem;
|
|
165
|
+
@font-line-height-30: 1.875rem;
|
|
166
|
+
@font-line-height-32: 2rem;
|
|
167
|
+
@font-line-height-34: 2.125rem;
|
|
168
|
+
@font-line-height-36: 2.25rem;
|
|
169
|
+
@font-line-height-42: 2.625rem;
|
|
170
|
+
@font-line-height-48: 3rem;
|
|
171
171
|
@letter-spacing-xxs: 0.005em;
|
|
172
172
|
@letter-spacing-xs: 0.01em;
|
|
173
173
|
@letter-spacing-sm: 0.0125em;
|