From ce3efdce7db631a5b628c03805948f29820d0950 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Tue, 24 Aug 2021 13:09:27 +0700 Subject: [PATCH 1/2] :twisted_rightwards_arrows: merge: Merge branch 'common' of https://github.com/KieIO/grocery-vercel-commerce into common --- pages/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 31c11e3a8..6552bbebc 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,7 +1,5 @@ -import { ButtonCommon, CarouselCommon, LabelCommon, Layout, QuanittyInput } from 'src/components/common' -import { IconBuy } from 'src/components/icons' -import { ButonType, ButtonSize } from 'src/utils/constanst.utils' +import { CarouselCommon, LabelCommon, Layout, QuanittyInput } from 'src/components/common' const dataTest = [{ text: 1 From 4f557b49fdb5badac031b8e195376e7019f68bc0 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Wed, 25 Aug 2021 11:09:53 +0700 Subject: [PATCH 2/2] :art: styles: set font-weight: bold;, text-transform: uppercase; for heading, sm-headline common :%s --- src/styles/_utilities.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/_utilities.scss b/src/styles/_utilities.scss index 53a0d952b..ef5abebd5 100644 --- a/src/styles/_utilities.scss +++ b/src/styles/_utilities.scss @@ -3,6 +3,8 @@ font-size: 4.8rem; line-height: 5.6rem; letter-spacing: -0.03em; + font-weight: bold; + text-transform: uppercase; @screen md { font-size: 6.4rem; line-height: 8rem; @@ -13,6 +15,8 @@ font-size: 4rem; line-height: 4.8rem; letter-spacing: -0.02em; + font-weight: bold; + text-transform: uppercase; @screen md { font-size: 4.8rem; line-height: 5.6rem; @@ -23,6 +27,8 @@ font-size: 2.4rem; line-height: 3.2rem; letter-spacing: -0.01em; + font-weight: bold; + text-transform: uppercase; @screen md { font-size: 3.2rem; line-height: 4rem; @@ -34,6 +40,7 @@ font-size: 1.8rem; line-height: 2.8rem; letter-spacing: -0.01em; + font-weight: bold; @screen md { font-size: 2rem; line-height: 2.8rem;