File tree Expand file tree Collapse file tree 5 files changed +32
-19
lines changed
BusinessExtension/view/adminhtml
Catalog/view/adminhtml/layout Expand file tree Collapse file tree 5 files changed +32
-19
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
3
3
<head >
4
- <css src =" Meta_BusinessExtension::css/fbe .css" />
4
+ <css src =" Meta_BusinessExtension::css/meta_sidebar_icon .css" />
5
5
</head >
6
6
</page >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
3
+ <head >
4
+ <css src =" Meta_BusinessExtension::css/commerce_extension.css" />
5
+ </head >
6
+
3
7
<body >
4
8
<referenceBlock remove =" true" name =" header.inner.left" />
5
9
<referenceBlock remove =" true" name =" header.inner.right" />
Original file line number Diff line number Diff line change 38
38
border-radius : 4px ;
39
39
max-width : 800px ;
40
40
padding : 16px ;
41
- }
42
-
43
- /* Add a grayscale Meta logo to the left sidebar item for this extension. */
44
- .admin__menu .level-0 .item-facebook > a {
45
- padding-top : 4px ;
46
- }
47
- .admin__menu .level-0 .item-facebook > a : before {
48
- content : url ('../images/meta.svg' );
49
- filter : contrast (0 ) grayscale (1 ) brightness (1.50 );
50
- height : 28px ;
51
- margin : 0 auto;
52
- width : 38px ;
53
- }
54
- .admin__menu .level-0 .item-facebook : hover > a : before ,
55
- .admin__menu .level-0 .item-facebook ._active > a : before {
56
- filter : contrast (0 ) grayscale (1 ) brightness (2 ) ;
57
- }
41
+ }
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the code directory.
8
+ */
9
+
10
+ /* Add a grayscale Meta logo to the left sidebar item for this extension. */
11
+ .admin__menu .level-0 .item-facebook > a {
12
+ padding-top : 4px ;
13
+ }
14
+
15
+ .admin__menu .level-0 .item-facebook > a : before {
16
+ content : url ('../images/meta.svg' );
17
+ filter : contrast (0 ) grayscale (1 ) brightness (1.50 );
18
+ height : 28px ;
19
+ margin : 0 auto;
20
+ width : 38px ;
21
+ }
22
+
23
+ .admin__menu .level-0 .item-facebook : hover > a : before ,
24
+ .admin__menu .level-0 .item-facebook ._active > a : before {
25
+ filter : contrast (0 ) grayscale (1 ) brightness (2 );
26
+ }
Original file line number Diff line number Diff line change 5
5
<title >
6
6
Catalog Diagnostics
7
7
</title >
8
- <css src =" Meta_BusinessExtension::css/fbe.css" />
9
8
<link src =" Meta_Catalog::js/diagnostics.js" />
10
9
</head >
11
10
<body >
You can’t perform that action at this time.
0 commit comments