@appartmint/mint 0.12.14 → 0.12.15
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
|
@@ -254,29 +254,17 @@ p .mint-pill, p .mint-btn {
|
|
|
254
254
|
vertical-align: middle;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
.mint-buttons {
|
|
258
|
-
gap: 1rem;
|
|
259
|
-
}
|
|
260
257
|
.mint-buttons {
|
|
261
258
|
display: flex;
|
|
262
259
|
align-items: center;
|
|
263
|
-
justify-content: flex-start;
|
|
264
|
-
flex-wrap: wrap;
|
|
265
|
-
}
|
|
266
|
-
.mint-buttons.mint-center {
|
|
267
260
|
justify-content: center;
|
|
261
|
+
flex-wrap: wrap;
|
|
262
|
+
gap: 1rem;
|
|
268
263
|
}
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
justify-content: space-between;
|
|
274
|
-
}
|
|
275
|
-
.mint-buttons.mint-around {
|
|
276
|
-
justify-content: space-around;
|
|
277
|
-
}
|
|
278
|
-
.mint-buttons.mint-even {
|
|
279
|
-
justify-content: space-evenly;
|
|
264
|
+
@media (min-width: 480px) {
|
|
265
|
+
.mint-buttons {
|
|
266
|
+
justify-content: flex-start;
|
|
267
|
+
}
|
|
280
268
|
}
|
|
281
269
|
.mint-buttons > * {
|
|
282
270
|
width: 100%;
|
|
@@ -289,9 +277,6 @@ p .mint-pill, p .mint-btn {
|
|
|
289
277
|
width: auto;
|
|
290
278
|
}
|
|
291
279
|
}
|
|
292
|
-
.mint-buttons.mint-even {
|
|
293
|
-
justify-content: space-evenly;
|
|
294
|
-
}
|
|
295
280
|
.mint-buttons .mint-buttons .mint-pill {
|
|
296
281
|
width: 100%;
|
|
297
282
|
}
|