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
2017-12-21 17:12:00 +01:00

22 lines
313 B
CSS

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