Sha256: 894228f6234822fbe7127c5e09a78f942fb6ee33867e90d260f2dd9b3453662f
Contents?: true
Size: 1.51 KB
Versions: 2
Compression:
Stored size: 1.51 KB
Contents
#consent_blackbar { #truste-consent-track { background-color: $off-white !important; box-shadow: 0 0 0 1px rgba(89,105,128,0.05),0 3px 20px 0 rgba(89,105,128,0.15),0 1px 2px 0 rgba(0,0,0,0.05); position: relative; z-index: 5; } #truste-consent-content { display: flex; align-items: center; justify-content: flex-end; min-height: 40px; flex-direction: row-reverse; } .truste-text, .truste-cookie-link, .truste-cookie-link2 { font-family: $font-main; } .truste-cookie-link, .truste-cookie-link2 { font-weight: $font-bold; letter-spacing: 0.05em; color: $blue; padding-top: 0; line-height: 1.4; } .truste-cookie-link2 { padding: 8px 0 8px 20px; } .truste-textconsent { line-height: 1.4; margin-left: 20px; flex: 1; padding: 10px 0; } .truste-close { padding: 8px 20px 8px 10px; } .truste-desktopbuttons { padding: 0 !important; } @media (max-width: 768px) { #truste-consent-content { > div, .truste-cookie-link2 { align-self: flex-start; } .truste-cookie-link2 { padding-top: 12px; padding-bottom: 12px; } } } @media (max-width: 385px) { > div, .truste-cookie-link2 { position: absolute; } > div { top: 0; right: 0; } .truste-cookie-link2 { top: 0; right: 50px; } .truste-textconsent { padding-top: 40px; } } } #teconsent a { text-decoration: underline; color: #999; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bookends-6.0.0.rc2 | app/assets/stylesheets/bookends/_cookies.scss |
bookends-6.0.0.rc1 | app/assets/stylesheets/bookends/_cookies.scss |