OPC # 0002: Improvements to Client provisioning workflows

This commit is contained in:
amadzarak
2026-04-25 20:56:32 -04:00
parent 65a6b4afaf
commit 98049f3c50
5 changed files with 191 additions and 33 deletions
+33
View File
@@ -285,6 +285,39 @@ body {
.review-table { width: 100%; font-size: 0.875rem; }
.review-table td:first-child { width: 150px; color: #738091; padding-right: 1rem; padding-bottom: 0.6rem; }
.review-table td:last-child { font-weight: 500; }
.review-table th { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: #738091; }
/* Stack config table in DeploymentConfigStep */
.stack-config-table {
width: 100%;
border-collapse: collapse;
font-size: 0.875rem;
}
.stack-config-table th,
.stack-config-table td {
padding: 0.5rem 0.75rem;
border: 1px solid #dce0e6;
vertical-align: middle;
}
.stack-config-table th {
background: #f6f7f9;
font-weight: 600;
text-align: left;
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #5f6b7c;
}
.stack-config-table tbody tr:hover { background: #f6f7f9; }
.stack-config-select {
width: 100%;
padding: 0.3rem 0.5rem;
border: 1px solid #b3bac5;
border-radius: 4px;
background: #fff;
font-size: 0.875rem;
cursor: pointer;
}
.wizard-footer-actions { display: flex; gap: 8px; align-items: center; }