Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
781
Issues
781
List
Boards
Labels
Service Desk
Milestones
Merge Requests
50
Merge Requests
50
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
6b5ad0bc
Commit
6b5ad0bc
authored
4 hours ago
by
Emiliano Balbuena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat): Style 2 and 3 decoration artifacts
parent
e787b240
goal/product-pages-update-1
1 merge request
!608
WIP: Product pages update
Pipeline
#90731069
failed with stages
in 52 minutes and 32 seconds
Changes
6
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
421 additions
and
7 deletions
+421
-7
.gitignore
.gitignore
+1
-0
src/app/common/components/marketing/styles/style-3.scss
src/app/common/components/marketing/styles/style-3.scss
+4
-4
src/app/common/components/marketing/styles/style-4.scss
src/app/common/components/marketing/styles/style-4.scss
+3
-3
src/assets/marketing/deco_3.svg
src/assets/marketing/deco_3.svg
+306
-0
src/assets/marketing/deco_4.svg
src/assets/marketing/deco_4.svg
+106
-0
src/assets/product-pages/.gitattributes
src/assets/product-pages/.gitattributes
+1
-0
No files found.
.gitignore
View file @
6b5ad0bc
...
...
@@ -39,3 +39,4 @@ cypress/videos
!/.gitlab
!/.githooks
!/.prettierrc
!.gitattributes
This diff is collapsed.
Click to expand it.
src/app/common/components/marketing/styles/style-3.scss
View file @
6b5ad0bc
...
...
@@ -159,10 +159,10 @@
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
284
px
;
height
:
262
px
;
transform
:
translate
(
-60px
,
-5
0
px
);
background
:
url('<%= APP_CDN %>/assets/marketing/deco_
2-straight
.svg')
width
:
191
px
;
height
:
191
px
;
transform
:
translate
(
-60px
,
-5
8
px
);
background
:
url('<%= APP_CDN %>/assets/marketing/deco_
3
.svg')
no-repeat
;
z-index
:
-1
;
...
...
This diff is collapsed.
Click to expand it.
src/app/common/components/marketing/styles/style-4.scss
View file @
6b5ad0bc
...
...
@@ -136,10 +136,10 @@
position
:
absolute
;
right
:
0
;
bottom
:
0
;
width
:
284
px
;
height
:
262
px
;
width
:
169
px
;
height
:
169
px
;
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.
Click to expand it.
src/assets/marketing/deco_3.svg
0 → 100644
View file @
6b5ad0bc
This diff is collapsed.
Click to expand it.
src/assets/marketing/deco_4.svg
0 → 100644
View file @
6b5ad0bc
This diff is collapsed.
Click to expand it.
src/assets/product-pages/.gitattributes
0 → 100644
View file @
6b5ad0bc
*.svg binary
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment