rename .label-not-label class into .form-label
This commit is contained in:
parent
d49f6e703e
commit
2ecb9cd5a2
4 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue