File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
frontend/admin/src/routes/proyectos/paginaPrincipal/movil Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ Cada proyecto es una oportunidad para crear ambientes con identidad y armonía e
379379
380380 {#each updatedMainPageImages .slice (- 1 ) as image (image .filename )}
381381 <div
382- class =" mt-20 flex w-full flex-col gap-y-10 overflow-hidden"
382+ class =" mt-20 flex w-full flex-col gap-y-10 overflow-hidden relative transition-colors "
383383 id =" nav"
384384 style ={` background-color: ${image .mainImageConfig .bgColor }; ` }
385385 >
@@ -389,6 +389,11 @@ Cada proyecto es una oportunidad para crear ambientes con identidad y armonía e
389389 class =" max-h-full max-w-full object-contain"
390390 style ={` height: calc(${image .mainImageConfig .imageSize } / 100 * 100%); ` }
391391 />
392+ {#if ! preview }
393+ <div class =" absolute left-0 top-0 max-w-1/2 bg-vector-cream/40" >
394+ <BgColor bind:color ={image .mainImageConfig .bgColor } imageId ={image .filename } />
395+ </div >
396+ {/if }
392397 <ul class =" text-vector-cream relative flex items-center justify-center gap-5 p-5 text-xl" >
393398 <li class =" hover-link font-Nexa relative top-0 z-10 h-fit w-fit" >
394399 <a href ={` /proyectos/esculturas/ ` } class =" text-vector-cream" > Esculturas </a >
You can’t perform that action at this time.
0 commit comments