Sha256: 717891a663a830df28f846e9037a5b844618d877f2c4e5408c093b598f00cb93

Contents?: true

Size: 539 Bytes

Versions: 12

Compression:

Stored size: 539 Bytes

Contents

// Custom secondary button usage
.btn-outline-secondary {
  color: $primary;
  background-color: $white;
  border-color: $border-color;
  @include hover {
    color: $body-color !important;
    background-color: $body-bg;
  }
  &:not(:disabled):not(.disabled):active,
  &:not(:disabled):not(.disabled).active,
  .show > &.dropdown-toggle {
    color: $body-color !important;
    background-color: $body-bg;
  }
}
.btn-link { font-weight: $btn-font-weight; }

// overrides color contrast settings
.btn-warning { color: $white !important; }

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
nfg_ui-0.11.18 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.17 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.16 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.15 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.14 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.13 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.12 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.11.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.11 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.10 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.9 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss
nfg_ui-0.11.8 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss