forked from rebillar/site-accueil-insa
38 lines
No EOL
581 B
Text
38 lines
No EOL
581 B
Text
.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;
|
|
}
|
|
|
|
@media screen and (max-width: 810px) {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.modal {
|
|
.has-error {
|
|
border: 1px red solid;
|
|
}
|
|
|
|
.error-text {
|
|
float: left;
|
|
color: red;
|
|
}
|
|
} |