OPC # 0001: Extract OPC into standalone repo

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
amadzarak
2026-04-25 19:17:48 -04:00
parent 7561ac7530
commit 76962a6af4
6 changed files with 326 additions and 65 deletions
+37
View File
@@ -758,6 +758,43 @@ body {
gap: 0.4rem;
}
/* SDLC Delivery Chain */
.opc-delivery-chain {
background: #f6f7f9;
border: 1px solid #dce0e6;
border-radius: 8px;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
}
.opc-sdlc-pipeline {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.2rem;
margin-bottom: 0.35rem;
}
.opc-sdlc-stage-item {
display: flex;
align-items: center;
gap: 0.2rem;
}
.opc-sdlc-arrow {
color: #8f99a8;
font-size: 0.8rem;
font-weight: 600;
margin: 0 0.1rem;
user-select: none;
}
.opc-sdlc-furthest {
font-size: 0.75rem;
color: #738091;
margin-top: 0.3rem;
}
/* Commits section labels */
.opc-commits-section-label {
display: flex;