frankenstyle 0.1.2 → 0.1.4

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.
@@ -2488,10 +2488,13 @@
2488
2488
  }
2489
2489
  .uk-form-stacked .uk-form-label {
2490
2490
  display: block;
2491
- margin-bottom: 5px;
2491
+ margin-bottom: 0.5rem;
2492
2492
  }
2493
- .uk-form-icon {
2493
+ .uk-form-icon,
2494
+ .uk-input {
2494
2495
  --uk-form-icon-width: 2.5rem;
2496
+ }
2497
+ .uk-form-icon {
2495
2498
  position: absolute;
2496
2499
  top: 0;
2497
2500
  bottom: 0;
@@ -5533,11 +5536,16 @@
5533
5536
  margin-right: -40px;
5534
5537
  }
5535
5538
  }
5536
- @media (max-width: 48rem) {
5537
- .uk-form-horizontal .uk-form-label {
5538
- display: block;
5539
- margin: 0 0 5px 0;
5539
+ @media (max-width: 40rem) {
5540
+ .uk-notification {
5541
+ --uk-notification-offset-x: 10px;
5542
+ inset-inline-start: var(--uk-notification-offset-x);
5543
+ inset-inline-end: var(--uk-notification-offset-x);
5544
+ width: auto;
5545
+ margin: 0;
5540
5546
  }
5547
+ }
5548
+ @media (max-width: 48rem) {
5541
5549
  .uk-table-responsive,
5542
5550
  .uk-table-responsive tbody,
5543
5551
  .uk-table-responsive th,
@@ -5598,15 +5606,6 @@
5598
5606
  padding-right: 0;
5599
5607
  }
5600
5608
  }
5601
- @media (max-width: 40rem) {
5602
- .uk-notification {
5603
- --uk-notification-offset-x: 10px;
5604
- inset-inline-start: var(--uk-notification-offset-x);
5605
- inset-inline-end: var(--uk-notification-offset-x);
5606
- width: auto;
5607
- margin: 0;
5608
- }
5609
- }
5610
5609
  @media (min-width: 80rem) {
5611
5610
  .uk-position-large {
5612
5611
  margin: 6rem;