style: update web development service buttons with improved hover effects, shadows, and spacing
This commit is contained in:
@@ -891,8 +891,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex justify-center" data-cues="slideInDown" data-group="join" data-delay="900">
|
||||
<span><a href="#neler-yapiyoruz" class="btn btn-lg btn-orange !text-white !bg-[#f04e23] border-[#f04e23] hover:text-white hover:bg-[#f04e23] hover:!border-[#f04e23] active:text-white active:bg-[#f04e23] active:border-[#f04e23] disabled:text-white disabled:bg-[#f04e23] disabled:border-[#f04e23] !rounded-[50rem] mx-1">{!! t('Çözümlerimiz') !!}</a></span>
|
||||
<span><a href="{{ $contactUrl }}" class="btn btn-lg btn-outline-orange !text-[#f04e23] bg-transparent border-[#f04e23] hover:text-white hover:bg-[#f04e23] hover:!border-[#f04e23] focus:shadow-[rgba(240,78,35,1)] active:text-white active:bg-[#f04e23] active:border-[#f04e23] disabled:!text-[#f04e23] disabled:bg-transparent disabled:border-[#f04e23] !rounded-[50rem] !border-[#f04e23] hover:!bg-[#f04e23] hover:!text-white mx-1">{!! t('Bize Ulaşın') !!}</a></span>
|
||||
<span><a href="#neler-yapiyoruz" class="btn btn-lg btn-orange !text-white !bg-[#f04e23] border-[#f04e23] hover:!bg-[#d93e18] hover:!border-[#d93e18] hover:!text-white active:!bg-[#c53413] !rounded-[50rem] mx-2 font-semibold shadow-[0_10px_20px_-10px_rgba(240,78,35,0.5)] transition-all duration-300">{!! t('Çözümlerimiz') !!}</a></span>
|
||||
<span><a href="{{ $contactUrl }}" class="btn btn-lg btn-outline-orange !text-[#f04e23] !bg-white border-[#f04e23] hover:!text-white hover:!bg-[#f04e23] hover:!border-[#f04e23] active:!bg-[#f04e23] active:!text-white !rounded-[50rem] !border-[#f04e23] mx-2 font-semibold shadow-[0_10px_20px_-10px_rgba(30,34,40,0.15)] transition-all duration-300">{!! t('Bize Ulaşın') !!}</a></span>
|
||||
</div>
|
||||
<div class="flex flex-wrap mx-[-15px] !mt-[3.5rem]" data-cue="fadeIn" data-delay="1600">
|
||||
<div class="xl:w-8/12 lg:w-8/12 w-full flex-[0_0_auto] !px-[15px] max-w-full !mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user