Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 7, 2017
1 parent 6f9ace9 commit 24f4151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/qiwi"
,"version": "0.2.2"
,"version": "0.2.3"
,"description": "The «Visa QIWI Wallet» (QIWI Кошелёк) payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/qiwi"
Expand Down
21 changes: 5 additions & 16 deletions view/frontend/web/checkout.less
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
// 2017-04-15 Выравнивает по центру горизонтали кнопку «Place Order».
.payment-method.dfe_moip_card {
// 2017-04-14
// Ядро использует inline-block для больших экранов,
// что делает кнопку маленькой и смещённой вправо,
// она визуально теряется на фоне ярких логотипов опций оплаты.
.actions-toolbar .primary, .actions-toolbar .secondary {
display: block;
float: none;
margin: 1.5em auto 0 auto;
max-width: 20em;
width: 100%;
}
}
// 2017-07-15
form.dfe_moip_card { overflow: hidden; > fieldset {float: left; padding-right: 2em;} }
// 2017-09-07
.payment-method.dfe_qiwi {
.df-valid {color: green;}
.df-invalid {color: red;}
}

0 comments on commit 24f4151

Please sign in to comment.