@appartmint/mint 2.1.4 → 2.1.6
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 +27 -7
- package/dist/css/mint.css.map +1 -1
- package/dist/css/mint.min.css +1 -1
- package/dist/css/mint.min.css.map +1 -1
- package/dist/js/imports/components/header.d.ts +4 -0
- package/dist/js/imports/components/header.d.ts.map +1 -1
- package/dist/js/index.js +21 -1
- package/dist/js/index.js.map +1 -1
- package/dist/js/index.min.js +1 -1
- package/dist/js/index.min.js.map +1 -1
- package/package.json +1 -1
- package/src/scss/imports/components/_footer.scss +22 -0
- package/src/scss/imports/components/_header.scss +4 -4
- package/src/scss/imports/global/_texture.scss +1 -0
- package/src/scss/imports/util/_util.scss +3 -2
- package/src/scss/imports/util/_vars.scss +12 -9
package/dist/css/mint.css
CHANGED
|
@@ -671,6 +671,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
671
671
|
flex-direction: column;
|
|
672
672
|
align-items: center;
|
|
673
673
|
justify-content: space-between;
|
|
674
|
+
gap: 0.5rem;
|
|
674
675
|
padding: 0.4rem 1rem;
|
|
675
676
|
color: var(--mint-back);
|
|
676
677
|
background: var(--mint-brand-6);
|
|
@@ -681,6 +682,20 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
681
682
|
flex-direction: row;
|
|
682
683
|
}
|
|
683
684
|
}
|
|
685
|
+
.mint-footer-heel > * {
|
|
686
|
+
width: 100%;
|
|
687
|
+
}
|
|
688
|
+
@media (min-width: 768px) {
|
|
689
|
+
.mint-footer-heel p {
|
|
690
|
+
text-align: left;
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
.mint-footer-social {
|
|
694
|
+
display: flex;
|
|
695
|
+
align-items: center;
|
|
696
|
+
justify-content: center;
|
|
697
|
+
flex-wrap: wrap;
|
|
698
|
+
}
|
|
684
699
|
.mint-footer-message {
|
|
685
700
|
display: flex;
|
|
686
701
|
align-items: center;
|
|
@@ -692,6 +707,11 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
692
707
|
flex-wrap: nowrap;
|
|
693
708
|
}
|
|
694
709
|
}
|
|
710
|
+
@media (min-width: 768px) {
|
|
711
|
+
.mint-footer-message {
|
|
712
|
+
justify-content: flex-end;
|
|
713
|
+
}
|
|
714
|
+
}
|
|
695
715
|
.mint-footer-message > .mint-pill {
|
|
696
716
|
margin: 0 0.25rem;
|
|
697
717
|
}
|
|
@@ -824,14 +844,14 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
824
844
|
margin: 0.25rem 0;
|
|
825
845
|
}
|
|
826
846
|
}
|
|
827
|
-
@media (max-width:
|
|
847
|
+
@media (max-width: 767px) {
|
|
828
848
|
#mint-header.mint-spread #mint-wrapper [aria-controls] {
|
|
829
849
|
display: none;
|
|
830
850
|
}
|
|
831
851
|
#mint-header.mint-spread #mint-wrapper [aria-controls] + ul {
|
|
832
852
|
display: flex !important;
|
|
833
853
|
height: auto !important;
|
|
834
|
-
margin-bottom: 3rem
|
|
854
|
+
margin-bottom: 3rem;
|
|
835
855
|
}
|
|
836
856
|
#mint-header.mint-spread #mint-wrapper [aria-controls] + ul > li:first-child {
|
|
837
857
|
font-size: 1.5em;
|
|
@@ -1068,7 +1088,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1068
1088
|
margin-bottom: 0;
|
|
1069
1089
|
}
|
|
1070
1090
|
#mint-header #mint-wrapper ul li:last-child ul {
|
|
1071
|
-
margin-bottom: 0;
|
|
1091
|
+
margin-bottom: 0 !important;
|
|
1072
1092
|
}
|
|
1073
1093
|
#mint-header .mint-buttons {
|
|
1074
1094
|
flex-wrap: nowrap;
|
|
@@ -3179,7 +3199,7 @@ p, .mint-p {
|
|
|
3179
3199
|
.mint-disclaim {
|
|
3180
3200
|
font-size: 0.875rem;
|
|
3181
3201
|
}
|
|
3182
|
-
@media (max-width:
|
|
3202
|
+
@media (max-width: 479px) {
|
|
3183
3203
|
.mint-disclaim {
|
|
3184
3204
|
text-align: center;
|
|
3185
3205
|
}
|
|
@@ -3549,7 +3569,7 @@ a.mint-active .fa-vimeo {
|
|
|
3549
3569
|
justify-content: space-around;
|
|
3550
3570
|
gap: 1rem;
|
|
3551
3571
|
}
|
|
3552
|
-
@media (max-width:
|
|
3572
|
+
@media (max-width: 767px) {
|
|
3553
3573
|
.fc .fc-toolbar-title {
|
|
3554
3574
|
font-size: 1.25rem;
|
|
3555
3575
|
}
|
|
@@ -3563,12 +3583,12 @@ a.mint-active .fa-vimeo {
|
|
|
3563
3583
|
.fc .fc-list-table {
|
|
3564
3584
|
--fc-list-event-hover-bg-color: var(--mint-brand-4);
|
|
3565
3585
|
}
|
|
3566
|
-
@media (max-width:
|
|
3586
|
+
@media (max-width: 767px) {
|
|
3567
3587
|
.fc .fc-list-table {
|
|
3568
3588
|
word-break: normal;
|
|
3569
3589
|
}
|
|
3570
3590
|
}
|
|
3571
|
-
@media (max-width:
|
|
3591
|
+
@media (max-width: 479px) {
|
|
3572
3592
|
.fc .fc-list-table .fc-list-event-time {
|
|
3573
3593
|
white-space: normal;
|
|
3574
3594
|
}
|