1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/source/components/Dictionary.css
mama 17ed288103 Introduction d'un composant panneau volant
Tiré du dictionaire des mécanismes
2018-02-12 15:53:52 +01:00

19 lines
345 B
CSS

#dictionaryPanel h3 {
color: #333350;
font-weight: bold;
font-size: 125%;
}
#dictionaryPanel blockquote {
font-style: italic;
border-left: 4px solid #eee;
padding-left: 1em;
margin-left: 0;
}
#dictionaryPanel blockquote p {
color: #666;
}
#dictionaryPanel code {
border: 1px solid #aaa;
padding: 0.05em 0.3em;
border-radius: 0.3em;
}