mon-entreprise/source/components/ProgressTip.css

22 lines
303 B
CSS
Raw Normal View History

#sim .tip {
font-style: italic;
2017-12-05 16:42:48 +00:00
margin-bottom: 1em;
text-align: center;
}
#sim .tip p {
margin: 0;
}
#sim .tip progress {
margin-left: 1em;
2017-12-05 16:42:48 +00:00
background: white;
border-width: 1px;
border-style: solid;
2017-12-05 16:42:48 +00:00
}
progress::-webkit-progress-bar {
background: white;
}
progress::-webkit-progress-value {
}