File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 href =" https://github.com/logaretm/vee-validate/stargazers"
44 target =" _blank"
55 rel =" noopener"
6- class =" flex items-center text-xs font-bold font-body border-2 text-zinc-400 border-zinc-400 rounded-full px-3 py-1.5 hover:border-emerald-500 hover:text-emerald-500 select-none"
6+ class =" flex items-center text-xs font-bold font-body border-2 text-zinc-400 border-zinc-400 rounded-full px-3 py-1.5 hover:border-emerald-500 hover:text-emerald-500 select-none transition-colors duration-300 "
77 >
88 <Icon name =" star" class =" w-4 h-4 mr-1" />
99 {{ format(count) }}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const highlights = [
4949
5050 <div class =" mt-8 flex items-center gap-4" >
5151 <a
52- class =" flex items-center bg-gradient-to-br from-emerald-500 to-emerald-700 hover:from-emerald-600 hover:to-emerald-800 py-3 px-6 text-white rounded-lg text-center focus:outline-none focus:ring focus:ring-emerald-500 text-sm md:text-base font-medium font-display select-none whitespace-nowrap"
52+ class =" flex items-center bg-gradient-to-br from-emerald-500 to-emerald-700 hover:from-emerald-600 hover:to-emerald-800 py-3 px-6 text-white rounded-lg text-center focus:outline-none focus:ring focus:ring-emerald-500 text-sm md:text-base font-medium font-display select-none whitespace-nowrap transition-colors duration-200 "
5353 href =" /v4/guide/overview/"
5454 >
5555 Get Started
@@ -58,7 +58,7 @@ const highlights = [
5858 </a >
5959
6060 <a
61- class =" bg-gray-200 hover:bg-gray-300 dark:bg-zinc-700 dark:hover:bg-zinc-800 py-3 px-6 rounded-lg text-center focus:outline-none whitespace-nowrap focus:ring focus:ring-emerald-500 font-medium font-display select-none text-sm md:text-base"
61+ class =" bg-gray-200 hover:bg-gray-300 dark:bg-zinc-700 dark:hover:bg-zinc-800 py-3 px-6 rounded-lg text-center focus:outline-none whitespace-nowrap focus:ring focus:ring-emerald-500 font-medium font-display select-none text-sm md:text-base transition-colors duration-200 "
6262 href =" /v4/examples/checkboxes-and-radio/"
6363 >
6464 Live Examples
You can’t perform that action at this time.
0 commit comments