mon-entreprise/source/components/Controls.css

60 lines
960 B
CSS
Raw Permalink 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;
2018-10-02 16:14:01 +00:00
/*For the .hide element */
position: relative;
padding-right: 2em;
2018-10-02 14:52:27 +00:00
}
#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 16:14:01 +00:00
margin: 0 0.6em 0 !important;
2018-10-02 14:52:27 +00:00
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
}
2018-10-02 16:14:01 +00:00
#controlsBlock {
}
#controlsBlock .hide {
2018-10-02 16:28:56 +00:00
font-size: 200%;
2018-10-02 16:14:01 +00:00
position: absolute;
2018-10-02 16:28:56 +00:00
right: 0em;
2018-10-02 16:14:01 +00:00
}