PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
cookie-consent
/
resources
/
assets
/
sass
.cookie-consent { background-color: #000 !important; padding: 10px 40px !important; color: #fff !important; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999999; .cookie-consent-body { max-width: 1170px; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .cookie-consent__message { height: 32px !important; line-height: 32px !important; a { color: #fff !important; text-decoration: underline; } } .cookie-consent__agree { float: right; padding: 5px 10px !important; border-radius: 0 !important; outline: none !important; background: #000 !important; color: #fff !important; border: 1px solid #fff !important; text-transform: uppercase; font-size: 11px; font-weight: 600; &:hover { background: #fff !important; color: #000 !important; } } } body[dir="rtl"] { .cookie-consent { .cookie-consent__agree { float: left; } } } @media screen and (max-width: 767px) { .cookie-consent { .cookie-consent-body { text-align: center; .cookie-consent__message { line-height: 25px !important; display: block; height: auto !important; } .cookie-consent__agree { float: none; margin-top: 5px; } } } body[dir="rtl"] { .cookie-consent { .cookie-consent__agree { float: none; } } } }
[+]
..
[-] cookie-consent.scss
[edit]