nestiq-component-library 1.1.62 → 1.1.64

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.
@@ -13,6 +13,7 @@ import FloorPlanPopup from "../FloorPlanPopup/FloorPlanPopup";
13
13
  // import MessagePopUp from "../MessagePopup/MessagePopUp";
14
14
  import SharePopup from "../SharePopup/SharePopup";
15
15
  import { MessageModel } from "../../models/message.model";
16
+ import immooly from "../../assets/images/imooly.svg";
16
17
 
17
18
  interface PopupProps {
18
19
  property: {
@@ -178,14 +179,12 @@ export default function PropertyCard(props: PopupProps) {
178
179
  </span>
179
180
  </div>
180
181
  </div>
181
- <div className="d-flex flex-row ">
182
- <div className="d-flex col-5">
183
- <span className="value ">
184
- {formatPrice(props.property?.evaluation?.askingPrice ?? 0)} €
185
- <br />
186
- <span className="details">Kaufpreis</span>
187
- </span>
188
- </div>
182
+ <div className="d-flex flex-row gap-lg-5 col-6 col-lg-8 gap-md-2 ">
183
+ <span className="value ">
184
+ {formatPrice(props.property?.evaluation?.askingPrice ?? 0)} €
185
+ <br />
186
+ <span className="details">Kaufpreis</span>
187
+ </span>
189
188
  <span className="text-dark value col-lg-4 col-md-4 col-sm-6 text-truncate ">
190
189
  {+props.property.rooms}
191
190
  <br />
@@ -210,7 +209,7 @@ export default function PropertyCard(props: PopupProps) {
210
209
  </span>
211
210
  </div>
212
211
  <div className="labelTopClass d-flex top-0 start-0 col-sm-5 col-lg-8 ">
213
- <div className=" align-items-center d-flex flex-row gap-2">
212
+ <div className=" align-items-center d-flex flex-row gap-3">
214
213
  {props.property.historicalProtection && (
215
214
  <label className="thirdLabels justify-content-center align-items-center">
216
215
  <span className="layersText ">{"Denkmalschutz"}</span>
@@ -227,33 +226,26 @@ export default function PropertyCard(props: PopupProps) {
227
226
  <span className="layersText ">{"Balkon"}</span>
228
227
  </label>
229
228
  )}
230
- </div>
231
- <div className=" align-items-center gap-2">
232
229
  {props.property.terrace && (
233
230
  <label className="thirdLabels justify-content-center align-items-center ">
234
231
  <span className="layersText">{"Terrace"}</span>
235
232
  </label>
236
233
  )}
237
- <div className="d-flex ">
238
- {props.property.guestBathroom && (
239
- <label className="col-1 thirdLabels justify-content-center align-items-center ">
240
- <span className="layersText ">{"Gäste-WC"}</span>
241
- </label>
242
- )}
243
- </div>
234
+ {props.property.guestBathroom && (
235
+ <label className="col-1 thirdLabels justify-content-center align-items-center ">
236
+ <span className="layersText ">{"Gäste-WC"}</span>
237
+ </label>
238
+ )}
244
239
  </div>
245
240
  </div>
246
241
  <div className="Frame-136 d-flex flex-row">
247
- <div className="d-flex flex-column col-5 justify-content-between">
248
- <span className="h4">
249
- <strong>McGrath</strong>{" "}
250
- </span>
242
+ <div className="d-flex flex-column flex-lg-row col-4 justify-content-between ">
243
+ <img src={immooly} alt="Logo" className="immooly" />
251
244
  </div>
252
245
  <div className="d-flex flex-column justify-content-between">
253
- <span>
254
- <strong>Herr John McGrath</strong>{" "}
246
+ <span className="d-flex col-5">
247
+ Herr Florian Gauss Immogart UGh
255
248
  </span>
256
- <span>McGrath</span>
257
249
  <button
258
250
  className="kontactbutton text-light "
259
251
  onClick={handleMessagPopUp}
@@ -19,9 +19,9 @@
19
19
  }
20
20
 
21
21
  .secondLabel {
22
- width: 85px;
22
+ width: fit-content;
23
23
  height: 25px;
24
- padding: 0 7px;
24
+ padding: 0 17px;
25
25
  border-radius: 16px;
26
26
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
27
27
  border: solid 1px #000;