File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mage2pro/ipay88"
3
- ,"version" : " 0.4 .0"
3
+ ,"version" : " 0.5 .0"
4
4
,"description" : " The «iPay88» payment extension for Magento 2."
5
5
,"type" : " magento2-module"
6
6
,"homepage" : " https://mage2.pro/c/extensions/ipay88"
11
11
"homepage" : " https://mage2.pro/users/dmitry_fedyuk" ,
12
12
"role" : " Developer"
13
13
}]
14
- ,"require" : {"mage2pro/core" : " >=2.4.54 " }
14
+ ,"require" : {"mage2pro/core" : " >=2.4.55 " }
15
15
,"autoload" : {"files" : [" registration.php" ], "psr-4" : {"Dfe\\ IPay88\\ " : " " }}
16
16
,"keywords" : [
17
17
" API"
Original file line number Diff line number Diff line change 1
1
// 2017-04-13
2
+ .payment-method.dfe_ipay88 {
3
+ max-width : 40em ;
4
+ // 2017-04-14
5
+ // Ядро использует inline-block для больших экранов,
6
+ // что делает кнопку маленькой и смещённой вправо,
7
+ // она визуально теряется на фоне ярких логотипов опций оплаты.
8
+ .actions-toolbar .primary , .actions-toolbar .secondary {
9
+ display : block ;
10
+ float : none ;
11
+ width : 100% ;
12
+ max-width : 20em ;
13
+ margin : 1.5em auto 0 auto ;
14
+ }
15
+ }
2
16
// 2017-04-14
3
17
// [iPay88] The available payment options for Malaysia: https://mage2.pro/t/3635
4
18
form .dfe_ipay88 {
19
+ @media (min-width : 570px ) {
20
+ ul .df-options {
21
+ -moz-column-count : 2 ;
22
+ -moz-column-gap : 2em ;
23
+ -webkit-column-count : 2 ;
24
+ -webkit-column-gap : em;
25
+ column-count : 2 ;
26
+ column-gap : 2em ;
27
+ }
28
+ }
5
29
.choice label {
6
30
display : inline-block ;
7
31
cursor : pointer ;
You can’t perform that action at this time.
0 commit comments