@bagelink/vue 0.0.348 → 0.0.350

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.
@@ -19,6 +19,87 @@
19
19
  font-size: 20px;
20
20
  }
21
21
 
22
+ .txt24,
23
+ .txt-24 {
24
+ font-size: 24px;
25
+ }
26
+
27
+ .txt28,
28
+ .txt-28 {
29
+ font-size: 28px;
30
+ }
31
+
32
+ .txt30,
33
+ .txt-30 {
34
+ font-size: 30px;
35
+ }
36
+
37
+ .txt32,
38
+ .txt-32 {
39
+ font-size: 32px;
40
+ }
41
+
42
+ .txt36,
43
+ .txt-36 {
44
+ font-size: 36px;
45
+ }
46
+
47
+ .txt40,
48
+ .txt-40 {
49
+ font-size: 40px;
50
+ }
51
+
52
+ .txt44,
53
+ .txt-44 {
54
+ font-size: 44px;
55
+ }
56
+
57
+ .txt48,
58
+ .txt-48 {
59
+ font-size: 48px;
60
+ }
61
+
62
+ .txt50,
63
+ .txt-50 {
64
+ font-size: 50px;
65
+ }
66
+
67
+ .txt52,
68
+ .txt-52 {
69
+ font-size: 52px;
70
+ }
71
+
72
+ .txt56,
73
+ .txt-56 {
74
+ font-size: 56px;
75
+ }
76
+
77
+ .txt60,
78
+ .txt-60 {
79
+ font-size: 60px;
80
+ }
81
+
82
+ .txt64,
83
+ .txt-64 {
84
+ font-size: 64px;
85
+ }
86
+
87
+ .txt68,
88
+ .txt-68 {
89
+ font-size: 68px;
90
+ }
91
+
92
+ .txt70,
93
+ .txt-70 {
94
+ font-size: 70px;
95
+ }
96
+
97
+ .txt72,
98
+ .txt-72 {
99
+ font-size: 72px;
100
+ }
101
+
102
+
22
103
  .txt18,
23
104
  .txt-18 {
24
105
  font-size: 18px;
@@ -78,11 +159,14 @@
78
159
  color: var(--bgl-white);
79
160
  }
80
161
 
81
- .font-light {
162
+ .font-light,
163
+ .txt-light {
82
164
  font-weight: 100;
83
165
  }
84
166
 
85
- .bold {
167
+ .bold,
168
+ .txt-bold,
169
+ .font-bold {
86
170
  font-weight: 700;
87
171
  }
88
172
 
@@ -151,7 +235,17 @@
151
235
  white-space: nowrap;
152
236
  }
153
237
 
238
+ .balance {
239
+ text-wrap: balance;
240
+ }
241
+
242
+ .pretty {
243
+ text-wrap: pretty;
244
+ }
245
+
246
+
154
247
  @media screen and (max-width: 910px) {
248
+
155
249
  .txt20,
156
250
  .txt-20 {
157
251
  font-size: 18px;
@@ -188,6 +282,87 @@
188
282
  font-size: 20px;
189
283
  }
190
284
 
285
+ .m_txt24,
286
+ .m_txt-24 {
287
+ font-size: 24px;
288
+ }
289
+
290
+ .m_txt28,
291
+ .m_txt-28 {
292
+ font-size: 28px;
293
+ }
294
+
295
+ .m_txt30,
296
+ .m_txt-30 {
297
+ font-size: 30px;
298
+ }
299
+
300
+ .m_txt32,
301
+ .m_txt-32 {
302
+ font-size: 32px;
303
+ }
304
+
305
+ .m_txt36,
306
+ .m_txt-36 {
307
+ font-size: 36px;
308
+ }
309
+
310
+ .m_txt40,
311
+ .m_txt-40 {
312
+ font-size: 40px;
313
+ }
314
+
315
+ .m_txt44,
316
+ .m_txt-44 {
317
+ font-size: 44px;
318
+ }
319
+
320
+ .m_txt48,
321
+ .m_txt-48 {
322
+ font-size: 48px;
323
+ }
324
+
325
+ .m_txt50,
326
+ .m_txt-50 {
327
+ font-size: 50px;
328
+ }
329
+
330
+ .m_txt52,
331
+ .m_txt-52 {
332
+ font-size: 52px;
333
+ }
334
+
335
+ .m_txt56,
336
+ .m_txt-56 {
337
+ font-size: 56px;
338
+ }
339
+
340
+ .m_txt60,
341
+ .m_txt-60 {
342
+ font-size: 60px;
343
+ }
344
+
345
+ .m_txt64,
346
+ .m_txt-64 {
347
+ font-size: 64px;
348
+ }
349
+
350
+ .m_txt68,
351
+ .m_txt-68 {
352
+ font-size: 68px;
353
+ }
354
+
355
+ .m_txt70,
356
+ .m_txt-70 {
357
+ font-size: 70px;
358
+ }
359
+
360
+ .m_txt72,
361
+ .m_txt-72 {
362
+ font-size: 72px;
363
+ }
364
+
365
+
191
366
  .m_txt18,
192
367
  .m_txt-18 {
193
368
  font-size: 18px;
@@ -247,11 +422,14 @@
247
422
  color: var(--bgl-white);
248
423
  }
249
424
 
250
- .m_font-light {
425
+ .m_font-light,
426
+ .m_txt-light {
251
427
  font-weight: 100;
252
428
  }
253
429
 
254
- .m_bold {
430
+ .m_bold,
431
+ .m_txt-bold,
432
+ .m_font-bold {
255
433
  font-weight: 700;
256
434
  }
257
435
 
@@ -319,4 +497,13 @@
319
497
  .m_nowrap {
320
498
  white-space: nowrap;
321
499
  }
500
+
501
+ .m_balance {
502
+ text-wrap: balance;
503
+ }
504
+
505
+ .m_pretty {
506
+ text-wrap: pretty;
507
+ }
508
+
322
509
  }