Skip to content

Commit

Permalink
Update font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 9, 2022
1 parent a6fddf4 commit ea31794
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions war/src/main/less/base/typography.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,32 @@ h6,

h1,
.h1 {
font-size: 1.7rem;
font-size: 1.6rem;
}

h2,
.h2 {
font-size: 1.5rem;
font-size: 1.4rem;
}

h3,
.h3 {
font-size: 1.3rem;
font-size: 1.2rem;
}

h4,
.h4 {
font-size: 1.1rem;
font-size: 1rem;
}

h5,
.h5 {
font-size: 0.9rem;
font-size: 0.8rem;
}

h6,
.h6 {
font-size: 0.7rem;
font-size: 0.6rem;
}

.jenkins-description {
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/less/form/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
margin: 0;
cursor: pointer;
line-height: 22px;
font-weight: 600;
font-weight: var(--form-label-font-weight);

&::before {
content: "";
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/less/form/radio.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
margin-bottom: 0;
padding: 0 0 5px 32px;
cursor: pointer;
font-weight: 600;
font-weight: var(--form-label-font-weight);
// remove 300ms pause on mobile
touch-action: manipulation;

Expand Down
2 changes: 1 addition & 1 deletion war/src/main/less/modules/app-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@

h1 {
margin: 0;
font-size: 1.7rem;
font-size: 1.6rem;
}
}

0 comments on commit ea31794

Please sign in to comment.