Skip to content

Commit

Permalink
🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
jannik.lange committed Feb 3, 2025
1 parent 999d2ae commit bc9edcf
Showing 1 changed file with 51 additions and 47 deletions.
98 changes: 51 additions & 47 deletions public/assets/css/custom-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,68 @@
* We need this css to ensure the correct patternlab
* behaviour inside of a webcomponent.
*/
:host, :root {
--color-brand-main-blue: #005A9F;
--color-neutrals-blue: #BDD4EA;
--color-neutrals-blue-xlight: #F2F6FA;
--color-neutrals-grey: #3A5368;
color: var(--color-neutrals-grey);
font-family: Open Sans, Arial, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
word-break: break-word;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
:host,
:root {
--color-brand-main-blue: #005a9f;
--color-neutrals-blue: #bdd4ea;
--color-neutrals-blue-xlight: #f2f6fa;
--color-neutrals-grey: #3a5368;
color: var(--color-neutrals-grey);
font-family:
Open Sans,
Arial,
sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
word-break: break-word;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1 {
font-family: "Roboto Condensed",Arial,sans-serif;
font-size: 1.875rem;
font-weight: 700;
line-height: 1.25;
font-family: "Roboto Condensed", Arial, sans-serif;
font-size: 1.875rem;
font-weight: 700;
line-height: 1.25;
}
h2 {
font-family: "Roboto Condensed",Arial,sans-serif;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.25;
font-family: "Roboto Condensed", Arial, sans-serif;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.25;
}
h3 {
font-family: "Roboto Condensed",Arial,sans-serif;
font-size: 1.25rem;
font-weight: 700;
line-height: 1.25;
font-family: "Roboto Condensed", Arial, sans-serif;
font-size: 1.25rem;
font-weight: 700;
line-height: 1.25;
}
h4 {
font-family: "Roboto Condensed",Arial,sans-serif;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.25;
font-family: "Roboto Condensed", Arial, sans-serif;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.25;
}
h5 {
font-family: "Roboto Condensed",Arial,sans-serif;
font-size: 1rem;
font-weight: 700;
line-height: 1.5;
font-family: "Roboto Condensed", Arial, sans-serif;
font-size: 1rem;
font-weight: 700;
line-height: 1.5;
}

@media all and (min-width:1200px) {
h1 {
font-size: 2.375rem;
}
h2 {
font-size: 1.75rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1.25rem;
}
@media all and (min-width: 1200px) {
h1 {
font-size: 2.375rem;
}
h2 {
font-size: 1.75rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1.25rem;
}
}

0 comments on commit bc9edcf

Please sign in to comment.