From 400e40358bfb78e0cad7fc2a880ce17ec3fbf266 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 22 Oct 2020 18:13:45 -0300 Subject: [PATCH] New Container --- assets/base.css | 5 ++++- components/core/Footer/Footer.tsx | 17 ++++++++++++----- components/icon/DoubleChevron.tsx | 4 ++-- components/icon/index.ts | 1 + .../product/ProductView/ProductView.module.css | 15 +++++---------- components/product/ProductView/ProductView.tsx | 1 - components/ui/Container/Container.tsx | 2 +- components/ui/Modal/Modal.tsx | 5 ++++- components/ui/Sidebar/Sidebar.tsx | 2 +- public/{us-flag.png => flag-us.png} | Bin tailwind.config.js | 4 ++++ 11 files changed, 34 insertions(+), 22 deletions(-) rename public/{us-flag.png => flag-us.png} (100%) diff --git a/assets/base.css b/assets/base.css index af58c1b0f..3c962b16c 100644 --- a/assets/base.css +++ b/assets/base.css @@ -17,9 +17,12 @@ --red: #da3c3c; --pink: #e64980; --purple: #f81ce5; - --violet: #5f3dc4; + --blue: #0070f3; + --violet-light: #7048e8; + --violet: #5f3dc4; + --accents-0: #f8f9fa; --accents-1: #f1f3f5; --accents-2: #e9ecef; diff --git a/components/core/Footer/Footer.tsx b/components/core/Footer/Footer.tsx index 83bde14b0..e98cf1bda 100644 --- a/components/core/Footer/Footer.tsx +++ b/components/core/Footer/Footer.tsx @@ -4,7 +4,7 @@ import Link from 'next/link' import type { Page } from '@lib/bigcommerce/api/operations/get-all-pages' import getSlug from '@utils/get-slug' import { Logo, Container } from '@components/ui' -import { Github } from '@components/icon' +import { Github, DoubleChevron } from '@components/icon' interface Props { className?: string @@ -21,7 +21,7 @@ const Footer: FC = ({ className, pages }) => { return (