nestiq-component-library 1.1.63 → 1.1.65

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 gap-4">
182
- <div className="d-flex col-10">
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 col-lg-3 col-md-4 col-sm-6 ">
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 />
@@ -227,31 +226,26 @@ export default function PropertyCard(props: PopupProps) {
227
226
  <span className="layersText ">{"Balkon"}</span>
228
227
  </label>
229
228
  )}
230
- </div>
231
229
  {props.property.terrace && (
232
230
  <label className="thirdLabels justify-content-center align-items-center ">
233
231
  <span className="layersText">{"Terrace"}</span>
234
232
  </label>
235
233
  )}
236
- <div className="d-flex ">
237
- {props.property.guestBathroom && (
238
- <label className="col-1 thirdLabels justify-content-center align-items-center ">
239
- <span className="layersText ">{"Gäste-WC"}</span>
240
- </label>
241
- )}
242
- </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
+ )}
239
+ </div>
243
240
  </div>
244
241
  <div className="Frame-136 d-flex flex-row">
245
- <div className="d-flex flex-column col-5 justify-content-between">
246
- <span className="h4">
247
- <strong>McGrath</strong>{" "}
248
- </span>
242
+ <div className="d-flex flex-column flex-lg-row col-4 justify-content-between ">
243
+ <img src={immooly} alt="Logo" className="immooly" />
249
244
  </div>
250
- <div className="d-flex flex-column justify-content-between">
251
- <span>
252
- <strong>Herr John McGrath</strong>{" "}
245
+ <div className="d-flex flex-column flex-lg-row justify-content-between">
246
+ <span className="d-flex col-5">
247
+ Herr Florian Gauss Immogart UGh
253
248
  </span>
254
- <span>McGrath</span>
255
249
  <button
256
250
  className="kontactbutton text-light "
257
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;