ui/ux improvements
This commit is contained in:
@@ -195,10 +195,10 @@ $tribalCouncils = [
|
||||
<!-- Contact Information -->
|
||||
<?php if ($tribalCouncil['contact']) : ?>
|
||||
<div class="accordion bg-red-500 text-white my-2">
|
||||
<div class="flex px-2 rounded-md justify-between">
|
||||
<div class="relative flex px-2 rounded-md justify-between">
|
||||
<p class="gap-x-3 rounded-md p-2 text-sm leading-6 flex items-center align-middle font-bold">Contact Information</p>
|
||||
|
||||
<button class="accordion-toggle">
|
||||
<button class="accordion-toggle absolute inset-0 flex w-full h-full">
|
||||
<i class="fas fa-chevron-down items-center ml-auto rounded-m px-2.5 py-2 " aria-hidden="true"></i>
|
||||
<i class="fas fa-times items-center ml-auto rounded-md px-3 py-2" aria-hidden="true"></i>
|
||||
</button>
|
||||
@@ -232,10 +232,10 @@ $tribalCouncils = [
|
||||
|
||||
<!-- Tribal Councils -->
|
||||
<div class="accordion bg-green-900 text-white my-2">
|
||||
<div class="flex px-2 rounded-md justify-between">
|
||||
<div class="relative flex px-2 rounded-md justify-between">
|
||||
<p class="gap-x-3 rounded-md p-2 text-sm leading-6 flex items-center align-middle font-bold">Tribal Councils</p>
|
||||
|
||||
<button class="accordion-toggle">
|
||||
<button class="accordion-toggle absolute inset-0 flex w-full h-full">
|
||||
<i class="fas fa-chevron-down items-center ml-auto rounded-m px-2.5 py-2 " aria-hidden="true"></i>
|
||||
<i class="fas fa-times items-center ml-auto rounded-md px-3 py-2" aria-hidden="true"></i>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user