@appartmint/mint 2.7.7 → 2.7.9

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/css/mint.css CHANGED
@@ -634,10 +634,9 @@ body.mint-fixed #mint-header {
634
634
  min-height: calc(100vh - var(--mint-header-height) + 10rem);
635
635
  gap: 2rem;
636
636
  position: relative;
637
+ }
638
+ .mint-section-full {
637
639
  top: -4px;
638
- left: -4px;
639
- width: calc(100% + 8px);
640
- padding: 4px;
641
640
  }
642
641
  @media (min-width: 480px) {
643
642
  .mint-section-full {
@@ -649,6 +648,9 @@ body.mint-fixed #mint-header {
649
648
  top: -16px;
650
649
  }
651
650
  }
651
+ .mint-section-full {
652
+ left: -4px;
653
+ }
652
654
  @media (min-width: 480px) {
653
655
  .mint-section-full {
654
656
  left: calc(-4px + -12 * (100vw - 480px) / 288);
@@ -659,6 +661,9 @@ body.mint-fixed #mint-header {
659
661
  left: -16px;
660
662
  }
661
663
  }
664
+ .mint-section-full {
665
+ width: calc(100% + 8px);
666
+ }
662
667
  @media (min-width: 480px) {
663
668
  .mint-section-full {
664
669
  width: calc(100% + 8px + 24 * (100vw - 480px) / 288);
@@ -669,6 +674,9 @@ body.mint-fixed #mint-header {
669
674
  width: calc(100% + 32px);
670
675
  }
671
676
  }
677
+ .mint-section-full {
678
+ padding: 4px;
679
+ }
672
680
  @media (min-width: 480px) {
673
681
  .mint-section-full {
674
682
  padding: calc(4px + 12 * (100vw - 480px) / 288);
@@ -704,8 +712,6 @@ body.mint-fixed #mint-header {
704
712
 
705
713
  .mint-landing {
706
714
  top: -4px;
707
- left: -4px;
708
- width: calc(100% + 8px);
709
715
  }
710
716
  @media (min-width: 480px) {
711
717
  .mint-landing {
@@ -717,6 +723,9 @@ body.mint-fixed #mint-header {
717
723
  top: -16px;
718
724
  }
719
725
  }
726
+ .mint-landing {
727
+ left: -4px;
728
+ }
720
729
  @media (min-width: 480px) {
721
730
  .mint-landing {
722
731
  left: calc(-4px + -12 * (100vw - 480px) / 288);
@@ -727,6 +736,9 @@ body.mint-fixed #mint-header {
727
736
  left: -16px;
728
737
  }
729
738
  }
739
+ .mint-landing {
740
+ width: calc(100% + 8px);
741
+ }
730
742
  @media (min-width: 480px) {
731
743
  .mint-landing {
732
744
  width: calc(100% + 8px + 24 * (100vw - 480px) / 288);
@@ -748,6 +760,8 @@ body.mint-fixed #mint-header {
748
760
  width: 100%;
749
761
  margin: 0;
750
762
  min-height: calc(100vh - var(--mint-header-height));
763
+ }
764
+ .mint-landing .mint-section-full {
751
765
  padding: 16px;
752
766
  }
753
767
  @media (min-width: 480px) {
@@ -1529,6 +1543,8 @@ app-root {
1529
1543
  flex-grow: 1;
1530
1544
  width: 100%;
1531
1545
  padding: 0.25rem;
1546
+ }
1547
+ :root main > router-outlet + * {
1532
1548
  padding: 4px;
1533
1549
  }
1534
1550
  @media (min-width: 480px) {
@@ -1755,7 +1771,6 @@ body.mint-fixed main {
1755
1771
  }
1756
1772
 
1757
1773
  main {
1758
- padding: 4px;
1759
1774
  display: flex;
1760
1775
  flex-direction: column;
1761
1776
  position: relative;
@@ -1765,6 +1780,9 @@ main {
1765
1780
  overflow: hidden;
1766
1781
  z-index: 999;
1767
1782
  }
1783
+ main {
1784
+ padding: 4px;
1785
+ }
1768
1786
  @media (min-width: 480px) {
1769
1787
  main {
1770
1788
  padding: calc(4px + 12 * (100vw - 480px) / 288);
@@ -2124,9 +2142,6 @@ textarea {
2124
2142
  flex-shrink: 0;
2125
2143
  }
2126
2144
 
2127
- .mint-pad {
2128
- padding: 0.5rem;
2129
- }
2130
2145
  .mint-pad-auto {
2131
2146
  padding-left: auto;
2132
2147
  padding-right: auto;
@@ -2398,6 +2413,9 @@ textarea {
2398
2413
  .mint-pad-r6 {
2399
2414
  padding-right: 6rem;
2400
2415
  }
2416
+ .mint-pad {
2417
+ padding: 0.5rem;
2418
+ }
2401
2419
  .mint-pad-xs {
2402
2420
  padding: 0;
2403
2421
  }
@@ -2582,9 +2600,6 @@ textarea {
2582
2600
  }
2583
2601
  }
2584
2602
 
2585
- .mint-margin {
2586
- margin: 0.5rem;
2587
- }
2588
2603
  .mint-margin-auto {
2589
2604
  margin-left: auto;
2590
2605
  margin-right: auto;
@@ -2856,6 +2871,9 @@ textarea {
2856
2871
  .mint-margin-r6 {
2857
2872
  margin-right: 6rem;
2858
2873
  }
2874
+ .mint-margin {
2875
+ margin: 0.5rem;
2876
+ }
2859
2877
  .mint-margin-xs {
2860
2878
  margin: 0;
2861
2879
  }
@@ -3772,12 +3790,12 @@ a.mint-active .fa-vimeo {
3772
3790
  --amplify-colors-font-hover: var(--mint-brand-3);
3773
3791
  --amplify-colors-font-interactive: var(--mint-brand-5);
3774
3792
  --amplify-colors-font-primary: var(--mint-fore);
3775
- --amplify-components-fieldcontrol-color: var(--amplify-colors-font-primary);
3776
3793
  --amplify-colors-font-secondary: var(--mint-brand-6);
3777
3794
  --amplify-colors-font-error: var(--mint-danger-5);
3778
3795
  --amplify-colors-font-warning: var(--mint-warning);
3779
3796
  --amplify-colors-font-success: var(--mint-success);
3780
3797
  --amplify-colors-font-info: var(--mint-info);
3798
+ --amplify-components-fieldcontrol-color: var(--amplify-colors-font-primary);
3781
3799
  --amplify-border-widths-small: 0.125rem;
3782
3800
  }
3783
3801
  :root:root [amplify-button] {