OPC # 0002: Improvements to Client provisioning workflows
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user