@appartmint/mint 2.1.5 → 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/package.json
CHANGED
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
flex-direction: column;
|
|
97
97
|
align-items: center;
|
|
98
98
|
justify-content: space-between;
|
|
99
|
+
gap: 0.5rem;
|
|
99
100
|
padding: 0.4rem 1rem;
|
|
100
101
|
color: css-var($footer-heel-fore);
|
|
101
102
|
background: css-var($footer-heel-back);
|
|
@@ -104,6 +105,23 @@
|
|
|
104
105
|
@include break(sm) {
|
|
105
106
|
flex-direction: row;
|
|
106
107
|
}
|
|
108
|
+
|
|
109
|
+
& > * {
|
|
110
|
+
width: 100%;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
p {
|
|
114
|
+
@include break(sm) {
|
|
115
|
+
text-align: left;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&-social {
|
|
121
|
+
display: flex;
|
|
122
|
+
align-items: center;
|
|
123
|
+
justify-content: center;
|
|
124
|
+
flex-wrap: wrap;
|
|
107
125
|
}
|
|
108
126
|
|
|
109
127
|
&-message {
|
|
@@ -116,6 +134,10 @@
|
|
|
116
134
|
flex-wrap: nowrap;
|
|
117
135
|
}
|
|
118
136
|
|
|
137
|
+
@include break(sm) {
|
|
138
|
+
justify-content: flex-end;
|
|
139
|
+
}
|
|
140
|
+
|
|
119
141
|
&>#{class(pill)} {
|
|
120
142
|
margin: 0 0.25rem;
|
|
121
143
|
}
|