Sha256: 81ac29b9e4d5ae9054f7cf510d7a1f9811ff5017ebc0041f746934ba913f3904
Contents?: true
Size: 487 Bytes
Versions: 8
Compression:
Stored size: 487 Bytes
Contents
// Buttons // // Custom buttons for the docs. .btn-bd-primary { font-weight: 500; color: $bd-purple-bright; border-color: $bd-purple-bright; &:hover, &:active { color: #fff; background-color: $bd-purple-bright; border-color: $bd-purple-bright; } } .btn-bd-download { font-weight: 500; color: $bd-download; border-color: $bd-download; &:hover, &:active { color: $bd-dark; background-color: $bd-download; border-color: $bd-download; } }
Version data entries
8 entries across 8 versions & 1 rubygems