Sha256: d251e8ee872c77c624642bb8784294f190354f4a0614ca05aea8c1edb4f83554

Contents?: true

Size: 1.49 KB

Versions: 57

Compression:

Stored size: 1.49 KB

Contents

// Empty state blocker with blokk font-family replacement

// Import redacted-style "blokk" font for empty states
// Needs to be outside of the namespace for valid CSS output (particularly important for Internet Explorer)
@font-face {
  font-family: 'BLOKK';
  src: asset-url('admin/blokk/BLOKKNeue-Regular.eot');
  src: asset-url('admin/blokk/BLOKKNeue-Regular.eot?#iefix') format('embedded-opentype'),
       asset-url('admin/blokk/BLOKKNeue-Regular.woff2') format('woff2'),
       asset-url('admin/blokk/BLOKKNeue-Regular.woff') format('woff'),
       asset-url('admin/blokk/BLOKKNeue-Regular.otf') format('opentype'),
       asset-url('admin/blokk/BLOKKNeue-Regular.ttf') format('truetype'),
       asset-url('admin/blokk/BLOKKNeue-Regular.svg#BLOKKRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'BLOKK';
    src: asset-url('admin/blokk/BLOKKNeue-Regular.svg') format('svg');
  }
}

$redacted-font-family: "BLOKK";

// Overlay styles
.redacted-text {
  font-family: $redacted-font-family !important;
  letter-spacing: -3px;
  word-spacing: -3px;
  .card-img-overlay { background: none; }
}
.overlay-white {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  font-family: $font-family-base;
  letter-spacing: 0;
  word-spacing: 0;
  background-color: rgba(255,255,255,0.9);
}
.overlay-blur {
  transition: $transition-base;
  filter: blur(0);
  &.in { filter: blur(4px); }
}

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
nfg_ui-0.11.4 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.11.3 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.11.2 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.11.1.1 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.11.1 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.11.0 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.15.1 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.15 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.14 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.13 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.12 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.11 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.10 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.9 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.8.2 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.8.1 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.7 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.6 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.5 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss
nfg_ui-0.10.4.1 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_overlay_blocker.scss