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 2d4bb548
authored
2024-07-11 20:00:54 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
20125dc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
5 deletions
styles/globals.css
styles/globals.css
View file @
2d4bb54
...
@@ -4228,7 +4228,11 @@ footer .footer-link ul {
...
@@ -4228,7 +4228,11 @@ footer .footer-link ul {
position
:
relative
;
position
:
relative
;
line-height
:
0
;
line-height
:
0
;
top
:
-50px
;
top
:
-50px
;
/* margin-top: 2rem; */
display
:
flex
;
align-items
:
flex-start
;
justify-content
:
center
;
flex-direction
:
column
;
height
:
100%
;
}
}
/* .image-gallery-content .image-gallery-slide .image-gallery-image {
/* .image-gallery-content .image-gallery-slide .image-gallery-image {
...
@@ -4257,7 +4261,7 @@ footer .footer-link ul {
...
@@ -4257,7 +4261,7 @@ footer .footer-link ul {
z-index
:
999
;
z-index
:
999
;
margin-top
:
7px
;
margin-top
:
7px
;
}
}
.notification-row
.batch-icon
{
.notification-row
.batch-icon
{
width
:
10px
;
width
:
10px
;
height
:
10px
;
height
:
10px
;
border-radius
:
50px
;
border-radius
:
50px
;
...
@@ -4480,6 +4484,9 @@ footer .footer-link ul {
...
@@ -4480,6 +4484,9 @@ footer .footer-link ul {
}
}
@media
(
max-width
:
767px
)
{
@media
(
max-width
:
767px
)
{
.image-gallery-thumbnail
+
.image-gallery-thumbnail
{
margin-left
:
0.5rem
;
}
.product-info
.btn-row
.btn
{
.product-info
.btn-row
.btn
{
padding-left
:
5vw
;
padding-left
:
5vw
;
padding-right
:
5vw
;
padding-right
:
5vw
;
...
@@ -4556,6 +4563,7 @@ footer .footer-link ul {
...
@@ -4556,6 +4563,7 @@ footer .footer-link ul {
.header-search
.rbt
.rbt-input-main
{
.header-search
.rbt
.rbt-input-main
{
font-size
:
1rem
;
font-size
:
1rem
;
width
:
100%
;
}
}
.blog-detail-inner-session
h2
{
.blog-detail-inner-session
h2
{
...
@@ -4657,7 +4665,9 @@ footer .footer-link ul {
...
@@ -4657,7 +4665,9 @@ footer .footer-link ul {
.navbar-toggler
{
.navbar-toggler
{
border
:
0
;
border
:
0
;
}
}
header
.navbar-toggler
:focus
{
box-shadow
:
none
;
}
.navbar-toggler
.navbar-toggler-icon
{
.navbar-toggler
.navbar-toggler-icon
{
background
:
url(/images/icons/close_icon.svg)
no-repeat
!important
;
background
:
url(/images/icons/close_icon.svg)
no-repeat
!important
;
background-size
:
100%
!important
;
background-size
:
100%
!important
;
...
@@ -4728,8 +4738,8 @@ footer .footer-link ul {
...
@@ -4728,8 +4738,8 @@ footer .footer-link ul {
}
}
.product-info
.price
{
.product-info
.price
{
font-size
:
3
.883vw
;
font-size
:
5
.883vw
;
line-height
:
3
.883vw
;
line-height
:
5
.883vw
;
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
}
}
...
@@ -4903,6 +4913,12 @@ footer .footer-link ul {
...
@@ -4903,6 +4913,12 @@ footer .footer-link ul {
}
}
@media
(
max-width
:
767px
)
{
@media
(
max-width
:
767px
)
{
.breadcrumb-wrap
.ant-breadcrumb
ol
li
.ant-breadcrumb-separator
{
margin
:
0
0.4rem
;
}
.breadcrumb-wrap
:where
(
.css-dev-only-do-not-override-1n03m5p
)
.ant-breadcrumb
.anticon
{
font-size
:
11px
;
}
.form-select
{
.form-select
{
font-size
:
0.9rem
;
font-size
:
0.9rem
;
}
}
...
...
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