-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Guilherme Pressutto <[email protected]>
- Loading branch information
1 parent
10783bb
commit 5134e4c
Showing
3 changed files
with
13 additions
and
4 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 |
---|---|---|
@@ -1,11 +1,15 @@ | ||
.wc-payment-gateway-method-name-woopay-wrapper { | ||
.wc-payment-gateway-method-logo-wrapper { | ||
display: flex; | ||
align-items: center; | ||
flex-wrap: wrap; | ||
line-height: 1; | ||
} | ||
|
||
.wc-payment-gateway-method-name-woopay-wrapper img { | ||
.wc-payment-gateway-method-logo-wrapper img { | ||
margin-left: 0.5rem; | ||
padding-top: 4px; | ||
} | ||
|
||
.wc-payment-gateway-method-logo-wrapper.wc-payment-bnpl-logo img { | ||
max-height: 30px; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Significance: patch | ||
Type: fix | ||
Comment: PR related to another issue already in changelog. | ||
|
||
|
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