Sha256: 627e68fe9682c882947538458594a2b2ebb2488577625f0d87eebf8db1cc0999
Contents?: true
Size: 431 Bytes
Versions: 8
Compression:
Stored size: 431 Bytes
Contents
// Sass partial for landing page styles & overrides // Teaser overrides .teasers { text-align: center; } .teaser { svg { @extend .img-fluid; @extend .col-lg-6; fill: $brand-primary; // Invert link colors for teaser icon links @include hover-focus { fill: $link-color; // lighten($brand-primary, 20%) } } } .btn-success svg { @extend .mb-1; fill: $white; } .finch { margin-top: 3em; }
Version data entries
8 entries across 8 versions & 1 rubygems