Skip to content

Commit

Permalink
Merge branch 'update-forms' into update-forms-2
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 9, 2022
2 parents a9a6b62 + 22bc424 commit a6fddf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions war/src/main/less/abstracts/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@
--form-item-max-width: ~"min(65vw, 1600px)";
--form-item-max-width--medium: ~"min(50vw, 1400px)";
--form-item-max-width--small: ~"min(35vw, 1200px)";
--form-label-font-weight: bold;
--form-input-padding: 8px;
--form-label-font-weight: 500;
--form-input-padding: 0.5rem;
--form-input-border-radius: 6px;
--form-input-glow: 0 0 0 10px transparent;
--form-input-glow--focus: 0 0 0 5px var(--focus-input-glow);
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/less/modules/section.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

.jenkins-section__title {
margin: 0 0 var(--section-padding) 0;
font-size: 1rem;
font-size: 1.1rem;
font-weight: 700;
}

Expand Down

0 comments on commit a6fddf4

Please sign in to comment.