Sha256: bf27932fe80f10ed1c02231bffd447985d8e6ddeba117334fb6f8e847d4a2a25

Contents?: true

Size: 962 Bytes

Versions: 4

Compression:

Stored size: 962 Bytes

Contents

.Box--overlay {
  // stylelint-disable-next-line primer/responsive-widths
  width: 448px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--bgColor-default, var(--color-canvas-default));
  background-clip: padding-box;
  border-color: var(--borderColor-default, var(--color-border-default));
  // stylelint-disable-next-line primer/box-shadow
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);

  .Box-header {
    margin: 0;
    border-width: 0;
    border-bottom-width: $border-width;
    border-top-left-radius: $border-radius;
    border-top-right-radius: $border-radius;
  }
}

.Box-overlay--narrow {
  width: 320px;
}

.Box-overlay--wide {
  // stylelint-disable-next-line primer/responsive-widths
  width: 640px;
}

.Box-body {
  &.scrollable-overlay {
    max-height: 400px;
    overflow-y: scroll;
  }

  .help {
    padding-top: $spacer-2;
    margin: 0;
    color: var(--fgColor-muted, var(--color-fg-muted));
    text-align: center;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-v4-theme-primer-0.16.0 _sass/@primer/css/box/box-overlay.scss
jekyll-v4-theme-primer-0.15.0 _sass/@primer/css/box/box-overlay.scss
jekyll-v4-theme-primer-0.14.0 _sass/@primer/css/box/box-overlay.scss
jekyll-v4-theme-primer-0.13.0 _sass/@primer/css/box/box-overlay.scss