Files
Gainsight/Custom_Templates/customer_templates/Douglas Elliman/_info_banner.html.liquid

39 lines
770 B
Plaintext

<div class="info-banner">
<div class="banner-content">
Please log in with your primary Douglas Elliman account. If logged in under your secondary account, courses will not be counted toward your mandatory training. Need help identifying your primary account? Contact the Help Desk.
</div>
</div>
<style>
.info-banner {
background: #009cbd;
padding: 16px;
color: #fff;
text-align:center;
margin-bottom:16px;
font-size:12px;
}
@media (min-width:799px) {
.info-banner {
margin-left:160px;
font-size:16px;
padding: 24px 16px;
}
}
@media (min-width:1600px) {
.info-banner {
position:absolute;
top:0;
left:0;
right:0;
font-size:18px;
}
header.section-margin {
margin-top:120px;
}
}
</style>