Sha256: 1fe1d8ac5aedcb7512e12a10af306eac117d05f37b44831b03ba61b28b787961

Contents?: true

Size: 307 Bytes

Versions: 8

Compression:

Stored size: 307 Bytes

Contents

@layer components {
  [data-coco][data-component="confirm-panel"] {
    width: min-content;
    @apply px-5 py-4 text-center max-w-[200px] space-y-4;

    .confirm-text {
      @apply label-sm font-semibold;
    }

    .coco-button {
      border-radius: var(--button-border-radius) !important;
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
coveragebook_components-0.19.8 app/components/coco/buttons/confirm_panel/confirm_panel.css
coveragebook_components-0.19.7 app/components/coco/buttons/confirm_panel/confirm_panel.css
coveragebook_components-0.19.6 app/components/coco/buttons/confirm_panel/confirm_panel.css
coveragebook_components-0.19.5 app/components/coco/buttons/confirm_panel/confirm_panel.css
coveragebook_components-0.19.4 app/components/coco/buttons/confirm_panel/confirm_panel.css
coveragebook_components-0.19.3 app/components/coco/buttons/confirm_panel/confirm_panel.css
coveragebook_components-0.19.2 app/components/coco/buttons/confirm_panel/confirm_panel.css
coveragebook_components-0.19.1 app/components/coco/buttons/confirm_panel/confirm_panel.css