@import '../variables'; /*Cookie Consent Begin*/ #cookieConsent { background-color: rgba(20,20,20,0.8); min-height: 26px; font-size: 14px; color: #ccc; line-height: 26px; padding: 8px 0 8px 0px; position: fixed; bottom: 0; left: 0; right: 0; display: none; z-index: 9999; } #cookieConsent a { color: #4B8EE7; text-decoration: none; } #closeCookieConsent { float: right; display: inline-block; cursor: pointer; height: 20px; width: 20px; margin: -15px 5px 5px 5px; padding: 5px; font-weight: bold; font-size: 28px; } #closeCookieConsent:hover { color: #FFF; } @media (max-width: $break-small) { #closeCookieConsent { display: none; } } #cookieConsent a.cookieConsentOK { background-color: #0082c9; color: white; display: inline-block; border-radius: 20px; padding: 0 20px; cursor: pointer; /* float: right; */ margin: 0 0px 0 10px; } #cookieConsent a.cookieConsentOK:hover { background-color: #286090; } /*Cookie Consent End*/