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

15 lines
222 B
CSS

.progressTip {
max-width: 40em;
margin: .2em auto;
}
.progressTip p {
display: inline-block;
width: 100%;
margin: .1em 0 1.6em;
text-align: center;
font-weight: 600;
}
.progressTip i {
margin-right: .4em;}