Sha256: 0bf64d56e8c38db0812042729cb245668466c177efb5d31264a99ddf25d3ab14

Contents?: true

Size: 916 Bytes

Versions: 39

Compression:

Stored size: 916 Bytes

Contents

// Colors
.bg-primary { background-color: $primary-color; }
.bg-success { background-color: $success-color; }
.bg-warning { background-color: $warning-color; }
.bg-alert { background-color: $alert-color; }
.bg-white { background: $white !important; }
.bg-secondary { background: $medium-gray !important; }
.bg-tertiary { background: $dark-gray !important; }
.bg-light-gray { background-color: $light-gray !important; }
.bg-transparent { background: transparent !important; }
.bg-black {
  background: $black !important;
  color: inherit;
}

// Images
.bg-image {
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
.bg-image-primary { background: $primary-color image-url('backgrounds/bg-image-primary.jpg'); }
.bg-image-success { background: $success-color image-url('backgrounds/bg-image-success.jpg'); }
.bg-image-warning { background: $warning-color image-url('backgrounds/bg-image-warning.jpg'); }

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
nfg_ui-6.17.2 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-6.17.1 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-6.17.0 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-6.16.3 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-6.16.2 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-6.16.1 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-6.16.0 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-5.15.7 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-5.15.6 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-5.15.5 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-5.15.4 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-5.15.3 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-0.15.2 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-0.15.1 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-0.15.0 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-0.14.7 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-0.14.6.3 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-0.14.6.2 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-0.14.6.1 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss
nfg_ui-0.14.6 app/assets/stylesheets/nfg_ui/network_for_good/email/nfg_theme/_backgrounds.scss