detail de l'issue

This commit is contained in:
Cédric OLIVIER
2026-05-22 18:03:06 +02:00
parent 9fbcf805c7
commit f6acfd0e30
8 changed files with 242 additions and 14 deletions
@@ -0,0 +1,51 @@
:host {
display: block;
}
.page-header h1 {
margin: 0;
font-size: 2rem;
}
.page-header p {
margin: 0.5rem 0 1.5rem;
color: #4b5563;
}
.detail-card {
background-color: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 0.75rem;
overflow: hidden;
}
table {
width: 100%;
border-collapse: collapse;
}
th,
td {
padding: 0.9rem 1rem;
border-bottom: 1px solid #e5e7eb;
text-align: left;
vertical-align: top;
}
th {
width: 220px;
background-color: #f9fafb;
color: #374151;
}
tr:last-child th,
tr:last-child td {
border-bottom: none;
}
@media (max-width: 768px) {
th {
width: 40%;
}
}