kupos-ui-components-lib 7.0.4 → 7.0.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.
|
@@ -583,7 +583,7 @@ function ServiceItemPB({ serviceItem, onBookButtonPress, colors, metaData, child
|
|
|
583
583
|
color: isSoldOut ? "#c0c0c0" : colors.priceColor,
|
|
584
584
|
top: 0,
|
|
585
585
|
bottom: 0,
|
|
586
|
-
left: "clamp(
|
|
586
|
+
left: "clamp(70%, 65% + (100vw - 1300px) * 0.1, 65%)",
|
|
587
587
|
// left: "68%",
|
|
588
588
|
right: 0,
|
|
589
589
|
justifyContent: getNumberOfSeats() < 2 || removeDuplicateSeats
|
package/package.json
CHANGED
|
@@ -1012,7 +1012,7 @@ function ServiceItemPB({
|
|
|
1012
1012
|
color: isSoldOut ? "#c0c0c0" : colors.priceColor,
|
|
1013
1013
|
top: 0,
|
|
1014
1014
|
bottom: 0,
|
|
1015
|
-
left: "clamp(
|
|
1015
|
+
left: "clamp(70%, 65% + (100vw - 1300px) * 0.1, 65%)",
|
|
1016
1016
|
// left: "68%",
|
|
1017
1017
|
right: 0,
|
|
1018
1018
|
justifyContent:
|