Skip to content

Commit

Permalink
change ボタンスタイル調整
Browse files Browse the repository at this point in the history
  • Loading branch information
flour621 committed Aug 29, 2024
1 parent 0ca15cb commit 990a46f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/develop/contact/form/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<input type="hidden" name="id" value="contactForm">

<input type="submit" name="ACMS_POST_Form_Confirm" value="送信内容の確認へ" id="btnSubmit"
class="inline-block px-8 py-3 text-sm font-semibold text-center text-white transition duration-100 bg-indigo-600 rounded-md outline-none hover:bg-indigo-500 active:bg-indigo-700 ring-blue-300 md:text-base">
class="inline-block px-6 py-2 text-sm font-semibold text-center text-white transition duration-100 bg-indigo-600 rounded-md outline-none hover:bg-indigo-500 active:bg-indigo-700 ring-blue-300 md:text-base">
</div>
</form>
<!-- END step -->
Expand All @@ -30,7 +30,7 @@
<input type="hidden" name="id" value="contactForm">

<input type="submit" name="ACMS_POST_Form_Confirm" value="送信内容の確認へ" id="btnSubmit"
class="inline-block px-8 py-3 text-sm font-semibold text-center text-white transition duration-100 bg-indigo-600 rounded-md outline-none hover:bg-indigo-500 active:bg-indigo-700 ring-blue-300 md:text-base">
class="inline-block px-6 py-2 text-sm font-semibold text-center text-white transition duration-100 bg-indigo-600 rounded-md outline-none hover:bg-indigo-500 active:bg-indigo-700 ring-blue-300 md:text-base">
</div>
</form>
<!-- END step#reapply -->
Expand All @@ -46,7 +46,7 @@
<input type="hidden" name="step" value="reapply">
<input type="hidden" name="takeover" value="{takeover}">
<input type="submit" name="ACMS_POST_Form_Chain" value="入力内容を修正する" id="btnToInput"
class="inline-block px-8 py-3 text-sm font-semibold text-center md:text-base transition duration-100 bg-neutral-50 rounded-md outline-none hover:text-neutral-600 hover:bg-neutral-100 ring-blue-300 focus:ring-neutral-100">
class="inline-block px-6 py-2 text-sm font-semibold text-center md:text-base transition duration-100 bg-neutral-50 rounded-md outline-none hover:text-neutral-600 hover:bg-neutral-100 ring-blue-300 focus:ring-neutral-100">
</form>

<form action="thanks.html#orderForm" method="post" enctype="multipart/form-data">
Expand All @@ -57,7 +57,7 @@
<input type="hidden" name="takeover" value="{takeover}">
<input type="hidden" name="id" value="contactForm">
<input type="submit" name="ACMS_POST_Form_Submit" value="送信する" id="btnSubmit"
class="inline-block px-8 py-3 text-sm font-semibold text-center text-white transition duration-100 bg-indigo-600 rounded-md outline-none hover:bg-indigo-500 active:bg-indigo-700 ring-blue-300 md:text-base">
class="inline-block px-6 py-2 text-sm font-semibold text-center text-white transition duration-100 bg-indigo-600 rounded-md outline-none hover:bg-indigo-500 active:bg-indigo-700 ring-blue-300 md:text-base">
</form>
</div>
<!-- END step#confirm -->
Expand Down
2 changes: 1 addition & 1 deletion src/develop/include/parts/cta.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="max-w-7xl mx-auto py-16 px-10 sm:py-24 sm:px-6 lg:px-8 text-center">
<h2 class="text-4xl font-extrabold text-gray-900 sm:text-5xl sm:tracking-tight lg:text-6xl">Contact</h2>
<p class="max-w-3xl mt-8 mx-auto">
<a href="%{HOME_URL}contact/" class="inline-flex items-center justify-center px-6 py-4 text-xl font-medium tracking-wide text-white transition-colors duration-200 bg-indigo-600 rounded-md outline-none hover:bg-indigo-500 active:bg-indigo-700 ring-blue-300">
<a href="%{HOME_URL}contact/" class="inline-flex items-center justify-center px-6 py-2 text-sm font-bold tracking-wide text-white transition-colors duration-200 bg-indigo-600 rounded-md outline-none hover:bg-indigo-500 active:bg-indigo-700 ring-blue-300">
お問い合わせはこちら
</a>
</p>
Expand Down

0 comments on commit 990a46f

Please sign in to comment.