mon-entreprise/source/components/CDD.css

155 lines
2.2 KiB
CSS

p {
color: #333;
}
#sim section {
padding: 2em;
}
#sim > h1 {
color: #333350;
margin-top: 3%;
text-align: center;
font-size: 350%;
font-weight: 800;
}
#conversation {
margin: 1em auto;
font-size: 110%;
line-height: normal;
display: flex;
justify-content: space-around;
align-items: flex-start;
min-height: 10em;
max-width: 90%;
}
#questions-answers {
min-width: 60%;
transition: width 1s;
}
.dependency-of {
}
.dependency-of ul {
display: inline;
}
.dependency-of li {
font-size: 80%;
background: #4A89DC;
color: white;
display: inline-block;
padding: .1em .6em;
margin: 0 .6em;
border-radius: 3px;
}
#sim #results {
padding: .1em;
background: rgb(74, 137, 220);
box-shadow: 1px -7px 20px 2px #eee;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
font-size: 80%;
color: white;
height: 12em;
text-align: center;
}
#results h2 {
color: white;
width: 5em;
display: inline-block;
float: left;
line-height: 1.2em;
margin: 0;
margin-left: .5em;
padding: .5em;
font-weight: 300;
font-size: 300%;
}
#results ul {
display: inline-flex;
justify-content: space-around;
height: 100%;
width: 80%;
list-style: none;
margin-top: 0.4em;
padding-left: 0;
}
#results li {
margin: .8em 1em;
text-align: center;
}
#results .rule-box {
padding: .2em 1em;
color: rgb(74, 137, 220);
background: white;
border-radius: 3px;
border: 1px solid white;
white-space: nowrap;
color: #333350;
}
#results li.unsatisfied .rule-box {
border: 2px dashed rgb(74, 137, 220);
}
#results .rule-type {
background: rgb(74, 137, 220);
color: white;
border: 1px solid;
font-size: 75%;
line-height: 2em;
font-weight: 800;
}
#results .rule-name {
font-size: 150%;
text-transform: capitalize;
}
#results li p {
margin: 0;
padding: 1em 0;
font-size: 120%;
color: inherit;
}
#results li.unsatisfied p{
font-style: italic;
}
#results li p .figure {
font-size: 200%;
}
#results .understand {
color: white;
font-weight: 200;
border: none;
padding: .3em .8em;
line-height: 1.8em;
font-style: italic;
text-decoration: none;
}
#results .understand i {
display: inline-block;
font-size: 120%;
line-height: .2em;
opacity: .3;
margin: 0 0 0 .6em;
}
#results .understand:hover i {
opacity: 1
}