Sha256: 3012dd4fae886416f9f5fd80fc4e73f37c7534288adeba07cb1663c424723feb
Contents?: true
Size: 443 Bytes
Versions: 44
Compression:
Stored size: 443 Bytes
Contents
// Custom secondary button usage .btn-outline-secondary { color: theme-color("primary"); background-color: $white; border-color: $border-color; &:hover { color: $body-color; background-color: $body-bg; } &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active, .show > &.dropdown-toggle { color: $body-color; background-color: $body-bg; } } .btn-link { font-weight: $btn-font-weight; }
Version data entries
44 entries across 44 versions & 1 rubygems