Sha256: 95917325f6f81e86454a9a564639de7f49e26da7b0ad98a61c9fa9d6be67bd51
Contents?: true
Size: 933 Bytes
Versions: 1
Compression:
Stored size: 933 Bytes
Contents
a { color: $primary; &:hover, &:focus, &:active { color: darken($primary, 10%); } } .btn-primary { background-color: $primary !important; border-color: $primary !important; color: $white !important; &:hover, &:focus, &:active { background-color: darken($primary, 10%) !important; border-color: darken($primary, 10%) !important; } } .btn-secondary { background-color: $secondary !important; border-color: $secondary !important; color: $white !important; &:hover, &:focus, &:active { background-color: darken($secondary, 10%) !important; border-color: darken($secondary, 10%) !important; } } .btn-dark { color: $white !important; } .btn { box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); font-weight: 700; } .bg-primary { background-color: $primary !important; } .text-primary { color: $primary !important; } .text-secondary { color: $secondary !important; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
startbootstrap-stylish-portfolio-jekyll-0.1.0 | assets/scss/_bootstrap-overrides.scss |