Sha256: 4346a7fec4344ec7d92b1e52113a7036b954ef4483e60c1c293c478d77caa7db

Contents?: true

Size: 991 Bytes

Versions: 32

Compression:

Stored size: 991 Bytes

Contents

// Styles specific to the everyday default style
.everyday_default {
  .jumbotron {
    &::before {
      width:100%;
      height: 100%;
      -ms-transform-style: preserve-3d;
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
      position: fixed;
      content: '';
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 0;
    }
    @include media-breakpoint-down(md) {
      &::before { content: none; }
      .card {
        border: none !important;
        box-shadow: none !important;
        border-radius: 0;
      }
      .card-body { padding: 0; }
    }
  }
  .progress-stats {
    position: absolute;
    top: ($spacer * .125);
    left: $grid-gutter-width / 2;
    width: 100%;
    z-index: 1;
  }

  &.admin {
    .jumbotron {
      &::before { margin-top: 0; }
    }
  }
}

// positioning background image properly in iframe campaign preview
body.preview.everyday_default{
  .jumbotron::before { position: absolute; }
}

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
nfg_ui-0.14.2.2 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.14.2.1 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.14.2 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.14.1 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.14.0.1 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.14.0 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.13.2 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.13.1 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.13.0 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.16.1 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.16 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.15 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.14 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.13 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.12 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.11 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.10 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.9 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.8 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss
nfg_ui-0.12.7 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss