Skip to content

Commit 0704048

Browse files
authored
Other PayPal Payment Solutions Title Not design like other and alignment not proper #25240 issue fixed
Other PayPal Payment Solutions Title Not design like other and alignment not proper #25240 issue fixed
1 parent 99f206f commit 0704048

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Paypal/view/adminhtml/web

1 file changed

+2
-2
lines changed

app/code/Magento/Paypal/view/adminhtml/web/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
.paypal-recommended-header > .admin__collapsible-block > a::before {content: "" !important;}
2929
.paypal-other-header > .admin__collapsible-block > a::before {content: '' !important; width: 0; height: 0; border-color: transparent; border-top-color: #000; border-style: solid; border-width: .8rem .5rem 0 .5rem; margin-top:1px; transition: all .2s linear;}
3030
.paypal-other-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem .8rem .5rem;}
31-
.paypal-other-header > .admin__collapsible-block > a {color: #007bdb !important; text-align: right;}
3231
.payments-other-header > .admin__collapsible-block > a,
33-
.paypal-recommended-header > .admin__collapsible-block > a {display: inline-block;}
32+
.paypal-recommended-header > .admin__collapsible-block > a,
33+
.paypal-other-header > .admin__collapsible-block > a {display: inline-block;}
3434
.payments-other-header > .admin__collapsible-block > a::before,
3535
.paypal-recommended-header > .admin__collapsible-block > a::before {content: '' !important; width: 0; height: 0; border-color: transparent; border-top-color: #000; border-style: solid; border-width: .8rem .5rem 0 .5rem; margin-top:1px; transition: all .2s linear;}
3636
.payments-other-header > .admin__collapsible-block > a.open::before,

0 commit comments

Comments
 (0)