@cobre-npm/ds-v3 0.0.1
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 +52 -0
- package/dist/_components.scss +1222 -0
- package/dist/_primitives.scss +408 -0
- package/dist/_semantics.scss +0 -0
- package/dist/cobre-ds-v3-lib.es.js +7059 -0
- package/dist/style.css +1 -0
- package/dist/types/App.vue.d.ts +2 -0
- package/dist/types/components/CobreAccountInfoFiled/CobreAccountInfoField.vue.d.ts +48 -0
- package/dist/types/components/CobreActionList/CobreActionList.vue.d.ts +62 -0
- package/dist/types/components/CobreAvatar/CobreAvatar.vue.d.ts +20 -0
- package/dist/types/components/CobreBadge/CobreBadge.vue.d.ts +52 -0
- package/dist/types/components/CobreBankLogo/CobreBankLogo.vue.d.ts +32 -0
- package/dist/types/components/CobreButton/CobreButton.vue.d.ts +62 -0
- package/dist/types/components/CobreButtonMenu/CobreButtonMenu.vue.d.ts +40 -0
- package/dist/types/components/CobreChips/CobreChips.vue.d.ts +34 -0
- package/dist/types/components/CobreColumnTable/CobreColumnTable.vue.d.ts +66 -0
- package/dist/types/components/CobreCopyTextBox/CobreCopyTextBox.vue.d.ts +44 -0
- package/dist/types/components/CobreCountryFlag/CobreCountryFlag.vue.d.ts +28 -0
- package/dist/types/components/CobreDropdownButton/CobreDropdownButton.vue.d.ts +48 -0
- package/dist/types/components/CobreEmptyResults/CobreEmptyResults.vue.d.ts +36 -0
- package/dist/types/components/CobreEmptyState/CobreEmptyState.vue.d.ts +24 -0
- package/dist/types/components/CobreFieldLogo/CobreFieldLogo.vue.d.ts +41 -0
- package/dist/types/components/CobreFloatModal/CobreFloatModal.vue.d.ts +63 -0
- package/dist/types/components/CobreFlowResult/CobreFlowResult.vue.d.ts +65 -0
- package/dist/types/components/CobreFormOtp/CobreFormOtp.vue.d.ts +76 -0
- package/dist/types/components/CobreHeader/CobreHeader.vue.d.ts +54 -0
- package/dist/types/components/CobreHeader/components/Navbar.vue.d.ts +55 -0
- package/dist/types/components/CobreInfoDetail/CobreInfoDetail.vue.d.ts +49 -0
- package/dist/types/components/CobreInput/CobreInput.vue.d.ts +85 -0
- package/dist/types/components/CobreInputLabel/CobreInputLabel.vue.d.ts +15 -0
- package/dist/types/components/CobreInputUrl/CobreInputUrl.vue.d.ts +76 -0
- package/dist/types/components/CobreLogoField/CobreLogoField.vue.d.ts +38 -0
- package/dist/types/components/CobreModal/CobreModal.vue.d.ts +52 -0
- package/dist/types/components/CobreModalAction/CobreModalAction.vue.d.ts +63 -0
- package/dist/types/components/CobrePager/CobrePager.vue.d.ts +51 -0
- package/dist/types/components/CobreRowTable/CobreRowTable.vue.d.ts +84 -0
- package/dist/types/components/CobreSelect/CobreSelect.vue.d.ts +80 -0
- package/dist/types/components/CobreSideMenu/CobreSideMenu.vue.d.ts +59 -0
- package/dist/types/components/CobreSideMenu/components/SideMenuItem.vue.d.ts +24 -0
- package/dist/types/components/CobreSideMenu/components/SubItems.vue.d.ts +20 -0
- package/dist/types/components/CobreSideMenu/interfaces/menu.interface.d.ts +19 -0
- package/dist/types/components/CobreSnackBar/CobreSnackBar.vue.d.ts +41 -0
- package/dist/types/components/CobreTableCellCopy/CobreTableCellCopy.vue.d.ts +48 -0
- package/dist/types/components/CobreTextArea/CobreTextArea.vue.d.ts +85 -0
- package/dist/types/components/CobreToastAlert/CobreToastAlert.vue.d.ts +42 -0
- package/dist/types/components/CobreTruncateTooltipText/CobreTruncateTooltipText.vue.d.ts +28 -0
- package/dist/types/components/CobreUploader/CobreUploader.vue.d.ts +43 -0
- package/dist/types/components/HelloWorld.vue.d.ts +15 -0
- package/dist/types/components/Toolbar/CobreInputSearch/CobreInputSearch.vue.d.ts +41 -0
- package/dist/types/components/index.d.ts +38 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/main.d.ts +1 -0
- package/dist/types/stories/Button.vue.d.ts +64 -0
- package/dist/types/stories/Header.vue.d.ts +28 -0
- package/dist/types/stories/Page.vue.d.ts +3 -0
- package/dist/types/types/button.types.d.ts +1 -0
- package/dist/types/types/icon.types.d.ts +1 -0
- package/dist/types/utils/banksList-v2.d.ts +47 -0
- package/dist/types/utils/banksList-v3.d.ts +12 -0
- package/dist/types/utils/index.d.ts +3 -0
- package/dist/types/utils/indicativesList.d.ts +4 -0
- package/dist/vite.svg +1 -0
- package/package.json +74 -0
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* COLORS
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
$cobre-gray-95: #212121;
|
|
6
|
+
$cobre-gray-90: #42413F;
|
|
7
|
+
$cobre-gray-80: #575452;
|
|
8
|
+
$cobre-gray-70: #63615F;
|
|
9
|
+
$cobre-gray-60: #6F6D6A;
|
|
10
|
+
$cobre-gray-50: #878481;
|
|
11
|
+
$cobre-gray-40: #9E9B98;
|
|
12
|
+
$cobre-gray-30: #BEBBB7;
|
|
13
|
+
$cobre-gray-20: #D6D3CF;
|
|
14
|
+
$cobre-gray-10: #E9E8E4;
|
|
15
|
+
$cobre-gray-7: #F4F4F2;
|
|
16
|
+
$cobre-gray-5: #FBFAFA;
|
|
17
|
+
$cobre-white: #fff;
|
|
18
|
+
|
|
19
|
+
$cobre-blue-95: #11285b;
|
|
20
|
+
$cobre-blue-90: #123580;
|
|
21
|
+
$cobre-blue-80: #1442a5;
|
|
22
|
+
$cobre-blue-70: #1e54ce;
|
|
23
|
+
$cobre-blue-60: #2861df;
|
|
24
|
+
$cobre-blue-50: #376feb;
|
|
25
|
+
$cobre-blue-40: #5a8bf6;
|
|
26
|
+
$cobre-blue-30: #7ca5fb;
|
|
27
|
+
$cobre-blue-20: #b1c9fd;
|
|
28
|
+
$cobre-blue-10: #d6e2fd;
|
|
29
|
+
$cobre-blue-5: #f5f6fe;
|
|
30
|
+
|
|
31
|
+
$cobre-yellow-95: #342a18;
|
|
32
|
+
$cobre-yellow-90: #46381d;
|
|
33
|
+
$cobre-yellow-80: #5b4622;
|
|
34
|
+
$cobre-yellow-60: #876426;
|
|
35
|
+
$cobre-yellow-70: #765925;
|
|
36
|
+
$cobre-yellow-40: #ba8522;
|
|
37
|
+
$cobre-yellow-50: #986f26;
|
|
38
|
+
$cobre-yellow-30: #da9b19;
|
|
39
|
+
$cobre-yellow-20: #fdbe3f;
|
|
40
|
+
$cobre-yellow-10: #fedd9a;
|
|
41
|
+
$cobre-yellow-5: #fff6e3;
|
|
42
|
+
|
|
43
|
+
$cobre-red-95: #541407;
|
|
44
|
+
$cobre-red-80: #921803;
|
|
45
|
+
$cobre-red-90: #721705;
|
|
46
|
+
$cobre-red-70: #b81d01;
|
|
47
|
+
$cobre-red-60: #cd2506;
|
|
48
|
+
$cobre-red-50: #df3313;
|
|
49
|
+
$cobre-red-40: #fb5634;
|
|
50
|
+
$cobre-red-20: #ffb8a0;
|
|
51
|
+
$cobre-red-30: #ff8362;
|
|
52
|
+
$cobre-red-10: #ffd9cc;
|
|
53
|
+
$cobre-red-5: #fff5f1;
|
|
54
|
+
|
|
55
|
+
$cobre-green-95: #0d321a;
|
|
56
|
+
$cobre-green-90: #084322;
|
|
57
|
+
$cobre-green-70: #006c34;
|
|
58
|
+
$cobre-green-80: #005529;
|
|
59
|
+
$cobre-green-60: #007a3d;
|
|
60
|
+
$cobre-green-50: #058847;
|
|
61
|
+
$cobre-green-30: #67b77d;
|
|
62
|
+
$cobre-green-40: #3ca160;
|
|
63
|
+
$cobre-green-20: #a3d4ac;
|
|
64
|
+
$cobre-green-10: #cfe8d1;
|
|
65
|
+
$cobre-green-5: #f3f8f1;
|
|
66
|
+
|
|
67
|
+
$cobre-teal-95: #052525;
|
|
68
|
+
$cobre-teal-90: #0B3737;
|
|
69
|
+
$cobre-teal-80: #144848;
|
|
70
|
+
$cobre-teal-70: #1F5D5D;
|
|
71
|
+
$cobre-teal-60: #266B6B;
|
|
72
|
+
$cobre-teal-50: #367776;
|
|
73
|
+
$cobre-teal-40: #588E8D;
|
|
74
|
+
$cobre-teal-30: #77A3A3;
|
|
75
|
+
$cobre-teal-20: #A3C1C1;
|
|
76
|
+
$cobre-teal-10: #C4D7D7;
|
|
77
|
+
$cobre-teal-5: #DFEAE9;
|
|
78
|
+
|
|
79
|
+
$cobre-violet-50: #9256e1;
|
|
80
|
+
|
|
81
|
+
$cobre-liliac-50: #4e69f3;
|
|
82
|
+
|
|
83
|
+
$cobre-primary-95: $cobre-gray-95;
|
|
84
|
+
$cobre-primary-90: $cobre-gray-90;
|
|
85
|
+
$cobre-primary-80: $cobre-gray-80;
|
|
86
|
+
$cobre-primary-70: $cobre-gray-70;
|
|
87
|
+
$cobre-primary-60: $cobre-gray-60;
|
|
88
|
+
$cobre-primary-50: $cobre-gray-50;
|
|
89
|
+
$cobre-primary-40: $cobre-gray-40;
|
|
90
|
+
$cobre-primary-30: $cobre-gray-30;
|
|
91
|
+
$cobre-primary-20: $cobre-gray-20;
|
|
92
|
+
$cobre-primary-10: $cobre-gray-10;
|
|
93
|
+
$cobre-primary-7: $cobre-gray-7;
|
|
94
|
+
$cobre-primary-5: $cobre-gray-5;
|
|
95
|
+
|
|
96
|
+
$cobre-secondary-95: $cobre-teal-95;
|
|
97
|
+
$cobre-secondary-90: $cobre-teal-90;
|
|
98
|
+
$cobre-secondary-80: $cobre-teal-80;
|
|
99
|
+
$cobre-secondary-70: $cobre-teal-70;
|
|
100
|
+
$cobre-secondary-60: $cobre-teal-60;
|
|
101
|
+
$cobre-secondary-50: $cobre-teal-50;
|
|
102
|
+
$cobre-secondary-40: $cobre-teal-40;
|
|
103
|
+
$cobre-secondary-30: $cobre-teal-30;
|
|
104
|
+
$cobre-secondary-20: $cobre-teal-20;
|
|
105
|
+
$cobre-secondary-10: $cobre-teal-10;
|
|
106
|
+
$cobre-secondary-5: $cobre-teal-5;
|
|
107
|
+
|
|
108
|
+
$cobre-info-50: $cobre-blue-50;
|
|
109
|
+
$cobre-info-10: $cobre-blue-10;
|
|
110
|
+
|
|
111
|
+
$cobre-warning-50: $cobre-yellow-50;
|
|
112
|
+
|
|
113
|
+
$cobre-colors: (
|
|
114
|
+
gray-95: $cobre-gray-95,
|
|
115
|
+
gray-90: $cobre-gray-90,
|
|
116
|
+
gray-80: $cobre-gray-80,
|
|
117
|
+
gray-70: $cobre-gray-70,
|
|
118
|
+
gray-60: $cobre-gray-60,
|
|
119
|
+
gray-50: $cobre-gray-50,
|
|
120
|
+
gray-40: $cobre-gray-40,
|
|
121
|
+
gray-30: $cobre-gray-30,
|
|
122
|
+
gray-20: $cobre-gray-20,
|
|
123
|
+
gray-10: $cobre-gray-10,
|
|
124
|
+
gray-7: $cobre-gray-7,
|
|
125
|
+
gray-5: $cobre-gray-5,
|
|
126
|
+
white: $cobre-white,
|
|
127
|
+
|
|
128
|
+
blue-95: $cobre-blue-95,
|
|
129
|
+
blue-90: $cobre-blue-90,
|
|
130
|
+
blue-80: $cobre-blue-80,
|
|
131
|
+
blue-70: $cobre-blue-70,
|
|
132
|
+
blue-60: $cobre-blue-60,
|
|
133
|
+
blue-50: $cobre-blue-50,
|
|
134
|
+
blue-40: $cobre-blue-40,
|
|
135
|
+
blue-30: $cobre-blue-30,
|
|
136
|
+
blue-20: $cobre-blue-20,
|
|
137
|
+
blue-10: $cobre-blue-10,
|
|
138
|
+
blue-5: $cobre-blue-5,
|
|
139
|
+
|
|
140
|
+
yellow-95: $cobre-yellow-95,
|
|
141
|
+
yellow-90: $cobre-yellow-90,
|
|
142
|
+
yellow-80: $cobre-yellow-80,
|
|
143
|
+
yellow-30: $cobre-yellow-30,
|
|
144
|
+
yellow-60: $cobre-yellow-60,
|
|
145
|
+
yellow-70: $cobre-yellow-70,
|
|
146
|
+
yellow-40: $cobre-yellow-40,
|
|
147
|
+
yellow-50: $cobre-yellow-50,
|
|
148
|
+
yellow-20: $cobre-yellow-20,
|
|
149
|
+
yellow-10: $cobre-yellow-10,
|
|
150
|
+
yellow-5: $cobre-yellow-5,
|
|
151
|
+
|
|
152
|
+
red-95: $cobre-red-95,
|
|
153
|
+
red-80: $cobre-red-80,
|
|
154
|
+
red-90: $cobre-red-90,
|
|
155
|
+
red-70: $cobre-red-70,
|
|
156
|
+
red-60: $cobre-red-60,
|
|
157
|
+
red-50: $cobre-red-50,
|
|
158
|
+
red-40: $cobre-red-40,
|
|
159
|
+
red-20: $cobre-red-20,
|
|
160
|
+
red-30: $cobre-red-30,
|
|
161
|
+
red-10: $cobre-red-10,
|
|
162
|
+
red-5: $cobre-red-5,
|
|
163
|
+
|
|
164
|
+
green-95: $cobre-green-95,
|
|
165
|
+
green-90: $cobre-green-90,
|
|
166
|
+
green-70: $cobre-green-70,
|
|
167
|
+
green-80: $cobre-green-80,
|
|
168
|
+
green-60: $cobre-green-60,
|
|
169
|
+
green-50: $cobre-green-50,
|
|
170
|
+
green-30: $cobre-green-30,
|
|
171
|
+
green-40: $cobre-green-40,
|
|
172
|
+
green-20: $cobre-green-20,
|
|
173
|
+
green-10: $cobre-green-10,
|
|
174
|
+
green-5: $cobre-green-5,
|
|
175
|
+
|
|
176
|
+
teal-95: $cobre-teal-95,
|
|
177
|
+
teal-80: $cobre-teal-80,
|
|
178
|
+
teal-70: $cobre-teal-70,
|
|
179
|
+
teal-90: $cobre-teal-90,
|
|
180
|
+
teal-60: $cobre-teal-60,
|
|
181
|
+
teal-50: $cobre-teal-50,
|
|
182
|
+
teal-40: $cobre-teal-40,
|
|
183
|
+
teal-30: $cobre-teal-30,
|
|
184
|
+
teal-20: $cobre-teal-20,
|
|
185
|
+
teal-10: $cobre-teal-10,
|
|
186
|
+
teal-5: $cobre-teal-5,
|
|
187
|
+
|
|
188
|
+
violet-50: $cobre-violet-50,
|
|
189
|
+
|
|
190
|
+
liliac-50: $cobre-liliac-50,
|
|
191
|
+
|
|
192
|
+
primary-95: $cobre-primary-95,
|
|
193
|
+
primary-90: $cobre-primary-90,
|
|
194
|
+
primary-80: $cobre-primary-80,
|
|
195
|
+
primary-70: $cobre-primary-70,
|
|
196
|
+
primary-60: $cobre-primary-60,
|
|
197
|
+
primary-50: $cobre-primary-50,
|
|
198
|
+
primary-40: $cobre-primary-40,
|
|
199
|
+
primary-30: $cobre-primary-30,
|
|
200
|
+
primary-20: $cobre-primary-20,
|
|
201
|
+
primary-10: $cobre-primary-10,
|
|
202
|
+
primary-7: $cobre-primary-7,
|
|
203
|
+
primary-5: $cobre-primary-5,
|
|
204
|
+
|
|
205
|
+
secondary-95: $cobre-secondary-95,
|
|
206
|
+
secondary-90: $cobre-secondary-90,
|
|
207
|
+
secondary-80: $cobre-secondary-80,
|
|
208
|
+
secondary-70: $cobre-secondary-70,
|
|
209
|
+
secondary-60: $cobre-secondary-60,
|
|
210
|
+
secondary-50: $cobre-secondary-50,
|
|
211
|
+
secondary-40: $cobre-secondary-40,
|
|
212
|
+
secondary-30: $cobre-secondary-30,
|
|
213
|
+
secondary-20: $cobre-secondary-20,
|
|
214
|
+
secondary-10: $cobre-secondary-10,
|
|
215
|
+
secondary-5: $cobre-secondary-5,
|
|
216
|
+
|
|
217
|
+
info-50: $cobre-info-50,
|
|
218
|
+
info-10: $cobre-info-10,
|
|
219
|
+
|
|
220
|
+
warning-50: $cobre-warning-50,
|
|
221
|
+
|
|
222
|
+
// semantics
|
|
223
|
+
subtle: $cobre-primary-80,
|
|
224
|
+
subtlest: $cobre-primary-60,
|
|
225
|
+
caption: $cobre-primary-40,
|
|
226
|
+
disabled: $cobre-primary-40,
|
|
227
|
+
success: $cobre-green-50,
|
|
228
|
+
error: $cobre-red-50,
|
|
229
|
+
warning: $cobre-yellow-50,
|
|
230
|
+
info: $cobre-blue-50,
|
|
231
|
+
inverse: $cobre-white,
|
|
232
|
+
brand: $cobre-secondary-50,
|
|
233
|
+
brand-light: $cobre-primary-5,
|
|
234
|
+
brand-hovered: $cobre-secondary-70
|
|
235
|
+
);
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
:root {
|
|
239
|
+
@each $name, $hex in $cobre-colors {
|
|
240
|
+
--cobre-#{'' + $name} : #{$hex};
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
--cobre-secondary-50-rgba: 54,
|
|
244
|
+
119,
|
|
245
|
+
118;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* GLOBAL
|
|
251
|
+
*/
|
|
252
|
+
|
|
253
|
+
:root {
|
|
254
|
+
--cobre-font-family: 'Inter', sans-serif;
|
|
255
|
+
--cobre-titles-font-family: 'Inter', sans-serif;
|
|
256
|
+
--cobre-secondary-font-family: 'Inter', sans-serif;
|
|
257
|
+
--cobre-color: var(--cobre-primary-95);
|
|
258
|
+
--cobre-row-hover-bg: var(--cobre-secondary-5);
|
|
259
|
+
--cobre-headline-fw: 600;
|
|
260
|
+
--cobre-title-fw: 600;
|
|
261
|
+
--cobre-subtitle-fw: 600;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* RADIUS
|
|
269
|
+
*/
|
|
270
|
+
|
|
271
|
+
:root {
|
|
272
|
+
--cobre-radius-full: 62.4375rem;
|
|
273
|
+
--cobre-radius-M: 1rem;
|
|
274
|
+
--cobre-radius-S: 0.5rem;
|
|
275
|
+
--cobre-radius-XS: 0.25rem;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* BORDER
|
|
280
|
+
*/
|
|
281
|
+
|
|
282
|
+
:root {
|
|
283
|
+
--cobre-border-stroke-XXXL: 0.1875rem;
|
|
284
|
+
--cobre-border-stroke-XL: 0.125rem;
|
|
285
|
+
--cobre-border-stroke-L: 0.0625rem;
|
|
286
|
+
--cobre-border-stroke-M: 0.03125rem;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// MARGIN - PADDING UNITS
|
|
290
|
+
$limit: 101;
|
|
291
|
+
$unit: 1px;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* FONTS
|
|
295
|
+
*/
|
|
296
|
+
|
|
297
|
+
// HEADLINE
|
|
298
|
+
$cobre-headline-movil-fs: 25.6px;
|
|
299
|
+
$cobre-headline-movil-lh: 32px;
|
|
300
|
+
$cobre-headline-movil-ls: -0.3px;
|
|
301
|
+
|
|
302
|
+
$cobre-headline-tablet-fs: 28.8px;
|
|
303
|
+
$cobre-headline-tablet-lh: 36px;
|
|
304
|
+
$cobre-headline-tablet-ls: -0.336px;
|
|
305
|
+
|
|
306
|
+
$cobre-headline-desktop-fs: 32.44px;
|
|
307
|
+
$cobre-headline-desktop-lh: 40px;
|
|
308
|
+
$cobre-headline-desktop-ls: -0.336px;
|
|
309
|
+
|
|
310
|
+
$cobre-headline-numbers-movil-fs: 25.6px;
|
|
311
|
+
$cobre-headline-numbers-movil-lh: 32px;
|
|
312
|
+
$cobre-headline-numbers-movil-ls: -0.3px;
|
|
313
|
+
|
|
314
|
+
$cobre-headline-numbers-tablet-fs: 28.8px;
|
|
315
|
+
$cobre-headline-numbers-tablet-lh: 36px;
|
|
316
|
+
$cobre-headline-numbers-tablet-ls: -0.3px;
|
|
317
|
+
|
|
318
|
+
$cobre-headline-numbers-desktop-fs: 32.4px;
|
|
319
|
+
$cobre-headline-numbers-desktop-lh: 40px;
|
|
320
|
+
$cobre-headline-numbers-desktop-ls: -0.3px;
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
// TITLE
|
|
324
|
+
$cobre-title-movil-fs: 20.3px;
|
|
325
|
+
$cobre-title-movil-lh: 24.3px;
|
|
326
|
+
$cobre-title-movil-ls: -0.352px;
|
|
327
|
+
|
|
328
|
+
$cobre-title-tablet-fs: 22.78px;
|
|
329
|
+
$cobre-title-tablet-lh: 32px;
|
|
330
|
+
$cobre-title-tablet-ls: -0.3px;
|
|
331
|
+
|
|
332
|
+
$cobre-title-desktop-fs: 22.8px;
|
|
333
|
+
$cobre-title-desktop-lh: 32px;
|
|
334
|
+
$cobre-title-desktop-ls: -0.3px;
|
|
335
|
+
|
|
336
|
+
$cobre-title-numbers-movil-fs: 20.3px;
|
|
337
|
+
$cobre-title-numbers-movil-lh: 24.3px;
|
|
338
|
+
$cobre-title-numbers-movil-ls: -0.3px;
|
|
339
|
+
|
|
340
|
+
$cobre-title-numbers-tablet-fs: 22.78px;
|
|
341
|
+
$cobre-title-numbers-tablet-lh: 32px;
|
|
342
|
+
$cobre-title-numbers-tablet-ls: -0.3px;
|
|
343
|
+
|
|
344
|
+
$cobre-title-numbers-desktop-fs: 25.63px;
|
|
345
|
+
$cobre-title-numbers-desktop-lh: 32px;
|
|
346
|
+
$cobre-title-numbers-desktop-ls: -0.3px;
|
|
347
|
+
|
|
348
|
+
// SUBTITLE
|
|
349
|
+
$cobre-subtitle-movil-fs: 18px;
|
|
350
|
+
$cobre-subtitle-movil-lh: 21.8px;
|
|
351
|
+
$cobre-subtitle-movil-ls: -0.352px;
|
|
352
|
+
|
|
353
|
+
$cobre-subtitle-tablet-fs: 20.25px;
|
|
354
|
+
$cobre-subtitle-tablet-lh: 24.3px;
|
|
355
|
+
$cobre-subtitle-tablet-ls: -0.352px;
|
|
356
|
+
|
|
357
|
+
$cobre-subtitle-numbers-movil-fs: 18px;
|
|
358
|
+
$cobre-subtitle-numbers-movil-lh: 21.8px;
|
|
359
|
+
$cobre-subtitle-numbers-movil-ls: -0.3px;
|
|
360
|
+
|
|
361
|
+
$cobre-subtitle-numbers-tablet-fs: 20.25px;
|
|
362
|
+
$cobre-subtitle-numbers-tablet-lh: 24.5px;
|
|
363
|
+
$cobre-subtitle-numbers-tablet-ls: -0.3px;
|
|
364
|
+
|
|
365
|
+
$cobre-subtitle-numbers-desktop-fs: 20.25px;
|
|
366
|
+
$cobre-subtitle-numbers-desktop-lh: 24.3px;
|
|
367
|
+
$cobre-subtitle-numbers-desktop-ls: -0.3px;
|
|
368
|
+
|
|
369
|
+
// LABEL
|
|
370
|
+
$cobre-label-lower-ls: 0.1px;
|
|
371
|
+
$cobre-label-upper-ls: 0.5px;
|
|
372
|
+
|
|
373
|
+
$cobre-label-small-fs: 12.64px;
|
|
374
|
+
$cobre-label-small-lh: 16px;
|
|
375
|
+
|
|
376
|
+
$cobre-label-medium-fs: 14.22px;
|
|
377
|
+
$cobre-label-medium-lh: 17.1px;
|
|
378
|
+
|
|
379
|
+
$cobre-label-large-fs: 16px;
|
|
380
|
+
$cobre-label-large-lh: 19.2px;
|
|
381
|
+
|
|
382
|
+
$cobre-label-numbers-small-fs: 12.64px;
|
|
383
|
+
$cobre-label-numbers-small-lh: 16px;
|
|
384
|
+
$cobre-label-numbers-small-ls: 0.5px;
|
|
385
|
+
|
|
386
|
+
$cobre-label-numbers-large-fs: 16px;
|
|
387
|
+
$cobre-label-numbers-large-lh: 19.2px;
|
|
388
|
+
$cobre-label-numbers-large-ls: 0.1px;
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
// BODY
|
|
392
|
+
$cobre-body-medium-fs: 14.22px;
|
|
393
|
+
$cobre-body-medium-lh: 21.3px;
|
|
394
|
+
$cobre-body-medium-ls: 0px;
|
|
395
|
+
|
|
396
|
+
$cobre-body-large-fs: 16px;
|
|
397
|
+
$cobre-body-large-lh: 24px;
|
|
398
|
+
$cobre-body-large-ls: 0px;
|
|
399
|
+
|
|
400
|
+
$cobre-body-numbers-small-fs: 14.22px;
|
|
401
|
+
$cobre-body-numbers-small-lh: 21.3px;
|
|
402
|
+
$cobre-body-numbers-small-ls: 0px;
|
|
403
|
+
|
|
404
|
+
// ICONS
|
|
405
|
+
$cobre-icon-large-fs: 24px;
|
|
406
|
+
$cobre-icon-medium-fs: 20px;
|
|
407
|
+
$cobre-icon-small-fs: 16px;
|
|
408
|
+
$cobre-icon-extra-small-fs: 12px;
|
|
File without changes
|