Skip to content

Commit

Permalink
Merge pull request #55 from adyen-examples/add-dankort-logo
Browse files Browse the repository at this point in the history
Add Dankort logo
  • Loading branch information
gcatanese authored Jan 10, 2025
2 parents ca933e0 + 6ea2dd3 commit 91b7c7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
{
"group" : "Dankort",
"logo" : "mc",
"logo" : "dankort",
"items" : [
{
"cardnumber" : "5019 5555 4444 5555",
Expand Down
1 change: 1 addition & 0 deletions images/logos/dankort.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ a {
min-width: 30px;
}

.dankort {
background-image: url('./images/logos/dankort.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 30px 30px;
min-width: 30px;
}

.diners {
background-image: url('./images/logos/diners.svg');
background-repeat: no-repeat;
Expand Down

0 comments on commit 91b7c7d

Please sign in to comment.