Change alternative
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user