feat: Begins po detail.

This commit is contained in:
2025-01-10 17:13:43 -05:00
parent 455287fe1c
commit 59b6d46606
8 changed files with 156 additions and 7 deletions

View File

@@ -301,3 +301,38 @@ tr.htmx-swapping td {
margin-right: 15px;
font-size: 1.5em;
}
.btn-row button {
border: none;
text-decoration: none;
color: grey;
background-color: inherit;
font-size: 1.3em;
padding-bottom: 10px;
}
.btn-row button:hover {
color: blue;
}
.btn-detail {
border: none;
text-decoration: none;
color: grey;
background-color: inherit;
font-size: 1.3em;
}
.po-detail table {
border-collapse: collapse;
border: none;
max-width: 300px;
}
.po-detail td {
border: none;
}
.label {
color: #00ffcc;
}