@product7/product7-js 0.1.5 → 0.1.6
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
|
@@ -624,11 +624,19 @@ export const messengerViewsStyles = `
|
|
|
624
624
|
color: var(--msg-text-secondary);
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
-
.messenger-help-collection-icon svg
|
|
628
|
-
.messenger-help-collection-icon iconify-icon {
|
|
627
|
+
.messenger-help-collection-icon svg {
|
|
629
628
|
width: 2rem;
|
|
630
629
|
height: 2rem;
|
|
631
630
|
display: block;
|
|
631
|
+
flex-shrink: 0;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.messenger-help-collection-icon iconify-icon {
|
|
635
|
+
font-size: 2rem;
|
|
636
|
+
width: 1em;
|
|
637
|
+
height: 1em;
|
|
638
|
+
display: block;
|
|
639
|
+
flex-shrink: 0;
|
|
632
640
|
}
|
|
633
641
|
|
|
634
642
|
.messenger-help-collection-content {
|