Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Mar 25, 2019
1 parent c5db125 commit 5921174
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mineralair/core"
,"version": "1.0.1"
,"version": "1.0.2"
,"description": "A custom module for staging.mineralair.com"
,"type": "magento2-module"
,"homepage": "https://github.com/mineralair/core"
Expand Down
9 changes: 8 additions & 1 deletion view/frontend/web/_cart.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
// https://github.com/mineralair/core/issues/5
overflow-y: hidden;
.modal-inner-wrap {
margin-top: 35%;
// 2019-03-26 https://stackoverflow.com/a/19461564
// https://www.upwork.com/messages/rooms/room_8bee0dbc4fd74e09e5126906f1a73701/story_2b430801f8df40da1a9a73a1dcb251e9
margin-bottom: 0;
margin-top: 0;
top: 50%;
-moz-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
// 2019-03-16 "How is the mage.modal UI widget's animation implemented?" https://mage2.pro/t/1306
transition: none;
.modal-content {
Expand Down

0 comments on commit 5921174

Please sign in to comment.