fix: mejorar ícono
This commit is contained in:
parent
fd0f235d6c
commit
6838f86f87
|
@ -6,7 +6,7 @@
|
|||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../css/inicio.css">
|
||||
<link rel="stylesheet" href="../css/consultar-api.css">
|
||||
|
||||
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="assets/fontawesome/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="assets/fontawesome/css/brands.css">
|
||||
<link rel="stylesheet" href="assets/fontawesome/css/solid.css">
|
||||
|
|
|
@ -35,7 +35,7 @@ if(isset($resultado['estado'])){
|
|||
|
||||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../css/inicio.css">
|
||||
|
||||
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="assets/fontawesome/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="assets/fontawesome/css/brands.css">
|
||||
<link rel="stylesheet" href="assets/fontawesome/css/solid.css">
|
||||
|
|
|
@ -29,7 +29,7 @@ if (isset($resultado['estado'])){
|
|||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../css/inicio.css">
|
||||
<link rel="stylesheet" href="../font/bootstrap-icons.css">
|
||||
|
||||
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="assets/fontawesome/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="assets/fontawesome/css/brands.css">
|
||||
<link rel="stylesheet" href="assets/fontawesome/css/solid.css">
|
||||
|
|
Loading…
Reference in New Issue