@appartmint/mint 1.2.3 → 1.2.5

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
@@ -1381,7 +1381,7 @@ main > router-outlet {
1381
1381
  }
1382
1382
  @media (min-width: 480px) {
1383
1383
  :root main > router-outlet + * {
1384
- padding: calc(4px + 12 * ((100vw - 480px) / 288));
1384
+ padding: calc(4px + 12 * (100vw - 480px) / 288);
1385
1385
  }
1386
1386
  }
1387
1387
  @media (min-width: 768px) {
@@ -1595,6 +1595,16 @@ iframe {
1595
1595
  .mint-grid .mint-portrait {
1596
1596
  grid-row: span 2;
1597
1597
  }
1598
+ @media (min-width: 768px) {
1599
+ .mint-grid .mint-landscape {
1600
+ grid-column: span 2;
1601
+ }
1602
+ }
1603
+ @media (min-width: 1200px) {
1604
+ .mint-grid .mint-landscape {
1605
+ grid-column: span 3;
1606
+ }
1607
+ }
1598
1608
 
1599
1609
  i.fa-envelope {
1600
1610
  transform: translateY(5%);
@@ -2785,6 +2795,15 @@ textarea {
2785
2795
  float: right;
2786
2796
  }
2787
2797
 
2798
+ .mint-full-page {
2799
+ display: flex;
2800
+ flex-direction: column;
2801
+ align-items: center;
2802
+ justify-content: center;
2803
+ min-height: calc(100vh - var(--mint-header-height));
2804
+ min-height: calc(100dvh - var(--mint-header-height));
2805
+ }
2806
+
2788
2807
  html, body {
2789
2808
  font-family: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2790
2809
  font-size: 1rem;
@@ -3005,6 +3024,10 @@ p, .mint-p {
3005
3024
  height: fit-content;
3006
3025
  }
3007
3026
 
3027
+ .mint-overlay .mint-border::before, .mint-overlay .mint-frame::before, .mint-overlay .mint-card .mint-content::before, .mint-card .mint-overlay .mint-content::before, .mint-overlay .mint-texture::before {
3028
+ z-index: 100;
3029
+ }
3030
+
3008
3031
  :root {
3009
3032
  --mint-bitcoin: #FF9900;
3010
3033
  --mint-ethereum: #3C3C3D;
@@ -3033,19 +3056,19 @@ p, .mint-p {
3033
3056
  --mint-instagram-6: #e95950;
3034
3057
  --mint-black: #000;
3035
3058
  --mint-black-0: black;
3036
- --mint-black-1: #1a1a1a;
3059
+ --mint-black-1: rgb(25.5, 25.5, 25.5);
3037
3060
  --mint-black-2: #333333;
3038
- --mint-black-3: #4d4d4d;
3061
+ --mint-black-3: rgb(76.5, 76.5, 76.5);
3039
3062
  --mint-black-4: #666666;
3040
- --mint-black-5: gray;
3063
+ --mint-black-5: rgb(127.5, 127.5, 127.5);
3041
3064
  --mint-black-6: #999999;
3042
3065
  --mint-white: #fff;
3043
3066
  --mint-white-0: white;
3044
- --mint-white-1: #e6e6e6;
3067
+ --mint-white-1: rgb(229.5, 229.5, 229.5);
3045
3068
  --mint-white-2: #cccccc;
3046
- --mint-white-3: #b3b3b3;
3069
+ --mint-white-3: rgb(178.5, 178.5, 178.5);
3047
3070
  --mint-white-4: #999999;
3048
- --mint-white-5: gray;
3071
+ --mint-white-5: rgb(127.5, 127.5, 127.5);
3049
3072
  --mint-white-6: #666666;
3050
3073
  --mint-glow: rgba(255, 255, 255, 0);
3051
3074
  --mint-glow-0: rgba(255, 255, 255, 0);
@@ -3064,29 +3087,29 @@ p, .mint-p {
3064
3087
  --mint-shadow-5: rgba(0, 0, 0, 0.5);
3065
3088
  --mint-shadow-6: rgba(0, 0, 0, 0.6);
3066
3089
  --mint-brand: #bada55;
3067
- --mint-brand-0: #edf5d3;
3068
- --mint-brand-1: #dceca9;
3069
- --mint-brand-2: #cbe37f;
3090
+ --mint-brand-0: rgb(237, 245.347826087, 210.652173913);
3091
+ --mint-brand-1: rgb(220, 236.231884058, 168.768115942);
3092
+ --mint-brand-2: rgb(203, 227.115942029, 126.884057971);
3070
3093
  --mint-brand-3: #bada55;
3071
- --mint-brand-4: #a8cf2d;
3072
- --mint-brand-5: #86a524;
3073
- --mint-brand-6: #647b1b;
3094
+ --mint-brand-4: rgb(168, 206.9565217391, 45.0434782609);
3095
+ --mint-brand-5: rgb(134, 165.0724637681, 35.9275362319);
3096
+ --mint-brand-6: rgb(100, 123.1884057971, 26.8115942029);
3074
3097
  --mint-accent: #483d8b;
3075
- --mint-accent-0: #9b92cf;
3076
- --mint-accent-1: #7a6ec0;
3077
- --mint-accent-2: #5a4dae;
3098
+ --mint-accent-0: rgb(154.52, 145.885, 207.115);
3099
+ --mint-accent-1: rgb(121.88, 110.44, 191.56);
3100
+ --mint-accent-2: rgb(90.36, 76.555, 174.445);
3078
3101
  --mint-accent-3: #483d8b;
3079
- --mint-accent-4: #362d68;
3080
- --mint-accent-5: #231e44;
3081
- --mint-accent-6: #110e21;
3102
+ --mint-accent-4: rgb(53.64, 45.445, 103.555);
3103
+ --mint-accent-5: rgb(35.28, 29.89, 68.11);
3104
+ --mint-accent-6: rgb(16.92, 14.335, 32.665);
3082
3105
  --mint-success: #208a20;
3083
- --mint-success-0: #67dc67;
3084
- --mint-success-1: #3ed23e;
3085
- --mint-success-2: #2ab32a;
3106
+ --mint-success-0: rgb(103.2, 219.8, 103.2);
3107
+ --mint-success-1: rgb(61.8, 210.2, 61.8);
3108
+ --mint-success-2: rgb(41.6, 179.4, 41.6);
3086
3109
  --mint-success-3: #208a20;
3087
- --mint-success-4: #166116;
3088
- --mint-success-5: #0d370d;
3089
- --mint-success-6: #030e03;
3110
+ --mint-success-4: rgb(22.4, 96.6, 22.4);
3111
+ --mint-success-5: rgb(12.8, 55.2, 12.8);
3112
+ --mint-success-6: rgb(3.2, 13.8, 3.2);
3090
3113
  --mint-danger: #ff4d4d;
3091
3114
  --mint-danger-0: #ffe6e6;
3092
3115
  --mint-danger-1: #ffb3b3;
@@ -3096,37 +3119,37 @@ p, .mint-p {
3096
3119
  --mint-danger-5: #e60000;
3097
3120
  --mint-danger-6: #b30000;
3098
3121
  --mint-warning: #ffaa22;
3099
- --mint-warning-0: #ffe5bb;
3100
- --mint-warning-1: #ffd188;
3101
- --mint-warning-2: #ffbe55;
3122
+ --mint-warning-0: rgb(255, 228.8461538462, 187);
3123
+ --mint-warning-1: rgb(255, 209.2307692308, 136);
3124
+ --mint-warning-2: rgb(255, 189.6153846154, 85);
3102
3125
  --mint-warning-3: #ffaa22;
3103
- --mint-warning-4: #ee9200;
3104
- --mint-warning-5: #bb7300;
3105
- --mint-warning-6: #885400;
3126
+ --mint-warning-4: rgb(238, 146.4615384615, 0);
3127
+ --mint-warning-5: rgb(187, 115.0769230769, 0);
3128
+ --mint-warning-6: rgb(136, 83.6923076923, 0);
3106
3129
  --mint-info: #bada55;
3107
- --mint-info-0: #edf5d3;
3108
- --mint-info-1: #dceca9;
3109
- --mint-info-2: #cbe37f;
3130
+ --mint-info-0: rgb(237, 245.347826087, 210.652173913);
3131
+ --mint-info-1: rgb(220, 236.231884058, 168.768115942);
3132
+ --mint-info-2: rgb(203, 227.115942029, 126.884057971);
3110
3133
  --mint-info-3: #bada55;
3111
- --mint-info-4: #a8cf2d;
3112
- --mint-info-5: #86a524;
3113
- --mint-info-6: #647b1b;
3134
+ --mint-info-4: rgb(168, 206.9565217391, 45.0434782609);
3135
+ --mint-info-5: rgb(134, 165.0724637681, 35.9275362319);
3136
+ --mint-info-6: rgb(100, 123.1884057971, 26.8115942029);
3114
3137
  }
3115
3138
 
3116
3139
  :root {
3117
- --mint-fore: #1a1a1a;
3118
- --mint-back: #e6e6e6;
3140
+ --mint-fore: rgb(25.5, 25.5, 25.5);
3141
+ --mint-back: rgb(229.5, 229.5, 229.5);
3119
3142
  }
3120
3143
 
3121
3144
  .mint-dark {
3122
- --mint-fore: #e6e6e6;
3123
- --mint-back: #1a1a1a;
3145
+ --mint-fore: rgb(229.5, 229.5, 229.5);
3146
+ --mint-back: rgb(25.5, 25.5, 25.5);
3124
3147
  color: var(--mint-fore);
3125
3148
  }
3126
3149
 
3127
3150
  .mint-light {
3128
- --mint-fore: #1a1a1a;
3129
- --mint-back: #e6e6e6;
3151
+ --mint-fore: rgb(25.5, 25.5, 25.5);
3152
+ --mint-back: rgb(229.5, 229.5, 229.5);
3130
3153
  color: var(--mint-fore);
3131
3154
  }
3132
3155