Skip to content

Commit 7c55d9a

Browse files
author
OlgaVasyltsun
committed
MC-16289: Buttons for Credentials don't show correctly for PayPal
1 parent ce69707 commit 7c55d9a

File tree

1 file changed

+11
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Paypal/web/css/source

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// /**
2+
// * Copyright © Magento, Inc. All rights reserved.
3+
// * See COPYING.txt for license details.
4+
// */
5+
6+
a {
7+
&[data-paypal-button=true] {
8+
display: inline-block;
9+
margin: .6rem 0;
10+
}
11+
}

0 commit comments

Comments
 (0)