-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from NicholasPedroso/master
Add CAIXA VIRTUAL DEBIT CARD logo for MLB
- Loading branch information
Showing
49 changed files
with
1,802 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ar/payment-methods-default.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ar/payment-methods-default.png'); | ||
} | ||
|
||
/* | ||
|
@@ -14,7 +14,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ar/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ar/[email protected]'); | ||
background-size: 72px 1498px; /* original x1 image size */ | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
|
||
.paymentmethod-large{ | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ar/payment-methods-large.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ar/payment-methods-large.png'); | ||
margin: 5px; | ||
} | ||
|
||
|
@@ -14,7 +14,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ar/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ar/[email protected]'); | ||
background-size: 116px 1494px; /* original x1 image size */ | ||
margin: 5px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/br/payment-methods-default.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/br/payment-methods-default.png'); | ||
height: 16px; /* most common height */ | ||
} | ||
|
||
|
@@ -12,8 +12,8 @@ | |
|
||
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/br/[email protected]'); | ||
background-size: 84px 569px; /* original x1 image size */ | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/br/[email protected]'); | ||
background-size: 84px 615px; /* original x1 image size */ | ||
height: 16px; | ||
} | ||
} | ||
|
@@ -76,4 +76,9 @@ | |
.paymentmethod-pec { | ||
height: 16px; | ||
width: 52px; | ||
} | ||
|
||
.paymentmethod-caixavirtualcard { | ||
height: 16px; | ||
width: 46px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/br/payment-methods-large.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/br/payment-methods-large.png'); | ||
height: 25px; /* most common height */ | ||
margin: 5px; | ||
} | ||
|
@@ -14,8 +14,8 @@ | |
|
||
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/br/[email protected]'); | ||
background-size: 116px 580px; /* original x1 image size */ | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/br/[email protected]'); | ||
background-size: 116px 631px; /* original x1 image size */ | ||
height: 27px; /* most common height */ | ||
margin: 5px; | ||
} | ||
|
@@ -86,3 +86,14 @@ | |
height: 27px; | ||
width: 80px; | ||
} | ||
|
||
.paymentmethod-pec.paymentmethod-large { | ||
height: 27px; | ||
width: 80px; | ||
} | ||
|
||
|
||
.paymentmethod-caixavirtualcard.paymentmethod-large { | ||
height: 24px; | ||
width: 65px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/cl/payment-methods-default.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/cl/payment-methods-default.png'); | ||
height: 16px; /* most common height */ | ||
} | ||
|
||
|
@@ -12,7 +12,7 @@ | |
|
||
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/cl/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/cl/[email protected]'); | ||
background-size: 80px 650px; /* original x1 image size */ | ||
height: 16px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/cl/payment-methods-large.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/cl/payment-methods-large.png'); | ||
height: 26px; /* most common height */ | ||
margin: 5px; | ||
} | ||
|
@@ -14,7 +14,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/cl/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/cl/[email protected]'); | ||
background-size: 130px 650px; /* original x1 image size */ | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/co/payment-methods-default.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/co/payment-methods-default.png'); | ||
height: 16px; /* most common height */ | ||
} | ||
/* | ||
|
@@ -11,7 +11,7 @@ | |
|
||
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/co/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/co/[email protected]'); | ||
background-size: 72px 716px; /* original x1 image size */ | ||
height: 16px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/co/payment-methods-large.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/co/payment-methods-large.png'); | ||
margin: 5px; | ||
} | ||
|
||
|
@@ -12,7 +12,7 @@ | |
|
||
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/co/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/co/[email protected]'); | ||
background-size: 116px 726px; /* original x1 image size */ | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/mx/payment-methods-default.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/mx/payment-methods-default.png'); | ||
height: 16px; /* most common height */ | ||
} | ||
|
||
|
@@ -13,7 +13,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/mx/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/mx/[email protected]'); | ||
background-size: 72px 1256px; /* original x1 image size */ | ||
height: 16px; /* most common height */ | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/mx/payment-methods-large.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/mx/payment-methods-large.png'); | ||
margin: 5px; | ||
} | ||
/* | ||
|
@@ -12,7 +12,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/mx/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/mx/[email protected]'); | ||
background-size: 117px 1265px; /* original x1 image size */ | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/pe/payment-methods-default.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/pe/payment-methods-default.png'); | ||
height: 16px; /* most common height */ | ||
} | ||
/* | ||
|
@@ -12,7 +12,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/pe/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/pe/[email protected]'); | ||
background-size: 72px 417px; /* original x1 image size */ | ||
height: 16px; /* most common height */ | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/pe/payment-methods-large.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/pe/payment-methods-large.png'); | ||
height: 26px; | ||
margin: 5px; | ||
} | ||
|
@@ -13,7 +13,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/pe/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/pe/[email protected]'); | ||
background-size: 116px 432px; /* original x1 image size */ | ||
height: 26px; | ||
margin: 5px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/uy/payment-methods-default.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/uy/payment-methods-default.png'); | ||
background-size: 72px 480px; | ||
height: 16px; | ||
/* most common height */ | ||
|
@@ -17,7 +17,7 @@ | |
(min-resolution: 1.5dppx) { | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/uy/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/uy/[email protected]'); | ||
background-size: 72px 469px; | ||
/* original x1 image size */ | ||
height: 16px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/uy/payment-methods-large.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/uy/payment-methods-large.png'); | ||
background-size: 116px 506px; /* original x1 image size */ | ||
height: 26px; | ||
margin: 5px; | ||
|
@@ -14,7 +14,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/uy/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/uy/[email protected]'); | ||
background-size: 116px 486px; /* original x1 image size */ | ||
height: 26px; | ||
margin: 5px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ve/payment-methods-default.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ve/payment-methods-default.png'); | ||
height: 16px; /* most common height */ | ||
} | ||
/* | ||
|
@@ -12,7 +12,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ve/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ve/[email protected]'); | ||
background-size: 72px 425px; /* original x1 image size */ | ||
height: 16px; /* most common height */ | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
---------------------------------------------------------------*/ | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ve/payment-methods-large.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ve/payment-methods-large.png'); | ||
height: 26px; | ||
margin: 5px; | ||
} | ||
|
@@ -13,7 +13,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ve/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ve/[email protected]'); | ||
background-size: 116px 450px; /* original x1 image size */ | ||
height: 26px; | ||
margin: 5px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Payment Methods Logos | ||
* @authors: ndevalle, ipianciola, gandre, aramos, dudesl, sabustamante | ||
* @description: common component for each country's payment methods logos. | ||
* @version: 1.8.0 | ||
* @version: 1.8.1 | ||
*/ | ||
|
||
/* Common Structure | ||
|
@@ -206,7 +206,7 @@ | |
|
||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ar/payment-methods-default.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ar/payment-methods-default.png'); | ||
} | ||
|
||
/* | ||
|
@@ -216,7 +216,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
[class*='paymentmethod'] { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ar/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ar/[email protected]'); | ||
background-size: 72px 1498px; /* original x1 image size */ | ||
} | ||
|
||
|
@@ -371,7 +371,7 @@ | |
|
||
|
||
.paymentmethod-large{ | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ar/payment-methods-large.png'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ar/payment-methods-large.png'); | ||
margin: 5px; | ||
} | ||
|
||
|
@@ -382,7 +382,7 @@ | |
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) { | ||
|
||
.paymentmethod-large { | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.0/ar/[email protected]'); | ||
background-image: url('https://http2.mlstatic.com/secure/org-img/ui/payment-methods/1.8.1/ar/[email protected]'); | ||
background-size: 116px 1494px; /* original x1 image size */ | ||
margin: 5px; | ||
} | ||
|
Oops, something went wrong.