@appartmint/mint 1.0.7 → 1.0.8

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
@@ -3212,4 +3212,101 @@ a:active .fa-vimeo, a.mint-active .fa-vimeo {
3212
3212
  color: var(--mint-venmo);
3213
3213
  }
3214
3214
 
3215
+ :root:root:root {
3216
+ --amplify-colors-background-error: var(--mint-glow-0);
3217
+ --amplify-colors-border-primary: var(--mint-brand-1);
3218
+ --amplify-colors-border-focus: var(--mint-brand-3);
3219
+ --amplify-colors-font-hover: var(--mint-brand-0);
3220
+ --amplify-colors-font-interactive: var(--mint-brand-1);
3221
+ --amplify-colors-font-primary: var(--mint-white);
3222
+ --amplify-colors-font-secondary: var(--mint-brand-0);
3223
+ --amplify-colors-font-error: var(--mint-danger);
3224
+ --amplify-colors-font-warning: var(--mint-warning);
3225
+ --amplify-colors-font-success: var(--mint-success);
3226
+ --amplify-colors-font-info: var(--mint-info);
3227
+ --amplify-border-widths-small: $border-width;
3228
+ }
3229
+
3230
+ [data-amplify-authenticator] [data-amplify-container] [data-amplify-router] {
3231
+ border: none;
3232
+ }
3233
+
3234
+ [amplify-button] {
3235
+ margin: auto;
3236
+ }
3237
+
3238
+ .amplify-icon {
3239
+ display: block;
3240
+ }
3241
+
3242
+ .fc {
3243
+ --fc-page-bg-color: var(--mint-brand-6);
3244
+ }
3245
+ .fc .fc-toolbar {
3246
+ flex-wrap: wrap;
3247
+ justify-content: space-around;
3248
+ gap: 1rem;
3249
+ }
3250
+ @media (max-width: 768px) {
3251
+ .fc .fc-toolbar-title {
3252
+ font-size: 1.25rem;
3253
+ }
3254
+ }
3255
+ .fc .fc-timegrid-divider {
3256
+ padding: 0;
3257
+ }
3258
+ .fc .fc-timegrid-slot-minor {
3259
+ border-top-style: groove;
3260
+ }
3261
+ .fc .fc-list-table {
3262
+ --fc-list-event-hover-bg-color: var(--mint-brand-4);
3263
+ }
3264
+ @media (max-width: 768px) {
3265
+ .fc .fc-list-table {
3266
+ word-break: normal;
3267
+ }
3268
+ }
3269
+ @media (max-width: 480px) {
3270
+ .fc .fc-list-table .fc-list-event-time {
3271
+ white-space: normal;
3272
+ }
3273
+ }
3274
+
3275
+ :root:root {
3276
+ --mat-table-background-color: transparent;
3277
+ }
3278
+
3279
+ .cdk-overlay-container .mat-mdc-select-panel {
3280
+ background: var(--mint-brand-4);
3281
+ }
3282
+
3283
+ :root {
3284
+ --swiper-navigation-color: var(--mint-fore);
3285
+ --swiper-pagination-color: var(--mint-brand);
3286
+ --swiper-navigation-size: 2rem;
3287
+ }
3288
+ :root .swiper {
3289
+ max-width: 100%;
3290
+ }
3291
+ @media (min-width: 480px) {
3292
+ :root .swiper {
3293
+ --swiper-navigation-sides-offset: 1rem;
3294
+ }
3295
+ }
3296
+ @media (min-width: 480px) {
3297
+ :root .swiper-slide {
3298
+ padding: 3rem;
3299
+ }
3300
+ }
3301
+ :root .swiper-button-prev::after, :root .swiper-button-next::after {
3302
+ font-family: "Font Awesome 6 Pro";
3303
+ font-weight: 900;
3304
+ }
3305
+ :root .swiper-button-prev::after {
3306
+ content: "\f053";
3307
+ }
3308
+ :root .swiper-button-next::after {
3309
+ content: "\f054";
3310
+ }
3311
+
3215
3312
  /*# sourceMappingURL=mint.css.map*/