@bagelink/vue 0.0.158 → 0.0.162

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.
Files changed (88) hide show
  1. package/dist/components/Btn.vue.d.ts +2 -2
  2. package/dist/components/Btn.vue.d.ts.map +1 -1
  3. package/dist/components/Comments.vue.d.ts.map +1 -1
  4. package/dist/components/DropDown.vue.d.ts.map +1 -1
  5. package/dist/components/FileUploader.vue.d.ts +60 -0
  6. package/dist/components/FileUploader.vue.d.ts.map +1 -0
  7. package/dist/components/LangText.vue.d.ts.map +1 -1
  8. package/dist/components/NavBar.vue.d.ts.map +1 -1
  9. package/dist/components/PersonPreview.vue.d.ts +1 -1
  10. package/dist/components/PersonPreview.vue.d.ts.map +1 -1
  11. package/dist/components/PersonPreviewFormkit.vue.d.ts +1 -1
  12. package/dist/components/PersonPreviewFormkit.vue.d.ts.map +1 -1
  13. package/dist/components/RTXEditor.vue.d.ts.map +1 -1
  14. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  15. package/dist/components/charts/BarChart.vue.d.ts.map +1 -1
  16. package/dist/components/dashboard/Lineart.vue.d.ts +1 -1
  17. package/dist/components/dashboard/Lineart.vue.d.ts.map +1 -1
  18. package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
  19. package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
  20. package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
  21. package/dist/components/formkit/AddressArray.vue.d.ts.map +1 -1
  22. package/dist/components/formkit/BankDetailsArray.vue.d.ts.map +1 -1
  23. package/dist/components/formkit/ContactArrayFormKit.vue.d.ts.map +1 -1
  24. package/dist/components/formkit/FileUploader.vue.d.ts.map +1 -1
  25. package/dist/components/formkit/MiscFields.vue.d.ts.map +1 -1
  26. package/dist/components/formkit/index.d.ts.map +1 -1
  27. package/dist/components/index.d.ts +2 -1
  28. package/dist/components/index.d.ts.map +1 -1
  29. package/dist/index.cjs +442 -269
  30. package/dist/index.mjs +442 -269
  31. package/dist/style.css +1600 -1404
  32. package/package.json +1 -1
  33. package/src/components/Btn.vue +127 -132
  34. package/src/components/Comments.vue +155 -169
  35. package/src/components/DropDown.vue +73 -77
  36. package/src/components/FileUploader.vue +133 -141
  37. package/src/components/FormKitTable.vue +191 -205
  38. package/src/components/LangText.vue +14 -14
  39. package/src/components/NavBar.vue +264 -261
  40. package/src/components/PersonPreview.vue +123 -148
  41. package/src/components/PersonPreviewFormkit.vue +124 -148
  42. package/src/components/RTXEditor.vue +91 -91
  43. package/src/components/TableSchema.vue +150 -156
  44. package/src/components/charts/BarChart.vue +212 -227
  45. package/src/components/dashboard/Lineart.vue +117 -130
  46. package/src/components/form/inputs/CheckInput.vue +90 -90
  47. package/src/components/form/inputs/Checkbox.vue +38 -41
  48. package/src/components/form/inputs/PasswordInput.vue +56 -63
  49. package/src/components/formkit/AddressArray.vue +150 -173
  50. package/src/components/formkit/BankDetailsArray.vue +175 -198
  51. package/src/components/formkit/ContactArrayFormKit.vue +124 -142
  52. package/src/components/formkit/FileUploader.vue +256 -260
  53. package/src/components/formkit/MiscFields.vue +42 -42
  54. package/src/components/formkit/Toggle.vue +97 -97
  55. package/src/components/formkit/index.ts +3 -3
  56. package/src/components/index.ts +2 -1
  57. package/src/styles/bagel.css +1 -0
  58. package/src/styles/buttons.css +5 -0
  59. package/src/styles/dark.css +46 -0
  60. package/src/styles/fonts/Ploni.css +8 -8
  61. package/src/styles/inputs.css +57 -13
  62. package/src/styles/layout.css +43 -0
  63. package/src/styles/text.css +83 -10
  64. package/src/styles/theme.css +25 -155
  65. package/src/styles/fonts/Ploni/ploni-black.eot +0 -0
  66. package/src/styles/fonts/Ploni/ploni-black.woff +0 -0
  67. package/src/styles/fonts/Ploni/ploni-black.woff2 +0 -0
  68. package/src/styles/fonts/Ploni/ploni-bold.eot +0 -0
  69. package/src/styles/fonts/Ploni/ploni-bold.woff +0 -0
  70. package/src/styles/fonts/Ploni/ploni-bold.woff2 +0 -0
  71. package/src/styles/fonts/Ploni/ploni-demibold.eot +0 -0
  72. package/src/styles/fonts/Ploni/ploni-demibold.woff +0 -0
  73. package/src/styles/fonts/Ploni/ploni-demibold.woff2 +0 -0
  74. package/src/styles/fonts/Ploni/ploni-light.eot +0 -0
  75. package/src/styles/fonts/Ploni/ploni-light.woff +0 -0
  76. package/src/styles/fonts/Ploni/ploni-light.woff2 +0 -0
  77. package/src/styles/fonts/Ploni/ploni-medium.eot +0 -0
  78. package/src/styles/fonts/Ploni/ploni-medium.woff +0 -0
  79. package/src/styles/fonts/Ploni/ploni-medium.woff2 +0 -0
  80. package/src/styles/fonts/Ploni/ploni-regular.eot +0 -0
  81. package/src/styles/fonts/Ploni/ploni-regular.woff +0 -0
  82. package/src/styles/fonts/Ploni/ploni-regular.woff2 +0 -0
  83. package/src/styles/fonts/Ploni/ploni-ultrabold.eot +0 -0
  84. package/src/styles/fonts/Ploni/ploni-ultrabold.woff +0 -0
  85. package/src/styles/fonts/Ploni/ploni-ultrabold.woff2 +0 -0
  86. package/src/styles/fonts/Ploni/ploni-ultralight.eot +0 -0
  87. package/src/styles/fonts/Ploni/ploni-ultralight.woff +0 -0
  88. package/src/styles/fonts/Ploni/ploni-ultralight.woff2 +0 -0
