Sha256: a2b189ce73e26808a8d9dcc01c0a3a54c62597dcf6b1741526b1ace8d0048250

Contents?: true

Size: 435 Bytes

Versions: 17

Compression:

Stored size: 435 Bytes

Contents

// Box shadow utilities
// stylelint-disable primer/selector-no-utility

// Box shadows

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

.box-shadow-medium {
  box-shadow: $box-shadow-medium !important;
}

.box-shadow-large {
  box-shadow: $box-shadow-large !important;
}

.box-shadow-extra-large {
  box-shadow: $box-shadow-extra-large !important;
}

// Turn off box shadow

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

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
primery-0.1.0 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.6.0 _sass/primer-utilities/lib/box-shadow.scss
github-docs-0.0.5 _sass/primer-utilities/box-shadow.scss
github-docs-0.0.4 _sass/primer-utilities/box-shadow.scss
github-docs-0.0.3 _sass/primer-utilities/box-shadow.scss
github-docs-0.0.2 _sass/primer-utilities/box-shadow.scss
github-docs-0.0.1 _sass/primer-utilities/box-shadow.scss
jekyll-theme-primer-0.5.4 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.5.3 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.5.2 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.5.1 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.5.0 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.4.0 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.3.1 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.3.0 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.2.1 _sass/primer-utilities/lib/box-shadow.scss
jekyll-theme-primer-0.1.8 _sass/primer-utilities/lib/box-shadow.scss