From ff583224f110f04184a55a88b62fedab6c88f56b Mon Sep 17 00:00:00 2001 From: markovukiceviccn Date: Thu, 21 Sep 2023 10:53:28 +0200 Subject: [PATCH] #27 - Sync with develop branch --- styles/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index abbdd59cf..a1f4abe50 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -106,11 +106,15 @@ --headline-5-font-size: 1.8rem; /* 18px */ --headline-5-line-height: 140%; + /* Superscript font size */ + --superscript-font-size: 0.750rem; /* 12px */ + /* Wrapper for generic components */ --wrapper-width: 1040px; + /* - OLD STYLES + OLD CSS VARIABLES */ --ff-helvetica-heavy: "Helvetica Neue 85 Heavy", var(--fallback-ff-texts); @@ -821,7 +825,7 @@ main .section.responsive-title h1 { /* Helvetica Neue LT Pro, 75 Bold, 14px, 16px */ --label-font-size: 0.875rem; /* 14px */ --label-line-height: 16px; - + /* Helvetica Neue LT Pro, 55 Roman, 14px, 18px */ --button-font-size: 0.875rem; /* 14px */ --button-line-height: 18px;