rename .label-not-label class into .form-label

This commit is contained in:
clemkeirua 2020-03-23 16:11:20 +01:00 committed by GitHub Action
parent d49f6e703e
commit 2ecb9cd5a2
4 changed files with 9 additions and 9 deletions

View file

@ -44,6 +44,12 @@
}
}
.form-label {
font-weight: bold;
font-size: 18px;
margin-bottom: $default-padding;
}
.notice {
@include notice-text-style;
margin-top: - $default-spacer;
@ -373,12 +379,6 @@
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;