refactor; update product action buttons styles

pagebuilder
abhisheks 2023-12-08 15:37:10 +05:30
parent 59a7a34670
commit 7aba8afa0f
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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}