1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 00:35:00 +00:00
mon-entreprise/source/components/Aide.css
mama 268d721364 Travail sur la documentation dans la simulation
Ajout de titres
🐛 certaines documentation de variables ne s'affichaient pas
etc.

+ Résolution bug evaluateVariable
2017-05-02 11:58:50 +02:00

50 lines
777 B
CSS

#sim #help {
box-shadow: -1px 1px 15px 1px #eee;
border: 1px solid #aaa;
border-radius: .3em;
margin: 3em;
padding: .6em 1em;
width: 35%;
color: #444;
visibility: hidden;
position: relative;
overflow: hidden;
background: white;
}
#sim #help blockquote {
font-style: italic;
font-size: 90%;
border-left: 4px solid #eee;
margin-left: .6em;
padding-left: .6em;
}
#sim #help.active {
visibility: visible;
}
#sim #help i.fa-info-circle {
margin-right: .3em;
text-align: center;
width: 100%;
position: absolute;
top: 0;
font-size: 1000%;
color: black;
opacity: .03
}
#sim #help i.fa-times-circle {
color: #4a89dc;
font-size: 120%;
position: absolute;
top: .6em;
right: .6em;
cursor: pointer;
}
#sim #help h3 {
margin: .3em 0;
}