@appartmint/mint 2.7.1 → 2.7.3

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
@@ -1863,6 +1863,9 @@ iframe {
1863
1863
  margin-top: 2rem;
1864
1864
  margin-bottom: 2rem;
1865
1865
  }
1866
+ .mint-grid.mint-1 > * {
1867
+ grid-column: span 1 !important;
1868
+ }
1866
1869
  @media (min-width: 768px) {
1867
1870
  .mint-grid.mint-2 {
1868
1871
  grid-template-columns: repeat(12, 1fr);
@@ -3774,9 +3777,6 @@ a.mint-active .fa-vimeo {
3774
3777
  --amplify-colors-font-info: var(--mint-info);
3775
3778
  --amplify-border-widths-small: 0.125rem;
3776
3779
  }
3777
- :root:root [data-amplify-authenticator] [data-amplify-container] [data-amplify-router] {
3778
- border: none;
3779
- }
3780
3780
  :root:root [amplify-button] {
3781
3781
  margin: auto;
3782
3782
  }