@pitvox/partner-react 0.7.19 → 0.7.21
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/index.cjs +1 -1
- package/dist/index.js +1238 -1179
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2729,6 +2729,7 @@
|
|
|
2729
2729
|
|
|
2730
2730
|
.pvx-positions-section {
|
|
2731
2731
|
margin-top: 1.25rem;
|
|
2732
|
+
padding: 1rem;
|
|
2732
2733
|
}
|
|
2733
2734
|
|
|
2734
2735
|
.pvx-positions-section-title {
|
|
@@ -2740,7 +2741,6 @@
|
|
|
2740
2741
|
|
|
2741
2742
|
.pvx-positions-chart {
|
|
2742
2743
|
margin-bottom: 1rem;
|
|
2743
|
-
padding: 0.75rem 1rem 1rem;
|
|
2744
2744
|
}
|
|
2745
2745
|
|
|
2746
2746
|
.pvx-positions-title {
|
package/package.json
CHANGED