Sha256: 15b1372dbf0d42db634200385c6a745fc0767e07bf445ff842e3506e5e5a82be
Contents?: true
Size: 972 Bytes
Versions: 13
Compression:
Stored size: 972 Bytes
Contents
// Buttons // // Custom buttons for the docs. .btn-bd-primary { font-weight: 600; color: $white; background-color: $bd-purple-bright; border-color: $bd-purple-bright; &:hover, &:active { color: $white; background-color: shade-color($bd-purple-bright, 20%); border-color: shade-color($bd-purple-bright, 20%); } &:focus { box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25); } } .btn-bd-download { font-weight: 600; color: $bd-download; border-color: $bd-download; &:hover, &:active { color: $bd-dark; background-color: $bd-download; border-color: $bd-download; } &:focus { box-shadow: 0 0 0 3px rgba($bd-download, .25); } } .btn-bd-light { color: $gray-600; border-color: $gray-300; .show > &, &:hover, &:active { color: $bd-purple-bright; background-color: $white; border-color: $bd-purple-bright; } &:focus { box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25); } }
Version data entries
13 entries across 13 versions & 1 rubygems