Ubuntu
#coming-soon-footer-banner {
width: 100%;
min-height: 56px;
background: #fff;
position: fixed;
display: flex;
font-size: 13px;
bottom: 0;
line-height: 16px;
align-items: center;
border-top: 1px solid #dcdcdc;
padding: 16px;
box-sizing: border-box;
z-index: 100;
/* stylelint-disable-next-line selector-class-pattern */
.coming-soon-footer-banner__content {
text-align: center;
flex: 1;
margin-right: 10px;
line-height: 16px;
text-wrap: pretty;
}
a {
color: #3858e9;
text-decoration: none;
}
a.coming-soon-footer-banner-dismiss {
/* stylelint-disable-next-line function-url-quotes */
background-image: url('data:image/svg+xml,');
width: 24px;
height: 24px;
cursor: pointer;
background-repeat: no-repeat;
}
}