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