mon-entreprise/source/components/Controls.css

47 lines
816 B
CSS

.blockingControl {
text-align: center;
font-size: 150%;
}
#controlsBlock h3 {
font-size: 130%;
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%;
margin-bottom: 0.6em;
}
#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;
}