feat: Begins po detail.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user