buttons blue
This commit is contained in:
1 parent
b12d4bebe1
commit
cc6fd937db
13 files changed
+102
-102
No files matched your search
@@ -19,10 +19,10 @@
|
||||
<h1 class="text-2xl block text-center font-semibold text-slate-700">Don't have any retirement plans? </h1>
|
||||
<div class="mt-4 flex justify-center items-center">
|
||||
<div class="mt-4 flex justify-center">
|
||||
<a href="/plans" class="cursor-pointer border-2 border-indigo-600 bg-indigo-600 text-white py-2 px-6
|
||||
rounded-md hover:bg-indigo-700 hover:border-indigo-700 font-semibold
|
||||
<a href="/plans" class="cursor-pointer border-2 border-blue-600 bg-blue-600 text-white py-2 px-6
|
||||
rounded-md hover:bg-blue-700 hover:border-blue-700 font-semibold
|
||||
transition-colors duration-200 focus:outline-none focus:ring-2
|
||||
focus:ring-indigo-500 focus:ring-offset-2">Make one</a>
|
||||
focus:ring-blue-500 focus:ring-offset-2">Make one</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in new issue
Block a user