@appartmint/mint 1.0.2 → 1.0.4

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
@@ -211,6 +211,8 @@
211
211
  .mint-btn-icon {
212
212
  display: block;
213
213
  text-align: center;
214
+ background: none;
215
+ border: none;
214
216
  }
215
217
  .mint-btn-icon:hover i {
216
218
  color: var(--mint-accent-2);
@@ -226,10 +228,13 @@
226
228
  display: inline-block;
227
229
  }
228
230
  }
231
+ .mint-btn-icon.mint-lg i {
232
+ font-size: 4rem;
233
+ }
229
234
  .mint-btn-icon i {
230
235
  margin: 0 !important;
231
236
  color: var(--mint-brand-4);
232
- font-size: 4rem;
237
+ font-size: 1.5rem;
233
238
  }
234
239
  .mint-btn-icon i::before {
235
240
  transition: color var(--mint-delay-default);
@@ -1131,6 +1136,13 @@ app-footer::before {
1131
1136
  visibility: hidden;
1132
1137
  }
1133
1138
 
1139
+ .mint-table .mint-actions {
1140
+ display: flex;
1141
+ align-items: center;
1142
+ justify-content: flex-end;
1143
+ gap: 1rem;
1144
+ }
1145
+
1134
1146
  @keyframes instafade {
1135
1147
  0% {
1136
1148
  color: var(--mint-instagram-0);
@@ -1254,11 +1266,14 @@ app-footer::before {
1254
1266
  box-sizing: border-box;
1255
1267
  }
1256
1268
 
1269
+ html {
1270
+ overflow-x: hidden;
1271
+ }
1272
+
1257
1273
  html,
1258
1274
  body {
1259
1275
  color: var(--mint-fore);
1260
1276
  background-color: var(--mint-back);
1261
- overflow-x: hidden;
1262
1277
  min-height: 100vh;
1263
1278
  margin: 0;
1264
1279
  padding: 0;
@@ -1274,11 +1289,11 @@ body.mint-fixed main {
1274
1289
  min-height: 100vh;
1275
1290
  padding-top: var(--mint-header-height);
1276
1291
  }
1277
- body.mint-ready mint-root {
1292
+ body.mint-ready app-root {
1278
1293
  opacity: 1;
1279
1294
  }
1280
1295
 
1281
- mint-root {
1296
+ app-root {
1282
1297
  display: block;
1283
1298
  position: relative;
1284
1299
  opacity: 0;