nestiq-component-library 1.1.100 → 1.1.102
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.
|
@@ -125,8 +125,8 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
125
125
|
>
|
|
126
126
|
<div className="d-flex flex-row justify-content-between gap-5">
|
|
127
127
|
<div
|
|
128
|
-
className="d-flex
|
|
129
|
-
style={{ position: "absolute",
|
|
128
|
+
className="d-flex "
|
|
129
|
+
style={{ position: "absolute", left: "16px" }}
|
|
130
130
|
onClick={() => handleArrowClickInMainImage("left")}
|
|
131
131
|
role="button"
|
|
132
132
|
>
|
|
@@ -134,7 +134,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
134
134
|
</div>
|
|
135
135
|
<div></div>
|
|
136
136
|
<div
|
|
137
|
-
className="d-flex
|
|
137
|
+
className="d-flex "
|
|
138
138
|
onClick={() => handleArrowClickInMainImage("right")}
|
|
139
139
|
role="button"
|
|
140
140
|
>
|
|
@@ -148,13 +148,15 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
148
148
|
className="d-flex flex-row align-self-end justify-item-start justify-content-between align-item-start gap-1 mb-2 ms-4"
|
|
149
149
|
style={{ position: "absolute", left: "0" }}
|
|
150
150
|
>
|
|
151
|
-
<div className="cardTag">{`${currentImageIndex + 1}/${
|
|
152
|
-
pictureUrls.length
|
|
153
|
-
}`}</div>
|
|
154
151
|
<div
|
|
155
|
-
className="
|
|
152
|
+
className="cardTag"
|
|
153
|
+
style={{ marginBottom: "16px", marginLeft: "16px" }}
|
|
154
|
+
>{`${currentImageIndex + 1}/${pictureUrls.length}`}</div>
|
|
155
|
+
<div
|
|
156
|
+
className="Grundriss kontact-button-text ms-2 "
|
|
156
157
|
role="button"
|
|
157
158
|
onClick={floorPlanOnClick}
|
|
159
|
+
style={{ marginBottom: "16px"}}
|
|
158
160
|
>
|
|
159
161
|
<img src={iconLayers} className="" style={{ width: "18px" }} />{" "}
|
|
160
162
|
Grundriss
|