mon-entreprise/source/components/Controls.css

62 lines
944 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;
display: flex;
align-items: center;
2018-10-02 14:52:27 +00:00
border-radius: 0.3em;
2018-10-02 16:14:01 +00:00
/*For the .hide element */
position: relative;
2018-10-02 14:52:27 +00:00
}
#controlsBlock .controlText {
display: flex;
padding: 0.4rem;
}
2018-10-02 14:52:27 +00:00
#controlsBlock .controlText p {
margin: 0;
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%;
padding: 0;
margin: 0;
2018-10-02 16:28:56 +00:00
right: 0em;
2018-10-02 16:14:01 +00:00
}