@quidgest/ui 0.16.21 → 0.16.22

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/dist/ui.css CHANGED
@@ -274,6 +274,15 @@ a:focus {
274
274
  outline: 2px solid rgb(var(--q-theme-info-rgb)/50%);
275
275
  }
276
276
 
277
+ h1,
278
+ h2,
279
+ h3,
280
+ h4,
281
+ h5,
282
+ h6 {
283
+ text-transform: uppercase;
284
+ }
285
+
277
286
  .fade-enter-from,
278
287
  .fade-leave-to {
279
288
  opacity: 0;
@@ -1468,7 +1477,6 @@ a:focus {
1468
1477
  }
1469
1478
  .q-collapsible__btn .q-button__content h4 {
1470
1479
  margin: 0;
1471
- text-transform: uppercase;
1472
1480
  }
1473
1481
  .q-collapsible__title {
1474
1482
  display: flex;