@loafmarkets/ui 0.1.186 → 0.1.188
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.
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8632,15 +8632,15 @@ function PropertyOverview({
|
|
|
8632
8632
|
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgesTitle, { children: "Institutional Partners" }),
|
|
8633
8633
|
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadgesRow, { children: [
|
|
8634
8634
|
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
|
|
8635
|
-
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height:
|
|
8635
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 38, opacity: 0.85 } }) }),
|
|
8636
8636
|
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Legal Structuring" })
|
|
8637
8637
|
] }),
|
|
8638
8638
|
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
|
|
8639
|
-
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height:
|
|
8639
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/NSW_registry.png", alt: "NSW Land Registry", style: { height: 40, opacity: 0.85 } }) }),
|
|
8640
8640
|
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Land Title" })
|
|
8641
8641
|
] }),
|
|
8642
8642
|
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
|
|
8643
|
-
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/savills.png", alt: "Savills", style: { height:
|
|
8643
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 38, borderRadius: 3, opacity: 0.85 } }) }),
|
|
8644
8644
|
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLabel, { children: "Valuation" })
|
|
8645
8645
|
] })
|
|
8646
8646
|
] })
|
|
@@ -9325,7 +9325,7 @@ var TrustBadgeLogoWrap = styled9__default.default.div`
|
|
|
9325
9325
|
display: flex;
|
|
9326
9326
|
align-items: center;
|
|
9327
9327
|
justify-content: center;
|
|
9328
|
-
height:
|
|
9328
|
+
height: 44px;
|
|
9329
9329
|
`;
|
|
9330
9330
|
var TrustBadgeLabel = styled9__default.default.span`
|
|
9331
9331
|
font-size: 0.62rem;
|