fixing little styles

This commit is contained in:
2025-09-08 20:12:11 -04:00
parent 05d2e6ee8a
commit b38d056ab9
3 changed files with 25 additions and 23 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ export default function Page() {
type='text'
//value={user}
//onChange={(e) => setUser(e.target.value)}
placeholder='Coloca '
placeholder='Coloca el nombre'
/>
<label className='label'>Apellido Paterno</label>
@@ -44,7 +44,7 @@ export default function Page() {
type='text'
//value={user}
//onChange={(e) => setUser(e.target.value)}
placeholder='Coloca '
placeholder='Coloca el apellido paterno'
/>
<label className='label'>Apellido Materno</label>
@@ -52,7 +52,7 @@ export default function Page() {
type='text'
//value={user}
//onChange={(e) => setUser(e.target.value)}
placeholder='Coloca '
placeholder='Coloca el apellido materno'
/>
</form>
<form>
+1 -1
View File
@@ -25,7 +25,7 @@
content: "";
top: 0;
left: -20px;
width: 60%;
width: 50%;
height: 100%;
min-width: 300px;
background: #d59f0f;
+21 -19
View File
@@ -22,6 +22,7 @@ body {
grid-template-rows: auto auto 1fr auto;
min-height: 100dvh;
width: 100dvw;
overflow: hidden;
}
header {
@@ -75,6 +76,7 @@ footer {
padding: 10px;
background-color: rgba(0, 61, 121, 1);
z-index: 0;
overflow: hidden;
}
footer p {
@@ -319,34 +321,34 @@ table {
table th,
table td {
padding: 10px;
text-align: center;
border-bottom: 1px solid #cfcfcf;
word-wrap: break-word;
overflow-wrap: break-word;
padding: 10px;
text-align: center;
border-bottom: 1px solid #cfcfcf;
word-wrap: break-word;
overflow-wrap: break-word;
}
table th {
position: sticky;
top: 0px;
background-color: rgb(1, 92, 184);
color: white;
position: sticky;
top: 0px;
background-color: rgb(1, 92, 184);
color: white;
}
table tr {
min-width: 400px;
min-width: 400px;
}
.tableContainer {
margin-top: 10px;
overflow-y: auto;
overflow-x: auto;
border-radius: 4px;
border: 1px solid #cfcfcf;
max-height: 430px;
scrollbar-color: rgb(1, 92, 184) rgba(0, 0, 0, 0);
background-color: #f9f9f9;
width: 100%;
margin-top: 10px;
overflow-y: auto;
overflow-x: auto;
border-radius: 4px;
border: 1px solid #cfcfcf;
max-height: 430px;
scrollbar-color: rgb(1, 92, 184) rgba(0, 0, 0, 0);
background-color: #f9f9f9;
width: 100%;
}
.centerGrid {