diff --git a/index2.html b/index2.html index 46a3b64..079fe45 100644 --- a/index2.html +++ b/index2.html @@ -30,16 +30,6 @@ .nav-btn { color: #94a3b8; transition: all 0.2s; } .nav-btn.active { color: #2563eb; } .nav-btn.active i { transform: translateY(-2px); } - - /* Estilo para los botones de filtro activos */ - .stat-card { transition: all 0.2s ease; cursor: pointer; border: 1px solid transparent; } - .stat-card:active { transform: scale(0.95); } - .stat-card.active-filter { - border-color: currentColor; - background-color: white !important; - box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1); - ring: 2px; - } @@ -62,72 +52,70 @@
-
-
-