Skip to content

Commit

Permalink
style: SIP-34 control-label (apache#10381)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored and auxten committed Nov 20, 2020
1 parent 31b813d commit af0bcf1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion superset-frontend/src/CRUD/crud.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

.control-label {
font-weight: @font-weight-bold;
font-size: @font-size-l;
}

.tiny-cell {
Expand Down
6 changes: 6 additions & 0 deletions superset-frontend/stylesheets/less/cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -470,3 +470,9 @@ hr {
a {
cursor: pointer;
}

.control-label {
text-transform: uppercase;
color: @gray;
font-size: @font-size-s;
}
2 changes: 1 addition & 1 deletion superset-frontend/stylesheets/less/cosmo/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
);

// ** `.form-group` margin
@form-group-margin-bottom: 10px;
@form-group-margin-bottom: 16px;

@legend-color: @text-color;
@legend-border-color: @gray-bg;
Expand Down

0 comments on commit af0bcf1

Please sign in to comment.