@@ -12,16 +12,25 @@ select {
12
12
  text-align: start;
13
13
  margin-bottom: 0.5rem;
14
14
  width: 100%;
15
+ color: var(--bgl-black);
15
16
  }
16
17
 
17
- .bagel-input label {
18
+ .bagel-input::placeholder .bagel-input label {
18
19
  display: block;
19
20
  font-size: var(--input-font-size);
20
21
  margin-bottom: 2px;
21
22
  line-height: 1.3;
22
- color: var(--input-color);
23
23
  }
24
24
 
25
+ .bagel-input::placeholder {
26
+ color: var(--placeholder-color);
27
+ }
28
+
29
+ .bagel-input label {
30
+ color: var(--label-color);
31
+ }
32
+
33
+
25
34
  .bagel-input input,
26
35
  .bagel-input select,
27
36
  .custom-select .input {
@@ -42,6 +51,13 @@ select {
42
51
  width: 100%;
43
52
  }
44
53
 
54
+ .bagel-input input::placeholder,
55
+ .bagel-input textarea::placeholder,
56
+ .bagel-input select::placeholder,
57
+ .custom-select .input::placeholder {
58
+ color: var(--placeholder-color);
59
+ }
60
+
45
61
  .bagel-input.search-wrap {
46
62
  display: flex;
47
63
  flex-direction: row;
@@ -84,11 +100,7 @@ select {
84
100
  }
85
101
 
86
102
  .bagel-input:focus-within label {
87
- color: var(--bgl-blue);
88
- }
89
-
90
- .bagel-input:focus-within label {
91
- color: var(--bgl-blue);
103
+ color: var(--bgl-primary);
92
104
  }
93
105
 
94
106
  .bagel-input select.no-edit,
@@ -105,7 +117,7 @@ input[type='number']::-webkit-outer-spin-button {
105
117
  }
106
118
 
107
119
  label.active {
108
- color: var(--bgl-blue);
120
+ color: var(--bgl-primary);
109
121
  }
110
122
 
111
123
  .inline-80 {
@@ -130,7 +142,7 @@ label.active {
130
142
  }
131
143
 
132
144
  button.formkit-input {
133
- background: var(--bgl-blue);
145
+ background: var(--bgl-primary);
134
146
  color: var(--bgl-white);
135
147
  border: none;
136
148
  padding: 0 1.5rem;
@@ -182,7 +194,7 @@ button.formkit-input:active {
182
194
  font-size: var(--input-font-size);
183
195
  margin-bottom: 2px;
184
196
  line-height: 1.3;
185
- color: var(--input-color);
197
+ color: var(--label-color);
186
198
  }
187
199
 
188
200
  .formkit-outer input,
@@ -256,11 +268,11 @@ button.formkit-input:active {
256
268
  }
257
269
 
258
270
  .formkit-outer:focus-within label {
259
- color: var(--bgl-blue);
271
+ color: var(--bgl-primary);
260
272
  }
261
273
 
262
274
  .formkit-outer:focus-within label {
263
- color: var(--bgl-blue);
275
+ color: var(--bgl-primary);
264
276
  }
265
277
 
266
278
  .formkit-outer select.no-edit,
@@ -277,7 +289,7 @@ input[type='number']::-webkit-outer-spin-button {
277
289
  }
278
290
 
279
291
  label.active {
280
- color: var(--bgl-blue);
292
+ color: var(--bgl-primary);
281
293
  }
282
294
 
283
295
  .label-count-0 label {
@@ -297,6 +309,38 @@ label.active {
297
309
  display: none;
298
310
  }
299
311
 
312
+ input[type="color"] {
313
+ padding: 0.025rem 0.05rem;
314
+ display: block;
315
+ width: var(--input-height);
316
+ height: var(--input-height);
317
+ border: none;
318
+ -webkit-appearance: none;
319
+ -moz-appearance: none;
320
+ appearance: none;
321
+ cursor: pointer;
322
+ }
323
+
324
+ input[type="color"]::-webkit-color-swatch {
325
+ border-radius: var(--input-border-radius);
326
+ border: none;
327
+ transition: box-shadow 200ms ease;
328
+ }
329
+
330
+ input[type="color"]::-moz-color-swatch {
331
+ border-radius: var(--input-border-radius);
332
+ border: none;
333
+ transition: box-shadow 200ms ease;
334
+ }
335
+
336
+ input[type="color"]::-webkit-color-swatch:hover {
337
+ box-shadow: inset 0 0 10px #00000050;
338
+ }
339
+
340
+ input[type="color"]::-moz-color-swatch:hover {
341
+ box-shadow: inset 0 0 10px #00000050;
342
+ }
343
+
300
344
  @media screen and (max-width: 910px) {
301
345
  .bagel-input.wider input {
302
346
  min-width: 120px;
@@ -61,6 +61,10 @@
61
61
  grid-auto-flow: column;
62
62
  }
63
63
 
64
+ .grid-2-col {
65
+ grid-template-columns: 1fr 1fr;
66
+ }
67
+
64
68
  .justify-content-between {
65
69
  justify-content: space-between;
66
70
  }
@@ -265,4 +269,43 @@
265
269
 
266
270
  .me-3 {
267
271
  margin-inline-end: 1rem;
272
+ }
273
+
274
+ .pb-1 {
275
+ padding-bottom: 1rem;
276
+ }
277
+
278
+ .pb-2 {
279
+ padding-bottom: 2rem;
280
+ }
281
+
282
+ .pt-1 {
283
+ padding-top: 1rem;
284
+ }
285
+
286
+ .pt-2 {
287
+ padding-top: 2rem;
288
+ }
289
+
290
+
291
+ .flex {
292
+ display: flex;
293
+ align-items: center;
294
+ }
295
+
296
+ .flex-stretch {
297
+ display: flex;
298
+ align-items: stretch;
299
+ }
300
+
301
+ .flex-wrap {
302
+ flex-wrap: wrap;
303
+ }
304
+
305
+ .flex-end {
306
+ justify-content: flex-end;
307
+ }
308
+
309
+ .space-between {
310
+ justify-content: space-between;
268
311
  }
@@ -7,29 +7,102 @@ h6 {
7
7
  width: max-content;
8
8
  }
9
9
 
10
- h1 {
10
+ h1 {}
11
+
12
+ h2 {}
13
+
14
+ h3 {}
15
+
16
+ h4 {}
17
+
18
+ h5 {}
19
+
20
+ h6 {}
21
+
22
+ .txt-center {
23
+ text-align: center;
11
24
  }
12
25
 
13
- h2 {
26
+
27
+ .smalltxt {
28
+ font-size: 12px;
14
29
  }
15
30
 
16
- h3 {
31
+
32
+ .txt20 {
33
+ font-size: 20px;
17
34
  }
18
35
 
19
- h4 {
36
+ .txt18 {
37
+ font-size: 18px;
20
38
  }
21
39
 
22
- h5 {
40
+ .txt16 {
41
+ font-size: 16px;
23
42
  }
24
43
 
25
- h6 {
44
+ .txt14 {
45
+ font-size: 14px;
26
46
  }
27
47
 
28
- .txt-center {
29
- text-align: center;
48
+ .txt12 {
49
+ font-size: 12px;
30
50
  }
31
51
 
52
+ .txt10 {
53
+ font-size: 10px;
54
+ }
32
55
 
33
- .smalltxt {
34
- font-size: 12px;
56
+ .txt9 {
57
+ font-size: 9px;
35
58
  }
59
+
60
+ .no-margin {
61
+ margin: 0;
62
+ }
63
+
64
+ .txtgray {
65
+ color: var(--bgl-gray);
66
+ }
67
+
68
+ .txtblue {
69
+ color: var(--bgl-primary);
70
+ }
71
+
72
+ .font-light {
73
+ font-weight: 100;
74
+ }
75
+
76
+ .bold {
77
+ font-weight: 700;
78
+ }
79
+
80
+ .ellipsis {
81
+ overflow: hidden;
82
+ display: block;
83
+ width: 100%;
84
+ text-overflow: ellipsis;
85
+ }
86
+
87
+ .pointer {
88
+ cursor: pointer;
89
+ }
90
+
91
+ .icon-font {
92
+ font-family: "Material Symbols Outlined", serif;
93
+ }
94
+
95
+
96
+ @media screen and (max-width: 910px) {
97
+ .txt20 {
98
+ font-size: 18px;
99
+ }
100
+
101
+ .txt16 {
102
+ font-size: 14px;
103
+ }
104
+
105
+ .txt14 {
106
+ font-size: 12px;
107
+ }
108
+ }
@@ -3,26 +3,28 @@
3
3
  @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&display=swap");
4
4
  @import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
5
5
 
6
+
6
7
  :root {
7
- --bgl-blue: #19b8ea;
8
- --bgl-blue-tint: #19b8ea80;
8
+ --bgl-primary: #2E5BFF;
9
+ --bgl-primary-tint: #2E5BFF80;
10
+
9
11
  --bgl-blue-20: rgba(46, 91, 255, 20%);
10
12
  --bgl-blue-dark: #191c30;
11
- --bgl-red: #ed6c6f;
12
- --bgl-red-tint: #fbe2e2;
13
- --bgl-yellow: #ffbb00;
14
- --bgl-yellow-light: #fff6d5;
13
+ --bgl-blue-light: #eef6ff;
14
+ --bgl-black: #282929;
15
+ --bgl-black-tint: #28292980;
15
16
  --bgl-white: #fff;
16
- --bgl-pink: #f1416c;
17
17
  --bgl-gray: #b7b7b7;
18
18
  --bgl-gray-light: #f5f8fa;
19
19
  --bgl-gray-80: #e8ecef;
20
20
  --bgl-gray-20: rgba(183, 183, 183, 0.2);
21
- --bgl-blue-light: #eef6ff;
21
+ --bgl-pink: #f1416c;
22
+ --bgl-red: #ed6c6f;
23
+ --bgl-red-tint: #fbe2e2;
24
+ --bgl-yellow: #ffbb00;
25
+ --bgl-yellow-light: #fff6d5;
22
26
  --bgl-green: #75c98f;
23
27
  --border-color: #eff2f5;
24
- --bgl-black: #282929;
25
- --bgl-black-tint: #28292980;
26
28
  --bgl-bg: #f4f6fa;
27
29
  --bgl-shadow: #4c577d26;
28
30
  --whatsapp-gray: #89959f;
@@ -33,7 +35,9 @@
33
35
  --btn-border-radius: 10px;
34
36
  --btn-padding: 30px;
35
37
  --input-bg: #f5f8fa;
36
- --input-color: #00000080;
38
+ --label-color: #00000080;
39
+ --input-color: #000000;
40
+ --placeholder-color: #00000040;
37
41
  --input-height: 40px;
38
42
  --btn-height: 40px;
39
43
  --input-font-size: 12px;
@@ -43,7 +47,6 @@
43
47
  --bgl-font: "Lexend", "Ploni", sans-serif;
44
48
  }
45
49
 
46
- [theme="dark"] {}
47
50
 
48
51
  .Vue-Toastification__toast {
49
52
  border-radius: var(--card-border-radius);
@@ -51,7 +54,7 @@
51
54
  }
52
55
 
53
56
  .Vue-Toastification__toast--default {
54
- background: var(--bgl-blue);
57
+ background: var(--bgl-primary);
55
58
  }
56
59
 
57
60
  .Vue-Toastification__close-button {
@@ -153,14 +156,9 @@ body {
153
156
  margin-top: 1rem;
154
157
  }
155
158
 
156
- .btn.thin {
157
- height: calc(var(--btn-height) * 0.7);
158
- line-height: calc(var(--btn-height) * 0.7);
159
- }
160
-
161
159
  .login-card .btn {
162
160
  width: 100%;
163
- background: var(--bgl-blue);
161
+ background: var(--bgl-primary);
164
162
  color: var(--bgl-white);
165
163
  }
166
164
 
@@ -172,7 +170,7 @@ body {
172
170
 
173
171
  .login-card .forgot-password:active {
174
172
  filter: brightness(70%);
175
- color: var(--bgl-blue);
173
+ color: var(--bgl-primary);
176
174
  }
177
175
 
178
176
  .login-card .error {
@@ -191,10 +189,6 @@ body {
191
189
  text-align: center;
192
190
  }
193
191
 
194
- .icon-font {
195
- font-family: "Material Symbols Outlined", serif;
196
- }
197
-
198
192
  .tabs {
199
193
  column-gap: 1rem;
200
194
  margin-top: 20px;
@@ -211,10 +205,6 @@ body {
211
205
  margin-bottom: 1rem;
212
206
  }
213
207
 
214
- .card>.card {
215
- /* padding: 0; */
216
- }
217
-
218
208
  .card .card.tabs-top {
219
209
  padding: 0;
220
210
  }
@@ -233,12 +223,12 @@ body {
233
223
  }
234
224
 
235
225
  .tab.active {
236
- color: var(--bgl-blue);
237
- border-bottom: 2px solid var(--bgl-blue);
226
+ color: var(--bgl-primary);
227
+ border-bottom: 2px solid var(--bgl-primary);
238
228
  }
239
229
 
240
230
  .tab:hover {
241
- color: var(--bgl-blue);
231
+ color: var(--bgl-primary);
242
232
  }
243
233
 
244
234
  .tab:active {
@@ -259,12 +249,12 @@ body {
259
249
  }
260
250
 
261
251
  .router-tab.router-link-active {
262
- color: var(--bgl-blue);
263
- border-bottom: 2px solid var(--bgl-blue);
252
+ color: var(--bgl-primary);
253
+ border-bottom: 2px solid var(--bgl-primary);
264
254
  }
265
255
 
266
256
  .router-tab:hover {
267
- color: var(--bgl-blue);
257
+ color: var(--bgl-primary);
268
258
  }
269
259
 
270
260
  .router-tab:active {
@@ -282,7 +272,7 @@ body {
282
272
 
283
273
  .pill.blue {
284
274
  background: var(--bgl-blue-light);
285
- color: var(--bgl-blue);
275
+ color: var(--bgl-primary);
286
276
  }
287
277
 
288
278
  .pill.red {
@@ -367,34 +357,12 @@ body {
367
357
  transition: all 0.5s cubic-bezier(0.79, 0.01, 0.34, 0.99);
368
358
  }
369
359
 
370
- .flex {
371
- display: flex;
372
- align-items: center;
373
- }
374
-
375
- .flex-stretch {
376
- display: flex;
377
- align-items: stretch;
378
- }
379
-
380
- .flex-wrap {
381
- flex-wrap: wrap;
382
- }
383
-
384
360
  .FormRow {
385
361
  display: grid;
386
362
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
387
363
  gap: 1rem;
388
364
  }
389
365
 
390
- .flex-end {
391
- justify-content: flex-end;
392
- }
393
-
394
- .space-between {
395
- justify-content: space-between;
396
- }
397
-
398
366
  .detail-main {
399
367
  overflow-y: auto;
400
368
  }
@@ -403,42 +371,6 @@ body {
403
371
  margin: 0 0 10px 0;
404
372
  }
405
373
 
406
- .txt20 {
407
- font-size: 20px;
408
- }
409
-
410
- .txt16 {
411
- font-size: 16px;
412
- }
413
-
414
- .txt14 {
415
- font-size: 14px;
416
- }
417
-
418
- .txt12 {
419
- font-size: 12px;
420
- }
421
-
422
- .txt9 {
423
- font-size: 9px;
424
- }
425
-
426
- .no-margin {
427
- margin: 0;
428
- }
429
-
430
- .txtgray {
431
- color: var(--bgl-gray);
432
- }
433
-
434
- .txtblue {
435
- color: var(--bgl-blue);
436
- }
437
-
438
- .font-light {
439
- font-weight: 100;
440
- }
441
-
442
374
  .id {
443
375
  color: var(--bgl-gray);
444
376
  font-size: 9px;
@@ -518,10 +450,6 @@ body {
518
450
  inset-inline-start: 0;
519
451
  }
520
452
 
521
- /* [dir="rtl"] .DonationsDashbored .tabs-top {
522
- inset-inline-start: 8vw;
523
- } */
524
-
525
453
  .copy-url {
526
454
  background-color: var(--bgl-gray-light);
527
455
  border-radius: var(--btn-border-radius);
@@ -531,7 +459,6 @@ body {
531
459
  margin-bottom: 1rem;
532
460
  display: flex;
533
461
  justify-content: space-between;
534
- /* gap: 1rem; */
535
462
  }
536
463
 
537
464
  .copy-url a {
@@ -583,52 +510,8 @@ body {
583
510
  overflow: hidden;
584
511
  }
585
512
 
586
- input[type="color"] {
587
- padding: 0.025rem 0.05rem;
588
- display: block;
589
- width: var(--input-height);
590
- height: var(--input-height);
591
- border: none;
592
- -webkit-appearance: none;
593
- -moz-appearance: none;
594
- appearance: none;
595
- cursor: pointer;
596
- }
597
-
598
- input[type="color"]::-webkit-color-swatch {
599
- border-radius: var(--input-border-radius);
600
- border: none;
601
- transition: box-shadow 200ms ease;
602
- }
603
-
604
- input[type="color"]::-moz-color-swatch {
605
- border-radius: var(--input-border-radius);
606
- border: none;
607
- transition: box-shadow 200ms ease;
608
- }
609
-
610
- input[type="color"]::-webkit-color-swatch:hover {
611
- box-shadow: inset 0 0 10px #00000050;
612
- }
613
-
614
- input[type="color"]::-moz-color-swatch:hover {
615
- box-shadow: inset 0 0 10px #00000050;
616
- }
617
-
618
- .ellipsis {
619
- overflow: hidden;
620
- display: block;
621
- width: 100%;
622
- text-overflow: ellipsis;
623
- }
624
513
 
625
514
  @media screen and (max-width: 1000px) {
626
- :root {
627
- /* --input-font-size: 16px;
628
- --input-height: 46px;
629
- --btn-height: 46px; */
630
- }
631
-
632
515
  .entity-container {
633
516
  grid-template-columns: minmax(22vw, 1fr) 2fr;
634
517
  }
@@ -679,7 +562,6 @@ input[type="color"]::-moz-color-swatch:hover {
679
562
  }
680
563
 
681
564
  .login-card {
682
- /* padding: 1rem 2.3rem; */
683
565
  width: 94%;
684
566
  max-width: 400px;
685
567
  }
@@ -721,16 +603,4 @@ input[type="color"]::-moz-color-swatch:hover {
721
603
  font-weight: 400;
722
604
  margin-inline-start: 0.5rem;
723
605
  }
724
-
725
- .txt20 {
726
- font-size: 18px;
727
- }
728
-
729
- .txt16 {
730
- font-size: 14px;
731
- }
732
-
733
- .txt14 {
734
- font-size: 12px;
735
- }
736
606
  }