Spaces:
Running
Running
haz un boton diferente un poco mas pequeño
Browse files- 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-
|
| 76 |
-
<i data-feather="
|
| 77 |
Find Papers
|
| 78 |
</button>
|
| 79 |
-
|
| 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 -->
|