Skip to content

Commit d19ff10

Browse files
committed
Merge remote-tracking branch 'origin/MC-16289' into 2.3-develop-pr57
2 parents 2849e17 + 0d1b7f8 commit d19ff10

File tree

1 file changed

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

1 file changed

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

0 commit comments

Comments
 (0)