Skip to content

Commit

Permalink
Maintenance by Magepow.com
Browse files Browse the repository at this point in the history
  • Loading branch information
magiccart committed Jun 4, 2021
1 parent 22f224b commit eca585c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magiccart/magicslider",
"description": "Banner slider flexibly to any page on live store.",
"require": {
"magiccart/community" : ">=1.0"
"magepow/core" : ">=1.0"
},
"type": "magento2-module",
"license": [
Expand All @@ -12,8 +12,8 @@
"authors": [
{
"name": "Alothemes",
"email": "support@alothemes.com",
"homepage": "https://alothemes.com",
"email": "support@magepow.com",
"homepage": "https://magepow.com",
"role": "Technical Support"
}
],
Expand Down
7 changes: 6 additions & 1 deletion view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,12 @@
}

}

.grid-slider {
opacity: 0;
}
.grid-init .grid-slider, .grid-slider.grid-init, .grid-slider.slick-initialized {
opacity: 1;
}
@media only screen and (max-width: 480px) {
.magicslider {
.slick-dots {
Expand Down

0 comments on commit eca585c

Please sign in to comment.