Commit 6b5ad0bc authored by Emiliano Balbuena's avatar Emiliano Balbuena

(feat): Style 2 and 3 decoration artifacts

1 merge request!608WIP: Product pages update
Pipeline #90731069 failed with stages
in 52 minutes and 32 seconds
......@@ -39,3 +39,4 @@ cypress/videos
!/.gitlab
!/.githooks
!/.prettierrc
!.gitattributes
......@@ -159,10 +159,10 @@
position: absolute;
top: 0;
left: 0;
width: 284px;
height: 262px;
transform: translate(-60px, -50px);
background: url('<%= APP_CDN %>/assets/marketing/deco_2-straight.svg')
width: 191px;
height: 191px;
transform: translate(-60px, -58px);
background: url('<%= APP_CDN %>/assets/marketing/deco_3.svg')
no-repeat;
z-index: -1;
......
......@@ -136,10 +136,10 @@
position: absolute;
right: 0;
bottom: 0;
width: 284px;
height: 262px;
width: 169px;
height: 169px;
transform: translate(50px, 50px);
background: url('<%= APP_CDN %>/assets/marketing/deco_2-straight.svg')
background: url('<%= APP_CDN %>/assets/marketing/deco_4.svg')
no-repeat;
z-index: -1;
......
This diff is collapsed.
This diff is collapsed.
*.svg binary
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment