Sha256: 56e6ffd5b77fd13b4263feb31831bcccaca27f5ad5a4934c24fb9ac44b38084c
Contents?: true
Size: 782 Bytes
Versions: 7
Compression:
Stored size: 782 Bytes
Contents
// Bootstrap overrides for this template .bg-primary { // background: $theme-primary; // background: -webkit-linear-gradient($theme-primary, darken($theme-primary, 5%)); // background: linear-gradient(#c70000, darken($theme-primary, 5%)); background-color: #730c0c !important; } .text-primary { color: $theme-primary; } .no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; } .btn-outline { color: white; border: 1px solid; border-color: white; &:hover, &:focus, &:active, &.active { color: white; border-color: $theme-primary; background-color: $theme-primary; } } .btn { border-radius: 300px; @include alt-font; } .btn-xl { font-size: 11px; padding: 15px 45px; }
Version data entries
7 entries across 7 versions & 2 rubygems