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 3201e4ab
authored
2024-06-03 18:27:41 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
7209026c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
styles/globals.css
styles/globals.css
View file @
3201e4a
...
...
@@ -367,6 +367,7 @@ header {
}
.header-search
.rbt
.rbt-input-main
{
padding-right
:
2.5rem
;
font-size
:
0.833vw
;
}
.header-search
>
.form-control
{
font-size
:
0.833vw
;
...
...
@@ -2946,7 +2947,7 @@ input[type="number"]::-webkit-outer-spin-button {
position
:
absolute
;
left
:
0
;
width
:
107%
;
margin-left
:
-
45px
;
margin-left
:
-
2.5vw
;
}
.swiper-nav
{
...
...
@@ -3779,6 +3780,13 @@ img:hover {
}
}
@media
(
max-width
:
1023px
)
{
.swiper-nav
,
.home_nav
{
margin-left
:
-33px
;
}
.top-btn
{
margin-bottom
:
1rem
;
margin-top
:
1rem
;
}
.swiper-nav
,
.home_nav
{
margin-left
:
-25px
;
...
...
@@ -3826,6 +3834,12 @@ img:hover {
}
@media
(
max-width
:
767px
)
{
.sub-categories
{
margin-bottom
:
1rem
;
}
.header-search
.rbt
.rbt-input-main
{
font-size
:
1rem
;
}
.gift-card-amt
ul
li
a
,
.gift-card-amt
ul
li
label
{
min-width
:
40vw
;
...
...
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