Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c6767daa1 | |||
| afabb7af09 | |||
| 4be239f867 | |||
| f99614a013 | |||
| 6d95f598b9 | |||
| 1a79be9abb | |||
| 4c8e51c35f | |||
| cad7d04fca | |||
| cd17de074a | |||
| 100db347ed | |||
| bab1058e25 | |||
| 64fd515c8d |
@@ -4,14 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #000000;;
|
||||||
--card: #f9f9f9;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #120006e6;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #e63946;;
|
--primary-cta: #ff4d4d;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #ff7e7e;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #ff4d4d;;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #2a2a2a;;
|
||||||
|
|
||||||
/* Base spacing units */
|
/* Base spacing units */
|
||||||
--vw-0_25: calc(var(--vw) * 0.25);
|
--vw-0_25: calc(var(--vw) * 0.25);
|
||||||
--vw-0_5: calc(var(--vw) * 0.5);
|
--vw-0_5: calc(var(--vw) * 0.5);
|
||||||
|
|||||||
@@ -139,6 +139,10 @@ const ContactFaq = ({
|
|||||||
ctaButtonTextClassName
|
ctaButtonTextClassName
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<button className="mt-4 bg-primary text-background py-2 px-4 rounded hover:bg-primary/80 w-full">
|
||||||
|
Send request for rent
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ const PricingCardOne = ({
|
|||||||
animationType={animationType}
|
animationType={animationType}
|
||||||
supports3DAnimation={true}
|
supports3DAnimation={true}
|
||||||
|
|
||||||
title={title}
|
title={<span className="inline-block px-3 py-1 text-sm font-medium rounded-full bg-primary/10 text-primary mr-2">{title}</span>}
|
||||||
titleSegments={titleSegments}
|
titleSegments={titleSegments}
|
||||||
description={description}
|
description={description}
|
||||||
tag={tag}
|
tag={tag}
|
||||||
|
|||||||
Reference in New Issue
Block a user