Skip to content

Commit

Permalink
Increase size of section headings, decrease weight of radios/checkbox…
Browse files Browse the repository at this point in the history
… labels, change padding to REM
  • Loading branch information
janfaracik committed Jan 9, 2022
1 parent 7f63f70 commit 3480a67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 600;
--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
4 changes: 2 additions & 2 deletions war/src/main/less/modules/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
margin-bottom: 0;
padding: 0 0 5px 32px;
cursor: pointer;
font-weight: 600;
font-weight: 500;
// remove 300ms pause on mobile
touch-action: manipulation;

Expand Down Expand Up @@ -474,7 +474,7 @@
margin: 0;
cursor: pointer;
line-height: 22px;
font-weight: 600;
font-weight: 500;

&::before {
content: "";
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 3480a67

Please sign in to comment.