@appartmint/mint 0.15.4 → 0.15.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 CHANGED
@@ -1261,6 +1261,18 @@ i.fa-envelope {
1261
1261
  transform: translateY(5%);
1262
1262
  }
1263
1263
 
1264
+ .mint-toggle {
1265
+ display: flex;
1266
+ flex-direction: column;
1267
+ align-items: center;
1268
+ gap: 0.5rem;
1269
+ }
1270
+ @media (min-width: 480px) {
1271
+ .mint-toggle {
1272
+ flex-direction: row;
1273
+ }
1274
+ }
1275
+
1264
1276
  .mint-check {
1265
1277
  position: relative;
1266
1278
  display: inline-block;