@appartmint/mint 1.0.2 → 1.0.3

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);