diff --git a/src/App.tsx b/src/App.tsx index deac704..5054981 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -107,6 +107,7 @@ const App: React.FC = () => { return (
+ GemcoLocalHost {isLoading ? (

Loading...

@@ -138,4 +139,4 @@ const App: React.FC = () => { ); }; -export default App; +export default App; \ No newline at end of file diff --git a/src/Componentes/AmazonInvoice.tsx b/src/Componentes/AmazonInvoice.tsx index 888f6e2..5d67aba 100644 --- a/src/Componentes/AmazonInvoice.tsx +++ b/src/Componentes/AmazonInvoice.tsx @@ -76,7 +76,7 @@ import {BsFiletypePdf} from "react-icons/bs" setSelectedInvoiceId(id); - // Update data in memory + // Actualizacion en memoria.. setInvoices((prevInvoices) => { const updatedInvoices = prevInvoices.map((invoice) => { if (invoice.id === id) { diff --git a/src/HojasDeEstilo/AmazonInovice.css b/src/HojasDeEstilo/AmazonInovice.css index 9cefc7a..ec76d57 100644 --- a/src/HojasDeEstilo/AmazonInovice.css +++ b/src/HojasDeEstilo/AmazonInovice.css @@ -7,19 +7,28 @@ border-collapse: collapse; } -.table th { + + +.table th { background-color: #95c030; - color: white; + color: rgb(7, 10, 0); text-align: center; padding: 1px; width: 5%; height: 5%; + font-family: cursive; + } .table td { text-align: center; padding: 8px; + /* font-family:Georgia, 'Times New Roman', Times, serif */ + /* font-family: Arial, Helvetica, sans-serif; */ + font-family: cursive; + background-color: white; + } .pagination-container { @@ -33,10 +42,12 @@ list-style: none; padding: 0; margin: 0; + /* width: 0px; + height: 500px; */ } .pagination li { - margin-right: 5px; + margin-right: 0px; } .pagination li button { @@ -46,20 +57,23 @@ background-color: #f5f5f5; color: #333; cursor: pointer; + /* height: 5px; */ + width: 77.3px; } .pagination li button:hover { - background-color: #e9e9e9; + background-color: #0e2ade; } .pagination li.active button { - background-color: #95c030; + background-color: blue; color: white; } h1 { - color: white + color:bisque + } .caret-icon { diff --git a/src/HojasDeEstilo/Home.css b/src/HojasDeEstilo/Home.css index 747e83e..7fd82a3 100644 --- a/src/HojasDeEstilo/Home.css +++ b/src/HojasDeEstilo/Home.css @@ -45,4 +45,4 @@ button{ } - \ No newline at end of file + diff --git a/src/HojasDeEstilo/Navbar.css b/src/HojasDeEstilo/Navbar.css index f1596e1..3617c73 100644 --- a/src/HojasDeEstilo/Navbar.css +++ b/src/HojasDeEstilo/Navbar.css @@ -1,6 +1,6 @@ .navbar-custom { background-color: #4054bd; - color: #000; + color: #000000; position: fixed; top: 0; width: 100%; @@ -16,11 +16,12 @@ .navbar-custom .nav-link { color: #f5f5f5; - font-weight: bold; + font-weight:100; font-size: 18px; margin-right: 15px; } .navbar-custom .nav-link:hover { - color: #888888; + color: green; } +