@thinkpixellab-public/px-vue 3.0.14 → 3.0.15
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/components/PxFloat.vue +13 -0
- package/package.json +1 -1
package/components/PxFloat.vue
CHANGED
|
@@ -576,6 +576,19 @@ $d: 0.4s;
|
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
578
|
|
|
579
|
+
&--message & {
|
|
580
|
+
// dialog adds basic popup styling
|
|
581
|
+
&__popup {
|
|
582
|
+
@include css-map(
|
|
583
|
+
popup(
|
|
584
|
+
(
|
|
585
|
+
padding: sp(1) sp(1.5),
|
|
586
|
+
)
|
|
587
|
+
)
|
|
588
|
+
);
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
|
|
579
592
|
&--menu & {
|
|
580
593
|
&__popup {
|
|
581
594
|
display: flex;
|