nestiq-component-library 1.1.99 → 1.1.101
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
|
>
|
|
@@ -162,7 +162,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
162
162
|
</div>
|
|
163
163
|
</div>
|
|
164
164
|
</div>
|
|
165
|
-
<div className="d-flex flex-column listing-
|
|
165
|
+
<div className="d-flex flex-column listing-compact col-6">
|
|
166
166
|
<div className="d-flex flex-row justify-content-between gap-2">
|
|
167
167
|
<span
|
|
168
168
|
className="propertyTitle align-items-start "
|