#footer { .row{ border-top: solid 1px $SecundaryColor; padding-top:1vh; margin-top:2vh; } } .cookiealert { text-align: right; button{ font-size: 2vh; min-width:1vh; min-height:1vh; max-width: 4vh; max-height: 4vh; } a,span{ font-size: 1.5vh; background-color: transparent; } position: fixed; bottom: 0; left: 0; min-width: 50vh; margin: 0 !important; z-index: 999; opacity: 0; visibility: hidden; border-radius: 0; color: white; background-color: #3c3c3c; height: 7vh; border-radius: 12px; } .cookiealert.show { opacity: 1; visibility: visible; transform: translateY(0%); transition-delay: 1000ms; }