1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 19:55:00 +00:00
mon-entreprise/source/components/ProgressTip.css
2018-01-30 16:39:02 +01:00

14 lines
212 B
CSS

#sim .tip {
font-style: italic;
margin-bottom: -0.3em;
text-align: center;
}
#sim .tip p {
margin: 0;
}
#sim .tip progress {
margin-left: 1em;
background: white;
border-width: 1px;
border-style: solid;
}