diff --git a/resources/css/buttons.css b/resources/css/buttons.css index c0f75c9..783c22e 100644 --- a/resources/css/buttons.css +++ b/resources/css/buttons.css @@ -1,5 +1,5 @@ -.btn-indigo { - @apply px-6 py-3 rounded bg-indigo-700 text-white text-sm font-bold whitespace-no-wrap; +.btn-indigo-500 { + @apply px-6 py-3 rounded bg-indigo-600 text-white text-sm font-bold whitespace-no-wrap; &:hover, &:focus { @apply bg-orange-500 } } diff --git a/resources/css/form.css b/resources/css/form.css index c73de9c..68bd444 100644 --- a/resources/css/form.css +++ b/resources/css/form.css @@ -1,20 +1,20 @@ .form-label { - @apply .mb-2 .block .text-gray-800 .select-none; + @apply .mb-2 .block .text-gray-700 .select-none; } .form-input, .form-textarea, .form-select { - @apply .p-2 .leading-normal .block .w-full .border .text-gray-800 .bg-white .font-sans .rounded .text-left .appearance-none .relative; + @apply .p-2 .leading-normal .block .w-full .border .text-gray-700 .bg-white .font-sans .rounded .text-left .appearance-none .relative; &:focus, &.focus { @apply .border-indigo-500; - box-shadow: 0 0 0 1px theme('colors.indigo.500'); + box-shadow: 0 0 0 1px theme('colors.indigo-500'); } &::placeholder { - @apply .text-gray-600 .opacity-100; + @apply .text-gray-500 .opacity-100; } } @@ -32,15 +32,15 @@ } .form-error { - @apply .text-red-500 .mt-2 .text-sm; + @apply .text-red-700 .mt-2 .text-sm; } .form-input.error, .form-textarea.error, .form-select.error { - @apply .border-red-400; + @apply .border-red-600; &:focus { - box-shadow: 0 0 0 1px theme('colors.red.500'); + box-shadow: 0 0 0 1px theme('colors.red.600'); } } diff --git a/resources/js/Pages/Auth/Login.vue b/resources/js/Pages/Auth/Login.vue index c89afa9..f0c267a 100644 --- a/resources/js/Pages/Auth/Login.vue +++ b/resources/js/Pages/Auth/Login.vue @@ -15,7 +15,7 @@
Forget password? - Login + Login
diff --git a/resources/js/Pages/Contacts/Create.vue b/resources/js/Pages/Contacts/Create.vue index 456ec07..66641d5 100644 --- a/resources/js/Pages/Contacts/Create.vue +++ b/resources/js/Pages/Contacts/Create.vue @@ -26,7 +26,7 @@
- Create Contact + Create Contact
diff --git a/resources/js/Pages/Contacts/Edit.vue b/resources/js/Pages/Contacts/Edit.vue index 23678cc..6225f08 100644 --- a/resources/js/Pages/Contacts/Edit.vue +++ b/resources/js/Pages/Contacts/Edit.vue @@ -30,8 +30,8 @@
- - Update Contact + + Update Contact
diff --git a/resources/js/Pages/Contacts/Index.vue b/resources/js/Pages/Contacts/Index.vue index 5d366c3..aa4fa11 100644 --- a/resources/js/Pages/Contacts/Index.vue +++ b/resources/js/Pages/Contacts/Index.vue @@ -3,14 +3,14 @@

Contacts

- + - + Create @@ -27,7 +27,7 @@ {{ contact.name }} - + @@ -49,7 +49,7 @@ - + diff --git a/resources/js/Pages/Dashboard/Index.vue b/resources/js/Pages/Dashboard/Index.vue index bc888a2..a9fd738 100644 --- a/resources/js/Pages/Dashboard/Index.vue +++ b/resources/js/Pages/Dashboard/Index.vue @@ -3,8 +3,8 @@

Dashboard

Hey there! Welcome to Ping CRM, a demo app designed to help illustrate how Inertia.js works.

