File size: 612 Bytes
bd39fdf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | .bannerHeader {
min-height: 48px;
background-color: #263238;
text-align: center;
color: #fff;
span {
vertical-align: sub;
font-size: 14px;
}
a {
margin-left: 16px;
margin-top: 6px;
}
.close-btn {
float: right;
margin-right: 20px;
font-size: 1.2em;
margin-top: 12px;
text-decoration: none;
}
@media screen and (max-width: 810px) {
display: none;
}
}
.modal {
.has-error {
border: 1px red solid;
}
.error-text {
float: left;
color: red;
}
} |