Sha256: e6b3d2e3d408be258750ee30ae7662d8c4265cc89416dfa6d324ba6ddcfca0e9

Contents?: true

Size: 914 Bytes

Versions: 3

Compression:

Stored size: 914 Bytes

Contents

@layer components {
  [data-coco][data-component="app-plan-confirmation"] {
    @apply @container;
    max-width: 37rem;

    .plan-confirmation-grid {
      @apply grid gap-4;
    }

    .plan-confirmation-new-plan {
      order: 1;
    }

    .plan-confirmation-old-plan {
      @apply hidden;
    }

    .plan-confirmation-secondary-action {
      order: 3;
    }

    .plan-confirmation-primary-action {
      order: 2;
    }

    @container (min-width: 420px) {
      [data-component="app-plan-card"] {
        @apply h-full;
      }

      .plan-confirmation-grid {
        @apply gap-8 grid-cols-2;
      }

      .plan-confirmation-new-plan {
        order: 2;
      }

      .plan-confirmation-old-plan {
        @apply block;
        order: 1;
      }

      .plan-confirmation-secondary-action {
        order: 3;
      }

      .plan-confirmation-primary-action {
        order: 4;
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coveragebook_components-0.16.0 app/components/coco/app/plan_confirmation/plan_confirmation.css
coveragebook_components-0.15.0 app/components/coco/app/plan_confirmation/plan_confirmation.css
coveragebook_components-0.14.0 app/components/coco/app/plan_confirmation/plan_confirmation.css