- 500 error - 404 error + 500 error + 404 error
diff --git a/resources/js/Pages/Organizations/Create.vue b/resources/js/Pages/Organizations/Create.vue index 3e9aa1b..0343044 100644 --- a/resources/js/Pages/Organizations/Create.vue +++ b/resources/js/Pages/Organizations/Create.vue @@ -21,7 +21,7 @@
- Create Organization + Create Organization
diff --git a/resources/js/Pages/Organizations/Edit.vue b/resources/js/Pages/Organizations/Edit.vue index bd28d40..89f4417 100644 --- a/resources/js/Pages/Organizations/Edit.vue +++ b/resources/js/Pages/Organizations/Edit.vue @@ -25,8 +25,8 @@
- - Update Organization + + Update Organization
@@ -42,7 +42,7 @@ {{ contact.name }} - + @@ -57,7 +57,7 @@ - + diff --git a/resources/js/Pages/Organizations/Index.vue b/resources/js/Pages/Organizations/Index.vue index 5b66620..6c8c2c9 100644 --- a/resources/js/Pages/Organizations/Index.vue +++ b/resources/js/Pages/Organizations/Index.vue @@ -3,14 +3,14 @@

Organizations

- + - + Create @@ -26,7 +26,7 @@ {{ organization.name }} - + @@ -41,7 +41,7 @@ - + diff --git a/resources/js/Pages/Users/Create.vue b/resources/js/Pages/Users/Create.vue index afcfc1f..3a60ca1 100644 --- a/resources/js/Pages/Users/Create.vue +++ b/resources/js/Pages/Users/Create.vue @@ -17,7 +17,7 @@
- Create User + Create User
diff --git a/resources/js/Pages/Users/Edit.vue b/resources/js/Pages/Users/Edit.vue index 22be5ba..3ebf1eb 100644 --- a/resources/js/Pages/Users/Edit.vue +++ b/resources/js/Pages/Users/Edit.vue @@ -21,8 +21,8 @@
- - Update User + + Update User
diff --git a/resources/js/Pages/Users/Index.vue b/resources/js/Pages/Users/Index.vue index 1e88957..d9729ce 100644 --- a/resources/js/Pages/Users/Index.vue +++ b/resources/js/Pages/Users/Index.vue @@ -3,20 +3,20 @@

Users

- + - + - + Create @@ -32,7 +32,7 @@ {{ user.name }} - + @@ -47,7 +47,7 @@ - + diff --git a/resources/js/Shared/Layout.vue b/resources/js/Shared/Layout.vue index b8e093f..1f7e1a4 100644 --- a/resources/js/Shared/Layout.vue +++ b/resources/js/Shared/Layout.vue @@ -10,7 +10,7 @@ -
+
@@ -19,16 +19,16 @@
{{ $page.auth.user.account.name }}
-
+
{{ $page.auth.user.first_name }}
- +
- My Profile - Manage Users - Logout + My Profile + Manage Users + Logout
diff --git a/resources/js/Shared/MainMenu.vue b/resources/js/Shared/MainMenu.vue index 1d36feb..06cf7cc 100644 --- a/resources/js/Shared/MainMenu.vue +++ b/resources/js/Shared/MainMenu.vue @@ -3,25 +3,25 @@
-
Dashboard
+
Dashboard
-
Organizations
+
Organizations
-
Contacts
+
Contacts
-
Reports
+
Reports
diff --git a/resources/js/Shared/Pagination.vue b/resources/js/Shared/Pagination.vue index 8a6914c..e85cc46 100644 --- a/resources/js/Shared/Pagination.vue +++ b/resources/js/Shared/Pagination.vue @@ -1,7 +1,7 @@ diff --git a/resources/js/Shared/TrashedMessage.vue b/resources/js/Shared/TrashedMessage.vue index 939f12d..3143c45 100644 --- a/resources/js/Shared/TrashedMessage.vue +++ b/resources/js/Shared/TrashedMessage.vue @@ -1,12 +1,12 @@ diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index ed58a90..05c1c2f 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -7,7 +7,7 @@ @routes - + @inertia diff --git a/tailwind.config.js b/tailwind.config.js index 9b289ee..bd12b25 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,6 +9,17 @@ module.exports = { ...defaultTheme.fontFamily.sans, ], }, + colors: { + indigo: { + '900': '#191e38', + '800': '#2f365f', + '600': '#5661b3', + '500': '#6574cd', + '400': '#7886d7', + '300': '#b2b7ff', + '100': '#e6e8ff', + }, + }, boxShadow: theme => ({ 'outline': '0 0 0 2px ' + theme('colors.indigo.500'), }), @@ -21,4 +32,4 @@ module.exports = { zIndex: ['responsive', 'focus'], }, plugins: [], -} \ No newline at end of file +}