mon-entreprise/source/components/ProgressTip.css

23 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;
}