![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/web/scss/common/ |
// ============================================== // COOKIE NOTICE BAR // ============================================== // Configuration $cookie-notice-bg: $c-blue; body { .cookie-notice { top: auto; bottom: 0; background-color: $cookie-notice-bg; .cookie-notice-text { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px 60px; @include breakpoint(md) { padding: 15px 60px; margin: 0; flex-direction: row; } } .cookie-notice-link { font-family: $f-roboto; font-weight: $fw-roboto-medium; margin: 10px 0; text-decoration: none; @include breakpoint(md) { margin: 0 10px 0 20px; } } a { @extend .btn--border-white; } // Closing btn .close-cookie-image { top: 5px; right: 5px; @include breakpoint(md) { top: 50%; right: 10px; transform: translateY(-50%); } } } }