nestiq-component-library 1.1.139 → 1.1.141
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.
|
@@ -198,7 +198,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
198
198
|
style={{
|
|
199
199
|
paddingLeft: "32px",
|
|
200
200
|
paddingRight: "32px",
|
|
201
|
-
paddingTop: "
|
|
201
|
+
paddingTop: "28px",
|
|
202
202
|
}}
|
|
203
203
|
>
|
|
204
204
|
{" "}
|
|
@@ -214,7 +214,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
214
214
|
style={{
|
|
215
215
|
paddingLeft: "32px",
|
|
216
216
|
paddingRight: "32px",
|
|
217
|
-
paddingTop: "
|
|
217
|
+
paddingTop: "28px",
|
|
218
218
|
}}
|
|
219
219
|
>
|
|
220
220
|
<span className="priceValue col-lg-4 col-md-4 col-sm-6 ">
|
|
@@ -247,7 +247,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
247
247
|
</div>
|
|
248
248
|
<div
|
|
249
249
|
className="labelTopClass d-flex start-0 col-sm-5 col-lg-8 "
|
|
250
|
-
style={{ padding: "
|
|
250
|
+
style={{ padding: "28px" }}
|
|
251
251
|
>
|
|
252
252
|
<div className=" align-items-center d-flex flex-row gap-3">
|
|
253
253
|
{props.property.historicalProtection && (
|
|
@@ -284,7 +284,6 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
284
284
|
style={{
|
|
285
285
|
paddingLeft: "32px",
|
|
286
286
|
paddingRight: "32px",
|
|
287
|
-
paddingBottom: "32px",
|
|
288
287
|
}}
|
|
289
288
|
>
|
|
290
289
|
<div className="Frame-136 d-flex flex-row">
|
|
@@ -313,7 +312,6 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
313
312
|
style={{
|
|
314
313
|
paddingLeft: "32px",
|
|
315
314
|
paddingRight: "32px",
|
|
316
|
-
paddingTop: "32px",
|
|
317
315
|
paddingBottom: "32px",
|
|
318
316
|
}}
|
|
319
317
|
>
|