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 71f705be
authored
2024-07-15 16:25:59 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated ui changes
1 parent
a8252df1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
4 deletions
components/detail/DetailGallery.js
components/layout/Header.js
components/user/MyProfile.js
styles/globals.css
components/detail/DetailGallery.js
View file @
71f705b
...
...
@@ -90,6 +90,7 @@ const DetailGallery = ({ activityById }) => {
<
/div
>
)}
<
Modal
centered
show
=
{
showshareWidget
}
onHide
=
{()
=>
{
setshowshareWidget
(
false
);
...
...
components/layout/Header.js
View file @
71f705b
...
...
@@ -128,7 +128,7 @@ const Header = () => {
<
div
className
=
"user-item"
>
<
ul
>
<
li
>
<
a
href
=
""
>
<
a
href
=
"
/user/my-enquires
"
>
<
span
className
=
"image-container"
>
<
Image
layout
=
"fill"
priority
alt
=
""
className
=
"image img-fluid"
src
=
"/images/icons/my-booking.svg"
/>
<
/span
>
...
...
components/user/MyProfile.js
View file @
71f705b
...
...
@@ -73,7 +73,7 @@ const MyProfile = () => {
<
div
className
=
"row"
>
<
div
className
=
"col-12 col-lg-12"
>
<
div
className
=
"form-container content-wraaper"
>
<
div
className
=
'px-
5
'
>
<
div
className
=
'px-
lg-5
'
>
<
h2
>
My
Profile
<
/h2
>
...
...
styles/globals.css
View file @
71f705b
...
...
@@ -1043,6 +1043,7 @@ span.form-error,
text-align
:
left
;
color
:
#000
;
margin-bottom
:
0
;
word-break
:
break-word
;
}
.btn-edit
{
...
...
@@ -1080,6 +1081,7 @@ span.form-error,
font-size
:
21px
;
font-weight
:
600
;
padding
:
16px
22px
;
word-break
:
break-word
;
}
.content-wraaper
input
:read-only
{
...
...
@@ -4157,6 +4159,7 @@ img:hover {
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
line-height
:
16px
;
}
.listing-wrapper
.product-info
{
...
...
@@ -4227,12 +4230,14 @@ footer .footer-link ul {
.product-gallery-item
.image-gallery-content.image-gallery-content.image-gallery-thumbnails-bottom.fullscreen
{
position
:
relative
;
line-height
:
0
;
top
:
-50px
;
/* top: -50px; */
display
:
flex
;
align-items
:
flex-start
;
align-items
:
normal
;
justify-content
:
center
;
flex-direction
:
column
;
height
:
100%
;
width
:
70%
;
margin
:
0
auto
;
}
/* .image-gallery-content .image-gallery-slide .image-gallery-image {
...
...
@@ -4484,6 +4489,20 @@ footer .footer-link ul {
}
@media
(
max-width
:
767px
)
{
.content-wraaper
input
{
font-size
:
16px
;
height
:
30px
;
}
.form-container
.input-group
{
margin-bottom
:
15px
;
}
.modal
{
z-index
:
9999
;
}
.product-gallery-item
.image-gallery-content.image-gallery-content.image-gallery-thumbnails-bottom.fullscreen
{
width
:
100%
;
margin
:
0
auto
;
}
.image-gallery-thumbnail
+
.image-gallery-thumbnail
{
margin-left
:
0.5rem
;
}
...
...
@@ -4516,6 +4535,7 @@ footer .footer-link ul {
.form-container.content-wraaper
.bg-white.border-div
.profile-img-s
{
width
:
12vw
;
flex
:
0
0
auto
;
}
.gift-an-experience-session
{
...
...
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