forked from brooksbingham/theme-elegance
refactor; update product action buttons styles
parent
59a7a34670
commit
7aba8afa0f
|
@ -1,3 +1,3 @@
|
||||||
<a href="{$configure_link}" class="add-to-cart uppercase p-2 flex items-center justify-center w-full h-12 border border-blue-950 hover:text-blue-900 hover:border-blue-900 hover:no-underline text-blue-950 text-base font-[400]">
|
<a href="{$configure_link}" class="uppercase py-2 flex-1 text-center border border-blue-950 hover:text-blue-900 hover:border-blue-900 hover:no-underline text-blue-950 font-medium max-h-[40px]">
|
||||||
Customize in 3D
|
Customize in 3D
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
<div class="flex w-full flex-col gap-4">
|
<div class="flex w-full flex-col gap-4">
|
||||||
<div class="add">
|
<div class="add">
|
||||||
<button
|
<button
|
||||||
class="add-to-cart w-full h-12 bg-blue-950 disabled:bg-gray-700 text-white text-base font-light"
|
class="add-to-cart w-full uppercase py-2 font-medium text-center bg-blue-950 text-gray-50 hover:text-gray-50 hover:bg-blue-900"
|
||||||
data-button-action="add-to-cart"
|
data-button-action="add-to-cart"
|
||||||
type="submit"
|
type="submit"
|
||||||
{if !$product.add_to_cart_url}
|
{if !$product.add_to_cart_url}
|
||||||
|
|
Loading…
Reference in New Issue