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