nestiq-component-library 1.1.163 → 1.1.164

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.
@@ -235,7 +235,7 @@ export default function PropertyCard(props: PopupProps) {
235
235
  }}
236
236
  >
237
237
  {" "}
238
- <div className="location-wrapper mb-1">
238
+ <div className="location-wrapper">
239
239
  <img
240
240
  src={locationIcon}
241
241
  alt="Location Icon"
@@ -248,13 +248,13 @@ export default function PropertyCard(props: PopupProps) {
248
248
  </div>
249
249
  </div>
250
250
  <div
251
- className="d-flex flex-row gap-3 col-6 col-lg-8 justify-content-between "
251
+ className="d-flex flex-row gap-3 col-6 col-lg-8 justify-content-between mt-3"
252
252
  style={{
253
253
  paddingLeft: "32px",
254
254
  paddingRight: "32px",
255
255
  }}
256
256
  >
257
- <span className="priceValue col-lg-4 col-md-4 col-sm-6 ">
257
+ <span className="priceValue col-lg-5 col-md-5 col-sm-6 ">
258
258
  {formatPrice(props.property?.evaluation?.askingPrice ?? 0)} €
259
259
  <div className="price_label">Kaufpreis</div>
260
260
  </span>
@@ -262,14 +262,14 @@ export default function PropertyCard(props: PopupProps) {
262
262
  {props.property.constructedArea} m²
263
263
  <div className="details">Wohnfläche</div>
264
264
  </span>
265
- <span className="text-dark value col-lg-4 col-md-3 col-sm-6 text-truncate ">
265
+ <span className="text-dark value col-lg-3 col-md-3 col-sm-6 text-truncate ">
266
266
  {+props.property?.rooms}
267
267
  <div className="details">Zimmer</div>
268
268
  </span>
269
- <span className="text-dark value col-lg-4 col-md-3 col-sm-4 text-truncate ">
269
+ {/* <span className="text-dark value col-lg-4 col-md-3 col-sm-4 text-truncate ">
270
270
  {+props.property.propertyArea} m²
271
271
  <div className="details">Grundstück</div>
272
- </span>
272
+ </span> */}
273
273
  </div>
274
274
  <div
275
275
  className="labelTopClass d-flex start-0 col-sm-5 col-lg-8 "