cnil: use bold for required fields labels (#38343)

This commit is contained in:
Frédéric Péters 2019-12-10 15:42:19 +01:00
parent e0ad52f1d9
commit 986b5bdd60
1 changed files with 16 additions and 0 deletions

View File

@ -336,3 +336,19 @@ div.form-validation div.page {
div#rub_service #steps ~ form {
margin-right: #{0 - $grid-gutter};
}
.widget-required {
div.title label {
font-weight: bold;
span.required { // sr-only
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
}
}