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

16 lines
222 B
CSS
Raw Normal View History

2018-03-14 17:10:28 +01:00
.progressTip {
2018-04-05 19:53:01 +02:00
max-width: 40em;
margin: .2em auto;
}
2018-03-14 17:10:28 +01:00
.progressTip p {
display: inline-block;
width: 100%;
margin: .1em 0 1.6em;
text-align: center;
font-weight: 600;
}
.progressTip i {
margin-right: .4em;}