From 6273964804f3641199ce14eed46738843ec37b8c Mon Sep 17 00:00:00 2001 From: Vasilica Olariu Date: Fri, 24 Feb 2023 22:06:44 +0200 Subject: [PATCH 1/6] TCA-1080 - update vertical height variables --- src-ts/lib/styles/_layout.scss | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src-ts/lib/styles/_layout.scss b/src-ts/lib/styles/_layout.scss index 55dcfcc67..b92b8168e 100644 --- a/src-ts/lib/styles/_layout.scss +++ b/src-ts/lib/styles/_layout.scss @@ -2,18 +2,16 @@ @import 'mixins'; html { - --header-height: 80px; - --footer-height: 51px; + --header-height: 60px; + --footer-height: 96px; --breadcrumb-height: 64px; - @include ltemd { - --header-height: 64px; - --breadcrumb-height: 48px; + @media (max-width: 767px) { + --header-height: 48px; } - @include ltesm { - --header-height: 48px; - --footer-height: 101px; + @include ltemd { + --breadcrumb-height: 48px; } } From bd815002f956adc78dc3abede5df32ce77d1dfbd Mon Sep 17 00:00:00 2001 From: Vasilica Olariu Date: Fri, 24 Feb 2023 22:09:10 +0200 Subject: [PATCH 2/6] TCA-1068 - update enrollment btn label --- .../enrollment-sidebar/EnrollmentSidebar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src-ts/tools/learn/certification-details/enrollment-page/enrollment-sidebar/EnrollmentSidebar.tsx b/src-ts/tools/learn/certification-details/enrollment-page/enrollment-sidebar/EnrollmentSidebar.tsx index 0b5ea6398..00a2126cb 100644 --- a/src-ts/tools/learn/certification-details/enrollment-page/enrollment-sidebar/EnrollmentSidebar.tsx +++ b/src-ts/tools/learn/certification-details/enrollment-page/enrollment-sidebar/EnrollmentSidebar.tsx @@ -24,7 +24,12 @@ const EnrollmentSidebar: FC = (props: EnrollmentSidebarP Enroll until April 30 with no cost. -