Skip to content

Commit

Permalink
Updated OCBC digital logo (#457)
Browse files Browse the repository at this point in the history
* Updated OCBC digital logo

* removed commented out code.

---------

Co-authored-by: Aashish <[email protected]>
  • Loading branch information
aashishgurung and Aashish authored Nov 17, 2023
1 parent e84f907 commit 0a29929
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
7 changes: 1 addition & 6 deletions view/frontend/web/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@
background-size: contain;
}

/** MayBank **/
/* #omise_offsite_installmentForm .mbb {
background: #007bc4;
} */

#omise_offsite_installmentForm img.mbb {
background: url('../images/fpx-maybank.svg');
}
Expand All @@ -171,7 +166,7 @@ div.ocbc_pao {
}

div.ocbc_digital {
background-image: url('../images/ocbc_digital.png');
background-image: url('../images/ocbc_digital.svg');
width: 30px;
height: 30px;
float: right;
Expand Down
Binary file removed view/frontend/web/images/ocbc_digital.png
Binary file not shown.
1 change: 1 addition & 0 deletions view/frontend/web/images/ocbc_digital.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ define(
code: 'omise_offsite_ocbc_digital',
restrictedToCurrencies: ['sgd'],
logo: {
file: "images/ocbc_digital.png",
width: "80",
file: "images/ocbc_digital.svg",
width: "30",
height: "30",
name: "ocbc_digital"
}
Expand Down

0 comments on commit 0a29929

Please sign in to comment.