form's labels now are bold

This commit is contained in:
Simon Vieille 2022-05-08 18:50:51 +02:00
parent 67a5890573
commit a6250f8f3a
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -412,6 +412,14 @@ th {
}
}
legend.col-form-label, label {
font-weight: bold;
}
*[data-collection] label {
font-weight: normal;
}
.custom-file-label::after {
content: "Parcourir";
}