@product7/product7-js 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/product7-js.js
CHANGED
|
@@ -5081,8 +5081,8 @@
|
|
|
5081
5081
|
|
|
5082
5082
|
.messenger-help-collection-icon {
|
|
5083
5083
|
flex-shrink: 0;
|
|
5084
|
-
width:
|
|
5085
|
-
height:
|
|
5084
|
+
width: 2.25rem;
|
|
5085
|
+
height: 2.25rem;
|
|
5086
5086
|
display: flex;
|
|
5087
5087
|
align-items: center;
|
|
5088
5088
|
justify-content: center;
|
|
@@ -5090,14 +5090,14 @@
|
|
|
5090
5090
|
}
|
|
5091
5091
|
|
|
5092
5092
|
.messenger-help-collection-icon svg {
|
|
5093
|
-
width: 1.
|
|
5094
|
-
height: 1.
|
|
5093
|
+
width: 1.5rem;
|
|
5094
|
+
height: 1.5rem;
|
|
5095
5095
|
display: block;
|
|
5096
5096
|
flex-shrink: 0;
|
|
5097
5097
|
}
|
|
5098
5098
|
|
|
5099
5099
|
.messenger-help-collection-icon iconify-icon {
|
|
5100
|
-
font-size: 1.
|
|
5100
|
+
font-size: 1.5rem;
|
|
5101
5101
|
width: 1em;
|
|
5102
5102
|
height: 1em;
|
|
5103
5103
|
display: block;
|