mon-entreprise/source/components/Explanation.css

26 lines
368 B
CSS

#explanation {
margin: 3em 0;
}
#explanation p {
text-align: center;
}
#explanation #warning {
margin-top: 4em;
color: #4B4B66;
font-size: 90%;
}
#explanation #warning i {
margin-right: 0.6em;
opacity: .9;
}
@media (max-height: 350px) {
/* Hack : at 350px of height, it's a mobile device and the keyboard is active */
#explanation {
display: none;
}
}