1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-03-14 04:25:05 +00:00
mon-entreprise/source/components/CDD.css
Mael Thomas 45fcb5f118 [moteur] Premier POC simulateur CDD
L'UI du simulateur de coût d'embauche, conversationnelle, y a été greffée.
Le graphe des dépendance des variable est calaculé pour afficher les bonnes questions, et le résultat.
Seule une variable est prise en compte, le CIF CDD :-D
2017-01-16 19:17:05 +01:00

42 lines
489 B
CSS

#sim {
padding: 2em;
}
#sim section {
padding: 2em;
}
#conversation {
margin: 3em auto;
font-size: 120%;
line-height: normal;
display: flex;
justify-content: space-around;
min-height: 10em;
margin: 3em 0;
max-width: 80%;
}
#questions-answers {
min-width: 50%;
}
#help {
background: green;
min-width: 30%;
}
#results {
width: 90%;
background: purple;
}
#results ul {
list-style: none;
}
#results li {
display: inline-block;
border: 1px solid;
padding: .6em 2em;
}