@quidgest/ui 0.16.14 → 0.16.15

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
@@ -2642,6 +2642,7 @@ body *::-webkit-scrollbar-track {
2642
2642
  .q-dialog__body-text {
2643
2643
  display: flex;
2644
2644
  justify-content: center;
2645
+ text-align: center;
2645
2646
  padding: 0.25rem 1rem;
2646
2647
  }
2647
2648
  .q-dialog__footer {
@@ -2663,6 +2664,18 @@ body *::-webkit-scrollbar-track {
2663
2664
  .q-dialog__underlay {
2664
2665
  background-color: rgb(var(--q-theme-on-background-rgb)/30%);
2665
2666
  }
2667
+ .q-dialog__input {
2668
+ padding: 0.25rem 1rem;
2669
+ }
2670
+ .q-dialog .q-field--invalid .q-field__extras {
2671
+ display: flex;
2672
+ align-items: center;
2673
+ gap: 0.25rem;
2674
+ color: var(--q-theme-danger);
2675
+ }
2676
+ .q-dialog .q-field--invalid .q-field__extras svg {
2677
+ fill: var(--q-theme-danger);
2678
+ }
2666
2679
 
2667
2680
  .q-divider {
2668
2681
  display: flex;