Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
c83db5e9
Commit
c83db5e9
authored
Feb 27, 2023
by
lmf
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' into production
parents
1314a38f
8535f2b8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
3 deletions
+30
-3
.gitignore
+1
-0
app/code/Sparsh/QuickView/view/frontend/web/css/quickview.css
+29
-3
No files found.
.gitignore
View file @
c83db5e9
...
@@ -14,3 +14,4 @@ generated
...
@@ -14,3 +14,4 @@ generated
var
var
.idea
.idea
/.php_cs.cache
/.php_cs.cache
/app/design/frontend/Joshine/breeze/Magento_Theme/templates/root.phtml
app/code/Sparsh/QuickView/view/frontend/web/css/quickview.css
View file @
c83db5e9
...
@@ -646,15 +646,31 @@ a.sparsh-quick-view-button{
...
@@ -646,15 +646,31 @@ a.sparsh-quick-view-button{
width
:
85%
;
width
:
85%
;
}
}
.page-wrapper
.product-intro__freeshipping.product-intro__bg-none
{
#sparsh-mfp-quickview
.page-wrapper
.product-intro__freeshipping.product-intro__bg-none
{
width
:
120%
;
width
:
120%
;
}
}
.page-wrapper
.product-info-price
.price-box
{
#sparsh-mfp-quickview
.page-wrapper
.product-info-price
.price-box
{
width
:
120%
;
width
:
120%
;
}
}
@media
(
min-width
:
1024px
){
#sparsh-mfp-quickview
.stage
{
min-height
:
100%
;
min-width
:
100%
;
}
#sparsh-mfp-quickview
.breeze-gallery.vertical
:not
(
.opened
)
.thumbnails
{
height
:
auto
;
}
#sparsh-mfp-quickview
.page-wrapper
{
min-height
:
80vh
;
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.page-wrapper
.page-main
>
.columns
{
#sparsh-mfp-quickview
.page-wrapper
.page-main
>
.columns
{
margin-top
:
20px
;
margin-top
:
20px
;
}
}
...
@@ -749,4 +765,13 @@ a.sparsh-quick-view-button{
...
@@ -749,4 +765,13 @@ a.sparsh-quick-view-button{
left
:
85%
;
left
:
85%
;
top
:
60%
;
top
:
60%
;
}
}
.sparsh-mfp-wrap
.breeze-gallery
img
{
max-width
:
60%
!important
;
}
#sparsh-mfp-quickview
.page-wrapper
{
min-height
:
80vh
;
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment