Fix font sizes and link color on marketing pages (#31504)

GitOrigin-RevId: 3a672f4fb129a051c388aae1cce482aec9695cb6
This commit is contained in:
Rebeka Dekany
2026-02-13 15:07:13 +01:00
committed by Copybot
parent dbf6401f22
commit 1a1fa497fd
2 changed files with 26 additions and 12 deletions

View File

@@ -29,6 +29,8 @@
li {
background: url('../../../public/img/website-redesign/check-in-green-circle.svg')
no-repeat left top;
@include body-lg;
}
}

View File

@@ -95,6 +95,9 @@
// Specific overrides for link styles
&.link-monospace {
@include heading-xs;
color: var(--green-50);
text-decoration: none;
&:hover {
@@ -332,13 +335,12 @@
.header-description {
p {
font-size: var(--font-size-05);
line-height: var(--line-height-03);
@include heading-sm;
margin-bottom: 0;
@include media-breakpoint-down(lg) {
font-size: var(--font-size-04);
line-height: var(--line-height-02);
@include body-base;
}
}
}
@@ -553,6 +555,10 @@
text-align: center;
}
p {
@include heading-sm;
}
@include media-breakpoint-down(lg) {
display: flex;
flex-direction: column;
@@ -878,6 +884,10 @@
justify-content: space-evenly;
}
}
p {
@include heading-sm;
}
}
.security-info {
@@ -901,6 +911,8 @@
}
.security-heading-section {
font-size: var(--font-size-05);
@include media-breakpoint-down(lg) {
p {
text-align: left;
@@ -993,12 +1005,11 @@
p {
margin-bottom: var(--spacing-06);
font-size: 1.125rem;
line-height: 1.333;
@include heading-xs;
@include media-breakpoint-down(lg) {
font-size: 1rem;
line-height: 1.375;
@include body-base;
}
}
}
@@ -1015,6 +1026,7 @@
h3 {
font-size: 1.875rem;
line-height: 1.5;
margin-bottom: var(--spacing-06);
}
ul.list-simple-text,
@@ -1025,13 +1037,13 @@
li {
margin-bottom: var(--spacing-05);
font-size: 1.125rem;
line-height: 1.333;
@include heading-xs;
display: flex;
@include media-breakpoint-down(lg) {
font-size: 1rem;
line-height: 1.375;
@include body-base;
}
}
}