replace html labels with h2 elements
Some elements should not be html labels, for example when they include sub-elements that contain labels (ex: a radio button that has a label on its own). Those are replaced with title elements
This commit is contained in:
parent
62591623f4
commit
1a58dd69c2
4 changed files with 26 additions and 8 deletions
|
@ -373,6 +373,12 @@
|
|||
margin-bottom: $default-padding;
|
||||
}
|
||||
|
||||
.label-not-label {
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
margin-bottom: $default-padding;
|
||||
}
|
||||
|
||||
.explication {
|
||||
margin-bottom: $default-fields-spacer;
|
||||
padding: $default-padding / 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue