60 lines
888 B
SCSS

/*
Header ankete
*/
.header_settings_holder {
right: 15px;
top: 5px;
height: 20px;
.progress_bar{
display: none;
}
.continue_later_setting{
}
.tawk_chat{
}
}
/* Warning bar (preview, cookie) */
#cookie_alert, #test_alert {
height: 26px;
line-height: 25px;
color: #ffffff;
font-size: 12px;
background-color: #ffa608;
border-bottom: 1px solid #ffa608;
}
#cookie_alert {
height: auto !important;
font-size: 15px;
padding: 5px 5px;
}
#cookie_alert a, #test_alert a {
text-decoration: none;
font-weight: bold;
color: #ffffff;
}
#cookie_alert a:hover, #test_alert a:hover {
text-decoration: underline;
}
#cookie_alert span, #test_alert span {
color: #ffffff;
}
#cookie_alert span a, #test_alert span a {
color: #ffffff;
font-weight: normal;
}
/*********************************************/