Skip to content

Commit 751bf4c

Browse files
committed
MAGETWO-57227: Payments configuration sections default setting are wrong
- code style fixes
1 parent 8857b21 commit 751bf4c

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.payflow-settings-notice ul.options-list {list-style:disc;padding:0 2em;}
1717
.paypal-express-section .heading {display: inline-block; background: url("images/pp-logo-200px.png") no-repeat 0 50% / 18rem auto; padding-left: 20rem;}
1818
.paypal-express-section .button-container {display: inline-block; float: right;}
19-
.paypal-express-section .config-alt {background: url("images/pp-alt.png") no-repeat; height: 26px; margin: 0.5rem 0 0; width: 158px;}
19+
.paypal-express-section .config-alt {background: url("images/pp-alt.png") no-repeat; height: 26px; margin: .5rem 0 0; width: 158px;}
2020
.paypal-express-section .link-more {margin-left: 5px;}
2121
.paypal-other-section .heading {display: inline-block;}
2222
.paypal-other-section .button-container {display: inline-block; float: right; margin: 1rem 0 0 !important;}
@@ -27,9 +27,9 @@
2727
.paypal-top-section.active > .entry-edit-head.admin__collapsible-block {border-bottom: 1px solid #ccc;}
2828
.paypal-top-section > .admin__collapsible-block > a {font-size: 1.4rem; font-weight: normal; text-transform: uppercase;}
2929
.paypal-recommended-header > .admin__collapsible-block > a::before {content: "" !important;}
30-
.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: 0.8rem .5rem 0 .5rem; margin-top:1px; transition: all .2s linear;}
31-
.paypal-other-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem 0.8rem .5rem;}
30+
.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;}
31+
.paypal-other-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem .8rem .5rem;}
3232
.paypal-other-header > .admin__collapsible-block > a {color: #007bdb !important; text-align: right;}
3333
.payments-other-header > .admin__collapsible-block > a {display: inline-block;}
34-
.payments-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: 0.8rem .5rem 0 .5rem; margin-top:1px; transition: all .2s linear;}
35-
.payments-other-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem 0.8rem .5rem;}
34+
.payments-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;}
35+
.payments-other-header > .admin__collapsible-block > a.open::before {border-color: transparent; border-bottom-color: #000; border-width: 0 .5rem .8rem .5rem;}

0 commit comments

Comments
 (0)