20 lines
259 B
CSS
20 lines
259 B
CSS
.disabled {
|
|
pointer-events: none;
|
|
font-style : oblique;
|
|
}
|
|
|
|
.nombre {
|
|
text-align: right !important;
|
|
}
|
|
|
|
.aide {
|
|
list-style: revert;
|
|
padding: revert;
|
|
line-height : 1.5em;
|
|
}
|
|
|
|
h2[class="aide"], h3[class="aide"] {
|
|
margin-top: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|