From 75c281fea5bc0e64e8d482055f238679144390b2 Mon Sep 17 00:00:00 2001 From: delivan Date: Sat, 17 Dec 2022 18:21:36 +0900 Subject: [PATCH] Add bg asset on verification page --- pages/verification/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/verification/index.tsx b/pages/verification/index.tsx index b269e7c..4dbbc7e 100644 --- a/pages/verification/index.tsx +++ b/pages/verification/index.tsx @@ -438,6 +438,13 @@ const MainContainer = styled.div` padding: 2.7rem 0; color: white; + + background-image: url("/images/svg/bg-asset-3.svg"), + url("/images/svg/bg-asset-3.svg"), url("/images/svg/bg-asset-3.svg"), + url("/images/svg/bg-asset-3.svg"); + background-size: 3.125rem 3.125rem; + background-position: 296px 536px, 1256px 216px, 376px 776px, 1176px 856px; + background-repeat: no-repeat; `; export const ContentContainer = styled.div`