mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 19:55:00 +00:00
14 lines
212 B
CSS
14 lines
212 B
CSS
#sim .tip {
|
|
font-style: italic;
|
|
margin-bottom: -0.3em;
|
|
text-align: center;
|
|
}
|
|
#sim .tip p {
|
|
margin: 0;
|
|
}
|
|
#sim .tip progress {
|
|
margin-left: 1em;
|
|
background: white;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
}
|