mon-entreprise/source/components/Controls.css

34 lines
608 B
CSS
Raw Normal View History

.blockingControl {
text-align: center;
font-size: 150%;
}
2018-09-11 15:33:11 +00:00
2018-09-12 13:07:46 +00:00
#controlsBlock h3 {
text-align: center;
margin: 0 0 0.6em;
border-bottom-width: 1px;
border-bottom-style: solid;
2018-09-12 13:07:46 +00:00
}
#controlsBlock #controlContent {
font-size: 90%;
2018-09-11 15:33:11 +00:00
display: flex;
align-items: center;
2018-09-12 13:07:46 +00:00
justify-content: center;
flex-wrap: wrap;
}
/* Display the values of the variables in the explanation of the failed control */
#controlsBlock .variable .situationValue {
display: inline-block;
2018-09-11 15:33:11 +00:00
}
#controlsBlock img {
2018-09-12 13:07:46 +00:00
width: 2em !important;
height: 2em !important;
}
#controlsBlock #solution {
display: flex;
align-items: center;
2018-09-11 15:33:11 +00:00
}