Sha256: e0e4f6f0a14e5364ca64dc9d9c0ce1fafcb347c722d0cfb20a998c091bacabfc

Contents?: true

Size: 671 Bytes

Versions: 4

Compression:

Stored size: 671 Bytes

Contents

// Box shadow utilities

// Box shadows

.color-shadow-small {
  box-shadow: var(--shadow-resting-small, var(--color-shadow-small)) !important;
}

.color-shadow-medium {
  box-shadow: var(--shadow-resting-medium, var(--color-shadow-medium)) !important;
}

.color-shadow-large {
  box-shadow: var(--shadow-floating-large, var(--color-shadow-large)) !important;
}

.color-shadow-extra-large {
  box-shadow: var(--shadow-floating-xlarge, var(--color-shadow-extra-large)) !important;
}

.shadow-floating-small {
  box-shadow: var(--shadow-floating-small, var(--color-overlay-shadow)) !important;
}

// Turn off box shadow

.box-shadow-none {
  box-shadow: none !important;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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