Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit e3e95304
authored
2024-06-03 17:50:01 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
9f6e93ca
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
public/images/icons/arrow-left-w.svg
public/images/icons/arrow-right-w.svg
styles/globals.css
public/images/icons/arrow-left-w.svg
0 → 100644
View file @
e3e9530
<svg
width=
"14"
height=
"23"
viewBox=
"0 0 14 23"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
d=
"M11.7904 2.87891L3 11.6693L11.7904 20.4597"
stroke=
"white"
stroke-width=
"4"
stroke-linecap=
"round"
/>
</svg>
public/images/icons/arrow-right-w.svg
0 → 100644
View file @
e3e9530
<svg
width=
"15"
height=
"22"
viewBox=
"0 0 15 22"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
d=
"M2.93652 19.5808L11.7269 10.7904L2.93652 2"
stroke=
"white"
stroke-width=
"4"
stroke-linecap=
"round"
/>
</svg>
styles/globals.css
View file @
e3e9530
...
...
@@ -2067,7 +2067,7 @@ span.form-error,
.testimonial-item
{
text-align
:
center
;
padding
:
0
1
5rem
;
padding
:
0
1
3vw
;
}
.testimonial-item
.image
{
padding
:
0.2rem
!important
;
...
...
@@ -2926,10 +2926,10 @@ input[type="number"]::-webkit-outer-spin-button {
width
:
106%
;
}
.mySwiper01
.swiper-button-prev
:after
{
background
:
url(/images/icons/arrow-left.svg)
no-repeat
center
;
background
:
url(/images/icons/arrow-left
-w
.svg)
no-repeat
center
;
}
.mySwiper01
.swiper-button-next
:after
{
background
:
url(/images/icons/arrow-right.svg)
no-repeat
center
;
background
:
url(/images/icons/arrow-right
-w
.svg)
no-repeat
center
;
}
.swiper.mySwiper02
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment