libreria-astro-lefebvre 0.1.8 → 0.1.9
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/package.json
CHANGED
|
@@ -45,7 +45,7 @@ const hasContent = title || description;
|
|
|
45
45
|
|
|
46
46
|
<div class="w-full max-w-7xl flex flex-col items-center justify-center text-center">
|
|
47
47
|
{showBtn && linkBtn && (
|
|
48
|
-
<a href={linkBtn} target="_self" class="flex items-center justify-center
|
|
48
|
+
<a href={linkBtn} target="_self" class="flex items-center justify-center w-fit py-3 px-6 mx-auto gap-4 shrink-0 rounded-lg border border-[#2134F1] bg-[rgba(255,255,255,0.01)] text-[#2134F1] text-center font-[Inter] text-base font-semibold leading-6 no-underline hover:underline transition-all duration-300 cursor-pointer shadow-[0_2px_4px_-2px_rgba(0,0,0,0.08),0_4px_8px_-2px_rgba(0,0,0,0.04)]">{txtBtn}</a>
|
|
49
49
|
)}
|
|
50
50
|
{showBtnModal && (
|
|
51
51
|
<Modal_2025_Sagunto buttonText={txtBtnModal} frontColor="#2134F1" backColor="#fffffff" borderColor="#2134F1" imageModal={imageModal} altModal={altModal} titleModal={titleModal} descriptionModal={descriptionModal} lf2FormTitle={lf2FormTitle} idebook={idebook} />
|
|
@@ -66,7 +66,7 @@ const hasContent = title || description;
|
|
|
66
66
|
)}
|
|
67
67
|
<div class={`w-full max-w-7xl flex flex-col items-center justify-center text-center ${hasContent ? '' : 'my-auto'}`}>
|
|
68
68
|
{showBtn && linkBtn && (
|
|
69
|
-
<a href={linkBtn} target="_self" class="flex items-center justify-center
|
|
69
|
+
<a href={linkBtn} target="_self" class="flex items-center justify-center w-fit py-3 px-6 mx-auto gap-4 shrink-0 rounded-lg border border-[#2134F1] bg-white text-[#2134F1] text-center font-[Inter] text-base font-semibold leading-6 no-underline hover:underline transition-all duration-300 cursor-pointer shadow-[0_2px_4px_-2px_rgba(0,0,0,0.08),0_4px_8px_-2px_rgba(0,0,0,0.04)]">{txtBtn}</a>
|
|
70
70
|
)}
|
|
71
71
|
{showBtnModal && (
|
|
72
72
|
<Modal_2025_Sagunto buttonText={txtBtnModal} frontColor="#2134F1" backColor="#ffffff" borderColor="#2134F1" imageModal={imageModal} altModal={altModal} titleModal={titleModal} descriptionModal={descriptionModal} lf2FormTitle={lf2FormTitle} idebook={idebook} />
|