Change alternative

This commit is contained in:
jose-rZM
2025-12-15 13:25:08 +01:00
parent 3360a8fc60
commit a96fa20ac0
2 changed files with 6 additions and 4 deletions

View File

@@ -228,9 +228,9 @@
<li>{alternativeItem}</li> <li>{alternativeItem}</li>
{/each} {/each}
</ul> </ul>
<span class="chip subtle" <p class="tiny">
>Mira si te estás planteando esto, mejor quédate sin comer</span Mira, si te estás planteando esto, mejor quédate sin comer.
> </p>
</aside> </aside>
{/if} {/if}
</div> </div>

View File

@@ -235,10 +235,12 @@ button.outline {
} }
.menu-alternative { .menu-alternative {
max-height: fit-content;
align-self: flex-start;
border-radius: 14px; border-radius: 14px;
padding: 1rem 1.1rem; padding: 1rem 1.1rem;
border: 1px dashed rgba(234, 179, 8, 0.45); border: 1px dashed rgba(234, 179, 8, 0.45);
background: linear-gradient(160deg, rgba(234, 179, 8, 0.1), rgba(234, 179, 8, 0.02)); background: linear-gradient(160deg, rgba(234, 179, 8, 0.08), rgba(234, 179, 8, 0.015));
box-shadow: box-shadow:
inset 0 0 0 1px rgba(255, 255, 255, 0.03), inset 0 0 0 1px rgba(255, 255, 255, 0.03),
0 16px 32px rgba(0, 0, 0, 0.22); 0 16px 32px rgba(0, 0, 0, 0.22);