Skip to content

Commit

Permalink
Adjust heading weights and sizes (#9366)
Browse files Browse the repository at this point in the history
* Init

* Update _app-bar.scss
  • Loading branch information
janfaracik committed Jun 11, 2024
1 parent 0ad6657 commit a6542b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions war/src/main/scss/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ h5,
h6,
.h6 {
line-height: var(--line-height-heading);
font-weight: 650;
font-weight: 600;
display: block;
margin-top: 0;
margin-bottom: var(--section-padding);
Expand All @@ -62,12 +62,12 @@ h1,

h2,
.h2 {
font-size: 1.35rem;
font-size: 1.375rem;
}

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

h4,
Expand All @@ -77,12 +77,12 @@ h4,

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

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

.jenkins-description {
Expand Down
12 changes: 6 additions & 6 deletions war/src/main/scss/components/_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

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

.jenkins-section__items {
Expand Down Expand Up @@ -106,17 +106,17 @@
}

dt {
font-size: 0.925rem;
font-weight: 600;
font-size: 0.9375rem;
font-weight: 500;
margin: 0.1rem 0 0.2rem;
color: var(--text-color);
}

dd {
color: var(--text-color-secondary);
font-weight: 500;
font-weight: 450;
line-height: 1.6;
margin: 0 0.66rem 0 0;
font-size: 0.925rem;
font-size: 0.9375rem;
}
}

0 comments on commit a6542b9

Please sign in to comment.