Skip to content

Commit

Permalink
Revert "Merge branch 'gilberto' into php"
Browse files Browse the repository at this point in the history
This reverts commit fcf08a1, reversing
changes made to e819d62.
  • Loading branch information
JPchipres committed Nov 28, 2022
1 parent fcf08a1 commit 0faa184
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 0 additions & 8 deletions public/css/mainClient.css
Original file line number Diff line number Diff line change
Expand Up @@ -561,11 +561,6 @@ main {
.panel2 table {
width: 100%;
}
.panel2 tbody td {

border: solid 2px #c8cdc4;
border-collapse: collapse;
}
}
/* FIN DE TRANSACCIONES */

Expand All @@ -575,10 +570,7 @@ main {
.disabled {
display: none;
}
.prestamos:link, .prestamos:visited, .prestamos:active {
color: #fd5b5a;

}
.bannerPrestamo {
display: grid;
grid-template-columns: repeat(2,1fr);
Expand Down
6 changes: 5 additions & 1 deletion usuario/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,12 @@
</div>
<div class="bannerPrestamo">
<div class="long">
<p class="pText">Aún no cuentas con un prestamo FinanceFlex, ¡¿Qué esperas?!, ve al apartado <a class="prestamos" href="prestamos.php">Prestamos</a></p>
<p class="pText">Aún no cuentas con un prestamo FinanceFlex, ¡¿Qué esperas?!</p>
</div>
<!-- <div>
<input type="hidden" id="email" value="<?php echo $_SESSION["email"];?>"</input>
<button class="hero__cta">¡SOLICITALO AHORA!</button>
</div> -->
</div>
<?php }?>
</div>
Expand Down

0 comments on commit 0faa184

Please sign in to comment.