nestiq-component-library 1.1.126 → 1.1.128

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.
@@ -280,8 +280,10 @@ export default function PropertyCard(props: PopupProps) {
280
280
  <img src={immooly} alt="Logo" className="immooly" />
281
281
  </div>
282
282
  <div className="d-flex flex-column flex-lg-row justify-content-between">
283
- <span className="d-flex col-5">Herr Florian Gauss</span>
284
- <span>Immogart UGh</span>
283
+ <div className="d-flex flex-column col-5">
284
+ <span className="d-flex col-5">Herr Florian Gauss</span>
285
+ <span>Immogart UGh</span>
286
+ </div>
285
287
  <button
286
288
  className="kontactbutton text-light "
287
289
  onClick={handleMessagPopUp}
@@ -4,11 +4,11 @@
4
4
 
5
5
  .secondList {
6
6
  height: 20%;
7
- max-height: 122px;
7
+ max-height: 121.6px;
8
8
  }
9
9
 
10
10
  .listImageButton {
11
- background-color: black;
11
+ background-image: linear-gradient(to top, #000 100%, #666 0%);
12
12
  align-items: center !important;
13
13
  justify-content: center !important;
14
14
  min-height: 121px;