@appartmint/mint 2.1.5 → 2.1.7

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
@@ -262,6 +262,7 @@
262
262
  }
263
263
  .mint-btn-icon i::before {
264
264
  transition: color var(--mint-delay-default);
265
+ padding: 2px;
265
266
  }
266
267
  .mint-btn-group {
267
268
  display: flex;
@@ -625,6 +626,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
625
626
  flex-wrap: wrap;
626
627
  align-items: center;
627
628
  justify-content: space-between;
629
+ gap: 0.5rem;
628
630
  }
629
631
  @media (min-width: 768px) {
630
632
  .mint-footer-content {
@@ -671,6 +673,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
671
673
  flex-direction: column;
672
674
  align-items: center;
673
675
  justify-content: space-between;
676
+ gap: 0.5rem;
674
677
  padding: 0.4rem 1rem;
675
678
  color: var(--mint-back);
676
679
  background: var(--mint-brand-6);
@@ -681,6 +684,20 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
681
684
  flex-direction: row;
682
685
  }
683
686
  }
687
+ .mint-footer-heel > * {
688
+ width: 100%;
689
+ }
690
+ @media (min-width: 768px) {
691
+ .mint-footer-heel p {
692
+ text-align: left;
693
+ }
694
+ }
695
+ .mint-footer-social {
696
+ display: flex;
697
+ align-items: center;
698
+ justify-content: center;
699
+ flex-wrap: wrap;
700
+ }
684
701
  .mint-footer-message {
685
702
  display: flex;
686
703
  align-items: center;
@@ -692,6 +709,11 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
692
709
  flex-wrap: nowrap;
693
710
  }
694
711
  }
712
+ @media (min-width: 768px) {
713
+ .mint-footer-message {
714
+ justify-content: flex-end;
715
+ }
716
+ }
695
717
  .mint-footer-message > .mint-pill {
696
718
  margin: 0 0.25rem;
697
719
  }