style: SIP-34 control-label (#10381)

This commit is contained in:
Maxime Beauchemin 2020-07-21 20:30:36 -07:00 committed by GitHub
parent dc4b1b1271
commit 485cd11ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -29,7 +29,6 @@
.control-label { .control-label {
font-weight: @font-weight-bold; font-weight: @font-weight-bold;
font-size: @font-size-l;
} }
.tiny-cell { .tiny-cell {

View File

@ -470,3 +470,9 @@ hr {
a { a {
cursor: pointer; cursor: pointer;
} }
.control-label {
text-transform: uppercase;
color: @gray;
font-size: @font-size-s;
}

View File

@ -220,7 +220,7 @@
); );
// ** `.form-group` margin // ** `.form-group` margin
@form-group-margin-bottom: 10px; @form-group-margin-bottom: 16px;
@legend-color: @text-color; @legend-color: @text-color;
@legend-border-color: @gray-bg; @legend-border-color: @gray-bg;