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

22 lines
300 B
CSS
Raw Normal View History

2018-03-14 17:10:28 +01:00
.progressTip {
2018-04-05 11:44:22 +02:00
max-width: 35em;
margin: .2em auto;
}
.progressTip svg {
display: inline-block;
width: 65%;
margin-right: 2%
}
2018-03-14 17:10:28 +01:00
.progressTip p {
display: inline-block;
width: 30%;
margin: .1em 0 1.6em;
text-align: right;
font-weight: 600;
}
.progressTip i {
margin-right: .4em;}