@product7/product7-js 0.2.3 → 0.2.4
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/package.json
CHANGED
|
@@ -616,8 +616,8 @@ export const messengerViewsStyles = `
|
|
|
616
616
|
|
|
617
617
|
.messenger-help-collection-icon {
|
|
618
618
|
flex-shrink: 0;
|
|
619
|
-
width:
|
|
620
|
-
height:
|
|
619
|
+
width: 1.75rem;
|
|
620
|
+
height: 1.75rem;
|
|
621
621
|
display: flex;
|
|
622
622
|
align-items: center;
|
|
623
623
|
justify-content: center;
|
|
@@ -625,14 +625,14 @@ export const messengerViewsStyles = `
|
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
.messenger-help-collection-icon svg {
|
|
628
|
-
width: 1.
|
|
629
|
-
height: 1.
|
|
628
|
+
width: 1.1rem;
|
|
629
|
+
height: 1.1rem;
|
|
630
630
|
display: block;
|
|
631
631
|
flex-shrink: 0;
|
|
632
632
|
}
|
|
633
633
|
|
|
634
634
|
.messenger-help-collection-icon iconify-icon {
|
|
635
|
-
font-size: 1.
|
|
635
|
+
font-size: 1.1rem;
|
|
636
636
|
width: 1em;
|
|
637
637
|
height: 1em;
|
|
638
638
|
display: block;
|