File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Paypal/view/adminhtml/web Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
.paypal-top-section .active > .entry-edit-head .admin__collapsible-block {border-bottom : 1px solid # ccc ;}
28
28
.paypal-top-section > .admin__collapsible-block > a {font-size : 1.4rem ; font-weight : normal; text-transform : uppercase;}
29
29
.paypal-recommended-header > .admin__collapsible-block > a ::before {content : "" !important ;}
30
- .paypal-other-header > .admin__collapsible-block > a . open ::before {content : "\25B2" !important ;}
31
- .paypal-other-header > .admin__collapsible-block > a ::before {color : # 000 ; content : "\25BC" !important ; font-size : 1 rem ; top : 2.2 rem ;}
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.8 rem .5 rem 0 .5 rem ; margin-top : 1 px ; transition : all .2 s linear ;}
31
+ .paypal-other-header > .admin__collapsible-block > a . open ::before {border- color: transparent; border-bottom-color : # 000 ; border-width : 0 .5 rem 0.8 rem .5 rem ;}
32
32
.paypal-other-header > .admin__collapsible-block > a {color : # 007bdb !important ; text-align : right;}
33
33
.payments-other-header > .admin__collapsible-block > a {display : inline-block;}
34
- .payments-other-header > .admin__collapsible-block > a ::before {content : "\25BC" !important ; font-size : 1 rem ;}
35
- .payments-other-header > .admin__collapsible-block > a .open ::before {content : "\25B2" !important ;}
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.8 rem .5 rem 0 .5 rem ; margin-top : 1 px ; transition : all .2 s linear ;}
35
+ .payments-other-header > .admin__collapsible-block > a .open ::before {border-color : transparent; border-bottom-color : # 000 ; border-width : 0 .5 rem 0.8 rem .5 rem ;}
You can’t perform that action at this time.
0 commit comments