nestiq-component-library 1.1.95 → 1.1.97
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.
|
@@ -88,7 +88,7 @@ export default function PropertyImageList(prop: PopupProps) {
|
|
|
88
88
|
|
|
89
89
|
{/* Image Thumbnails */}
|
|
90
90
|
<div className="d-none d-md-block">
|
|
91
|
-
<div className="mt-
|
|
91
|
+
<div className="mt-1 d-flex flex-row gap-1 col-12 secondList">
|
|
92
92
|
<div className=" col-lg-6 col-6 d-flex flex-row p-1">
|
|
93
93
|
<div className=" col-12 position-relative d-flex justify-content-center">
|
|
94
94
|
<div
|
|
@@ -141,7 +141,7 @@ export default function PropertyImageList(prop: PopupProps) {
|
|
|
141
141
|
<div className="col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3 ms-1">
|
|
142
142
|
<img
|
|
143
143
|
src={iconArrowRight}
|
|
144
|
-
className="arroIconColour
|
|
144
|
+
className="arroIconColour "
|
|
145
145
|
alt="Right Arrow"
|
|
146
146
|
/>
|
|
147
147
|
</div>
|
|
@@ -157,7 +157,7 @@ export default function PropertyImageList(prop: PopupProps) {
|
|
|
157
157
|
onClick={toggleAllPhotos}
|
|
158
158
|
>
|
|
159
159
|
<div className="border col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3">
|
|
160
|
-
<img src={iconGallery} alt="Gallery Icon"
|
|
160
|
+
<img src={iconGallery} alt="Gallery Icon" />
|
|
161
161
|
<span className="listImgText">Alle Fotos</span>
|
|
162
162
|
</div>
|
|
163
163
|
</div>
|