diribes commited on
Commit
b5a436a
·
verified ·
1 Parent(s): e89cd31

haz un boton diferente un poco mas pequeño

Browse files
Files changed (1) hide show
  1. index.html +3 -4
index.html CHANGED
@@ -70,13 +70,12 @@
70
  <input type="date" id="dateTo"
71
  class="w-full bg-darker border border-gray-600 rounded-lg py-2.5 px-4 text-white focus:outline-none focus:border-secondary focus:ring-1 focus:ring-secondary transition-all cursor-pointer">
72
  </div>
73
-
74
  <!-- Search Button -->
75
- <button id="searchBtn" class="w-full md:w-auto bg-gradient-to-r from-primary to-blue-600 hover:from-cyan-400 hover:to-blue-500 text-white font-bold py-2.5 px-8 rounded-lg shadow-lg transform hover:-translate-y-0.5 transition-all duration-200 flex items-center justify-center gap-2">
76
- <i data-feather="zap" class="w-4 h-4"></i>
77
  Find Papers
78
  </button>
79
- </div>
80
  </section>
81
 
82
  <!-- Stats / Status -->
 
70
  <input type="date" id="dateTo"
71
  class="w-full bg-darker border border-gray-600 rounded-lg py-2.5 px-4 text-white focus:outline-none focus:border-secondary focus:ring-1 focus:ring-secondary transition-all cursor-pointer">
72
  </div>
 
73
  <!-- Search Button -->
74
+ <button id="searchBtn" class="w-full md:w-auto bg-gradient-to-r from-secondary to-primary hover:from-purple-500 hover:to-cyan-400 text-white font-semibold py-2 px-6 rounded-lg shadow-md hover:shadow-lg transform hover:scale-105 transition-all duration-200 flex items-center justify-center gap-2 text-sm">
75
+ <i data-feather="search" class="w-3.5 h-3.5"></i>
76
  Find Papers
77
  </button>
78
+ </div>
79
  </section>
80
 
81
  <!-- Stats / Status -->