1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 00:35:00 +00:00
mon-entreprise/source/components/Explanation.css

25 lines
368 B
CSS

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