nestiq-component-library 1.1.80 → 1.1.82

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.
@@ -127,10 +127,12 @@
127
127
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
128
128
  border: solid 1px #000;
129
129
  background-color: #fff;
130
+ display: flex;
130
131
  }
131
132
 
132
133
  .thirdLabels {
133
134
  width: 110px;
135
+ padding: 0 7px;
134
136
  height: 25px;
135
137
  border-radius: 16px;
136
138
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
@@ -180,7 +180,7 @@ export default function PropertyCard(props: PopupProps) {
180
180
  </span>
181
181
  </div>
182
182
  </div>
183
- <div className="d-flex flex-row gap-lg-1 col-6 col-lg-8 ">
183
+ <div className="d-flex flex-row gap-3 col-6 col-lg-8 ">
184
184
  <span className="value col-lg-3 col-md-4 col-sm-6 ">
185
185
  {formatPrice(props.property?.evaluation?.askingPrice ?? 0)} €
186
186
  <br />