1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/source/components/ProgressTip.css

15 lines
212 B
CSS
Raw Normal View History

#sim .tip {
font-style: italic;
margin-bottom: -0.3em;
text-align: center;
}
#sim .tip p {
margin: 0;
}
#sim .tip progress {
margin-left: 1em;
2017-12-05 17:42:48 +01:00
background: white;
border-width: 1px;
border-style: solid;
2017-12-05 17:42:48 +01:00
}