1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 19:55:00 +00:00
mon-entreprise/source/components/Controls.css
Mael f0baa1caa1 Délai d'apparition du contrôle
Pour ne pas qu'il occulte l'apparition des options de simulation et
l'explication de la distribution
2018-10-03 14:58:18 +00:00

44 lines
775 B
CSS

.blockingControl {
text-align: center;
font-size: 150%;
}
#controlsBlock h3 {
margin: 0 0 0.6em;
border-bottom-width: 1px;
border-bottom-style: solid;
width: 5.5em;
margin: 0.6em auto;
text-align: center;
}
#controlsBlock #controlContent {
font-size: 90%;
}
#controlExplanation {
margin: 0.3em 0 0.6em;
display: flex;
justify-content: center;
}
/*Disable links visually */
#controlExplanation a {
color: inherit;
text-decoration: none;
}
/* Display the values of the variables in the explanation of the failed control */
#controlsBlock .variable .situationValue {
display: inline-block;
}
#controlsBlock img {
width: 2em !important;
height: 2em !important;
}
#controlsBlock #solution {
display: flex;
align-items: center;
justify-content: center;
}