@quidgest/ui 0.7.11 → 0.7.13

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
@@ -544,16 +544,11 @@ body *::-webkit-scrollbar-track {
544
544
  align-items: flex-end;
545
545
  height: 31.89px;
546
546
  }
547
- .q-input-group__prepend .q-btn, .q-input-group__append .q-btn {
548
- justify-content: center;
549
- }
550
547
  .q-input-group__prepend > *, .q-input-group__append > * {
551
548
  border-radius: 0;
552
549
  min-width: 40px;
553
550
  height: 100%;
554
- }
555
- .q-input-group__prepend > * + *, .q-input-group__append > * + * {
556
- margin-left: -1px;
551
+ justify-content: center;
557
552
  }
558
553
  .q-input-group__prepend > span, .q-input-group__append > span {
559
554
  display: flex;
@@ -567,6 +562,9 @@ body *::-webkit-scrollbar-track {
567
562
  color: var(--q-theme-primary);
568
563
  white-space: nowrap;
569
564
  }
565
+ .q-input-group__prepend > * + *, .q-input-group__append > * + * {
566
+ margin-left: -1px;
567
+ }
570
568
  .q-input-group > * {
571
569
  border-radius: 0;
572
570
  }