diff --git a/resources/css/app.css b/resources/css/app.css index 2809063c9..eefe21a17 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -134,3 +134,27 @@ a { .text-helper { @apply inline-block font-bold text-warning; } +table { + @apply min-w-full divide-y divide-coolgray-200; +} +thead { + @apply uppercase text-sm; +} +tbody { + @apply divide-y divide-coolgray-200; +} +tr { + @apply text-sm text-neutral-400; +} +tr th { + @apply px-3 py-3.5 text-left text-white; +} +tr th:first-child { + @apply py-3.5 pl-4 pr-3 sm:pl-6; +} +tr td { + @apply px-3 py-4 whitespace-nowrap; +} +tr td:first-child { + @apply pl-4 pr-3 sm:pl-6 font-bold; +} diff --git a/resources/views/livewire/project/application/previews.blade.php b/resources/views/livewire/project/application/previews.blade.php index 0dc3def4d..ee74d1950 100644 --- a/resources/views/livewire/project/application/previews.blade.php +++ b/resources/views/livewire/project/application/previews.blade.php @@ -10,11 +10,11 @@
PR Number | PR Title | Git | @@ -23,7 +23,7 @@||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ data_get($pull_request, 'number') }} | {{ data_get($pull_request, 'title') }} |
@@ -33,7 +33,7 @@
|
- + |
Pending Invitations
-
|