@bagelink/vue 0.0.740 → 0.0.744

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.
@@ -99,6 +99,47 @@
99
99
  font-size: 72px;
100
100
  }
101
101
 
102
+ .txt80,
103
+ .txt-80 {
104
+ font-size: 80px;
105
+ }
106
+
107
+ .txt90,
108
+ .txt-90 {
109
+ font-size: 90px;
110
+ }
111
+
112
+ .txt100,
113
+ .txt-100 {
114
+ font-size: 100px;
115
+ }
116
+
117
+
118
+ .txt110,
119
+ .txt-110 {
120
+ font-size: 110px;
121
+ }
122
+
123
+ .txt120,
124
+ .txt-120 {
125
+ font-size: 120px;
126
+ }
127
+
128
+ .txt130,
129
+ .txt-130 {
130
+ font-size: 130px;
131
+ }
132
+
133
+ .txt140,
134
+ .txt-140 {
135
+ font-size: 140px;
136
+ }
137
+
138
+ .txt150,
139
+ .txt-150 {
140
+ font-size: 150px;
141
+ }
142
+
102
143
 
103
144
  .txt18,
104
145
  .txt-18 {
@@ -481,6 +522,47 @@
481
522
  }
482
523
 
483
524
 
525
+ .m_txt80,
526
+ .m_txt-80 {
527
+ font-size: 80px;
528
+ }
529
+
530
+ .m_txt90,
531
+ .m_txt-90 {
532
+ font-size: 90px;
533
+ }
534
+
535
+ .m_txt100,
536
+ .m_txt-100 {
537
+ font-size: 100px;
538
+ }
539
+
540
+
541
+ .m_txt110,
542
+ .m_txt-110 {
543
+ font-size: 110px;
544
+ }
545
+
546
+ .m_txt120,
547
+ .m_txt-120 {
548
+ font-size: 120px;
549
+ }
550
+
551
+ .m_txt130,
552
+ .m_txt-130 {
553
+ font-size: 130px;
554
+ }
555
+
556
+ .m_txt140,
557
+ .m_txt-140 {
558
+ font-size: 140px;
559
+ }
560
+
561
+ .m_txt150,
562
+ .m_txt-150 {
563
+ font-size: 150px;
564
+ }
565
+
484
566
  .m_txt18,
485
567
  .m_txt-18 {
486
568
  font-size: 18px;
@@ -33,7 +33,7 @@
33
33
  --bgl-dark-bg: rgba(0, 0, 0, 0.7);
34
34
  --bgl-selection-bg: var(--bgl-blue-dark);
35
35
  --bgl-selection-color: var(--bgl-white);
36
- --bgl-scrollbar-thumb: var(var(--bgl-gray));
36
+ --bgl-scrollbar-thumb: var(--bgl-gray);
37
37
  }
38
38
 
39
39
  /* TYPE */