mon-entreprise/source/components/Controls.css

47 lines
791 B
CSS
Raw Normal View History

.blockingControl {
text-align: center;
font-size: 150%;
}
2018-09-11 15:33:11 +00:00
2018-10-02 14:52:27 +00:00
#controlsBlock ul {
list-style: none;
padding: 0;
2018-09-12 13:07:46 +00:00
}
2018-10-02 14:52:27 +00:00
#controlsBlock .control {
margin: 1em 0;
font-size: 95%;
display: flex;
align-items: center;
padding: 0.1em 0.6em;
border-radius: 0.3em;
}
#controlsBlock .controlText p {
line-height: 1.3rem;
margin: 0.6em;
2018-09-12 13:07:46 +00:00
}
#controlExplanation {
2018-10-02 14:52:27 +00:00
}
#controlExplanation > div {
display: inline;
}
/*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-10-02 14:52:27 +00:00
margin: 0 1em 0 0 !important;
width: 1.6em !important;
height: 1.6em !important;
2018-09-12 13:07:46 +00:00
}
#controlsBlock #solution {
2018-09-11 15:33:11 +00:00
}