mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 23:25:02 +00:00
bc305907b1
cotisations par branche - La traduction est gérée - Uniformise la gestion des boutons (1/2)
18 lines
270 B
CSS
18 lines
270 B
CSS
.progressTip {
|
|
max-width: 40em;
|
|
margin: 0.2em auto;
|
|
}
|
|
|
|
.progressTip p {
|
|
display: inline-block;
|
|
width: 100%;
|
|
margin: 0.1em 0 1.6em;
|
|
text-align: center;
|
|
font-style: italic;
|
|
text-align: right;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
.progressTip i {
|
|
margin-right: 0.4em;
|
|
}
|