mon-entreprise/source/components/Controls.css

47 lines
816 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 {
2018-09-13 13:50:09 +00:00
font-size: 130%;
2018-09-12 13:07:46 +00:00
margin: 0 0 0.6em;
border-bottom-width: 1px;
border-bottom-style: solid;
2018-09-12 15:07:38 +00:00
width: 5.5em;
margin: 0.6em auto;
text-align: center;
2018-09-12 13:07:46 +00:00
}
#controlsBlock #controlContent {
font-size: 90%;
margin-bottom: 0.6em;
2018-09-12 13:07:46 +00:00
}
#controlExplanation {
margin: 0.3em 0 0.6em;
2018-09-12 15:07:38 +00:00
display: flex;
justify-content: center;
}
/*Disable links visually */
#controlExplanation a {
color: inherit;
text-decoration: none;
}
2018-09-12 13:07:46 +00:00
/* 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-12 15:07:38 +00:00
justify-content: center;
2018-09-11 15:33:11 +00:00
}