Skip to content

Commit fdb91f3

Browse files
committed
Small web style update
1 parent b35752b commit fdb91f3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

website/src/partials/pricing/FireCMSCloudVersions.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function FireCMSCloudVersions() {
77

88
const freeTier = (
99
<div
10-
className={clsx("w-full max-w-xl lg:max-w-none h-full p-6 border rounded-lg dark:border-gray-700 flex flex-col", defaultBorderMixin)}>
10+
className={clsx("bg-white w-full max-w-xl lg:max-w-none h-full p-6 border rounded-lg dark:border-gray-700 flex flex-col", defaultBorderMixin)}>
1111

1212
<h3 className={"text-3xl md:text-4xl font-bold text-center text-gray-700 uppercase my-2"}>
1313
Free
@@ -38,7 +38,7 @@ export function FireCMSCloudVersions() {
3838

3939
const plusTier = (
4040
<div
41-
className={clsx("w-full max-w-xl lg:max-w-none h-full p-6 rounded-lg flex flex-col outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent")}>
41+
className={clsx("bg-white w-full max-w-xl lg:max-w-none h-full p-6 rounded-lg flex flex-col outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent")}>
4242

4343
<h3 className={"text-3xl md:text-4xl font-bold text-center text-primary uppercase my-2"}>
4444
Plus
@@ -78,7 +78,7 @@ export function FireCMSCloudVersions() {
7878

7979
const proTier = (
8080
<div
81-
className={clsx("w-full max-w-xl lg:max-w-none h-full p-6 border rounded-lg flex flex-col", defaultBorderMixin)}>
81+
className={clsx("bg-white w-full max-w-xl lg:max-w-none h-full p-6 border rounded-lg flex flex-col", defaultBorderMixin)}>
8282

8383
<h3 className={"text-3xl md:text-4xl font-bold text-center text-gray-700 uppercase my-2"}>
8484
Pro
@@ -113,18 +113,17 @@ export function FireCMSCloudVersions() {
113113
More info
114114
</a>
115115
</div>
116-
<div className={"text-center text-gray-600 w-full"}>
116+
<div className={"mt-4 text-center text-gray-600 w-full"}>
117117
<span className={"text-2xl font-bold "}>Starting at €29.99</span>
118118
</div>
119119
</div>
120120
);
121121

122122
return <section
123-
className={clsx(defaultBorderMixin, "flex flex-col text-gray-900 items-center justify-center text-lg border-0 border-t bg-white")}>
123+
className={clsx(defaultBorderMixin, "flex flex-col text-gray-900 items-center justify-center text-lg border-0 border-t bg-gray-50")}>
124124

125125
<div className={clsx(ContainerMixin, ContainerPaddingMixin, "flex flex-col items-center gap-8")}>
126126

127-
128127
<h2 className={"h2 mb-3 uppercase font-mono"}>
129128
Full no-code/low-code solution
130129
</h2>

0 commit comments

Comments
 (0)