File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
app/code/Magento/Paypal/view/adminhtml/web Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 29
29
.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;}
30
30
.paypal-other-header > .admin__collapsible-block > a .open ::before {border-color : transparent; border-bottom-color : # 000 ; border-width : 0 .5rem .8rem .5rem ;}
31
31
.paypal-other-header > .admin__collapsible-block > a {color : # 007bdb !important ; text-align : right;}
32
- .payments-other-header > .admin__collapsible-block > a {display : inline-block;}
33
- .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;}
34
- .payments-other-header > .admin__collapsible-block > a .open ::before {border-color : transparent; border-bottom-color : # 000 ; border-width : 0 .5rem .8rem .5rem ;}
32
+ .payments-other-header > .admin__collapsible-block > a ,
33
+ .paypal-recommended-header > .admin__collapsible-block > a {display : inline-block;}
34
+ .payments-other-header > .admin__collapsible-block > a ::before ,
35
+ .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;}
36
+ .payments-other-header > .admin__collapsible-block > a .open ::before ,
37
+ .paypal-recommended-header > .admin__collapsible-block > a .open ::before {border-color : transparent; border-bottom-color : # 000 ; border-width : 0 .5rem .8rem .5rem ;}
You can’t perform that action at this time.
0 commit comments