Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
Akruti-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 1b615069
authored
2026-02-27 19:01:52 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated mobile
1 parent
282247d5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
components/Collection/Explore.js
pages/collections/[category]/[subCategory]/[productSlug].js
pages/collections/[category]/[subCategory]/index.js
styles/globals.css
components/Collection/Explore.js
View file @
1b61506
...
@@ -78,7 +78,7 @@ const Explore = ({productData}) => {
...
@@ -78,7 +78,7 @@ const Explore = ({productData}) => {
))}
))}
<
/Swiper
>
<
/Swiper
>
{
/* Swiper buttons outside container */
}
{
/* Swiper buttons outside container */
}
<
div
className
=
"position-absolute swiperbtn1 d-lg-flex justify-content-center justify-content-md-between align-items-center w-100"
>
<
div
className
=
"position-absolute swiperbtn1 d-lg-flex justify-content-center justify-content-md-between align-items-center w-100
d-none
"
>
{
/* Attach refs to buttons */
}
{
/* Attach refs to buttons */
}
<
button
className
=
"cust-swiper-button-prev"
>
<
button
className
=
"cust-swiper-button-prev"
>
<
svg
<
svg
...
...
pages/collections/[category]/[subCategory]/[productSlug].js
View file @
1b61506
...
@@ -54,7 +54,7 @@ useEffect(() => {
...
@@ -54,7 +54,7 @@ useEffect(() => {
{
productData
?.
isDoorAndPartitionsLayouts
==
true
?
(
{
productData
?.
isDoorAndPartitionsLayouts
==
true
?
(
<
section
className
=
"details-tab-section"
>
<
section
className
=
"details-tab-section"
>
<
div
className
=
"custom_containers
container
"
>
<
div
className
=
"custom_containers"
>
<
div
className
=
"details-tab"
>
<
div
className
=
"details-tab"
>
<
div
className
=
"head"
>
Products
:
<
/div
>
<
div
className
=
"head"
>
Products
:
<
/div
>
<
Tabs
<
Tabs
...
...
pages/collections/[category]/[subCategory]/index.js
View file @
1b61506
...
@@ -63,7 +63,7 @@ const SubCategoryOrProductPage = ({
...
@@ -63,7 +63,7 @@ const SubCategoryOrProductPage = ({
{
productData
?.
isDoorAndPartitionsLayouts
==
true
?
(
{
productData
?.
isDoorAndPartitionsLayouts
==
true
?
(
<
section
className
=
"details-tab-section"
>
<
section
className
=
"details-tab-section"
>
<
div
className
=
"custom_containers
container
"
>
<
div
className
=
"custom_containers"
>
<
div
className
=
"details-tab"
>
<
div
className
=
"details-tab"
>
<
div
className
=
"head"
>
Products
:
<
/div
>
<
div
className
=
"head"
>
Products
:
<
/div
>
<
Tabs
<
Tabs
...
...
styles/globals.css
View file @
1b61506
...
@@ -1371,9 +1371,13 @@ footer a:hover {
...
@@ -1371,9 +1371,13 @@ footer a:hover {
.tab-01.nav-tabs
.nav-item
{
.tab-01.nav-tabs
.nav-item
{
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
}
}
.accordion01
.accordion
.image
img
{
max-height
:
244px
;
}
.tab-01
{
.tab-01
{
margin-left
:
3vw
;
margin-left
:
10px
;
margin-right
:
3vw
;
margin-right
:
10px
;
padding
:
0
;
}
}
.details-tab
.head
{
.details-tab
.head
{
top
:
inherit
;
top
:
inherit
;
...
@@ -1382,7 +1386,7 @@ footer a:hover {
...
@@ -1382,7 +1386,7 @@ footer a:hover {
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
}
}
.tab-01.nav-tabs
.nav-link
{
.tab-01.nav-tabs
.nav-link
{
padding
:
0.4rem
1.5rem
;
padding
:
4px
10px
;
font-size
:
12px
;
font-size
:
12px
;
}
}
.explore-swiper
{
.explore-swiper
{
...
...
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