Sha256: f7fcfb6fae579d0d856a9409aff47192963ec82fcdb63066349ab4fdfd8f983e
Contents?: true
Size: 1 KB
Versions: 45
Compression:
Stored size: 1 KB
Contents
// ============================================================================= // BANNERS // ============================================================================= .banner { background: $blue; padding: 1.75rem 0; position: relative; } .banner a { color: #fff; } .banner__inner { display: flex; align-items: center; } .banner__title { color: #fff; margin-bottom: .5rem; } .banner__text { color: rgba(#000, .6); line-height: 1.3em; margin-bottom: 0; } .banner__btn { margin-top: 1rem; .banner__accessory & { margin-top: 0; } } .banner__dismiss { color: rgba(#000, .5); font-size: 1.25rem; position: absolute; right: 0; top: 0; padding: .5em .75em; } .banner__content { flex-grow: 1; } .banner__accessory { flex-shrink: 0; } // BANNER COLORS // ----------------------------------------------------------------------------- .banner--orange { background: $orange; } .banner--blue { background: $banner-blue; } .banner--red { background: $banner-red; }
Version data entries
45 entries across 45 versions & 1 rubygems