Sha256: 13b5f6b9cb4ea4a5176b79e06085514fe896e8744c5e44b77457ecdaaa9733dd
Contents?: true
Size: 538 Bytes
Versions: 4
Compression:
Stored size: 538 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
4 entries across 4 versions & 1 rubygems