Initial
This commit is contained in:
@@ -6867,13 +6867,188 @@ input:read-only {
|
||||
box-shadow: 0 -18px 34px rgba(0, 0, 0, .24);
|
||||
}
|
||||
|
||||
.vcenter-import-form {
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
max-height: min(74vh, 820px);
|
||||
overflow: auto;
|
||||
padding: 2px 2px 0;
|
||||
}
|
||||
|
||||
.wizard-section {
|
||||
border: 1px solid rgba(139, 224, 255, .14);
|
||||
border-radius: 18px;
|
||||
background:
|
||||
linear-gradient(135deg, rgba(88, 221, 255, .075), rgba(255, 255, 255, .025)),
|
||||
rgba(7, 13, 28, .52);
|
||||
padding: 16px;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
|
||||
}
|
||||
|
||||
.section-heading {
|
||||
display: grid;
|
||||
grid-template-columns: 34px minmax(0, 1fr);
|
||||
gap: 12px;
|
||||
align-items: start;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.section-heading > span {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
border-radius: 12px;
|
||||
color: #06101d;
|
||||
font-weight: 900;
|
||||
background: linear-gradient(135deg, #75d8ff, #a579ff 55%, #ffe4f1);
|
||||
box-shadow: 0 12px 30px rgba(108, 122, 255, .28);
|
||||
}
|
||||
|
||||
.section-heading h4 {
|
||||
margin: 0;
|
||||
color: rgba(255, 255, 255, .9);
|
||||
font-size: .98rem;
|
||||
}
|
||||
|
||||
.section-heading p {
|
||||
margin: 4px 0 0;
|
||||
color: rgba(219, 227, 255, .62);
|
||||
font-size: .82rem;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.vcenter-filter-grid,
|
||||
.vcenter-options-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(150px, .85fr) minmax(150px, .85fr) minmax(220px, 1.35fr) minmax(120px, .55fr);
|
||||
gap: 12px;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.vcenter-options-grid {
|
||||
grid-template-columns: repeat(3, minmax(170px, 1fr));
|
||||
}
|
||||
|
||||
.vcenter-filter-grid label,
|
||||
.vcenter-options-grid label {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.vcenter-filter-grid .filter-value,
|
||||
.vcenter-options-grid .option-tags {
|
||||
grid-column: span 1;
|
||||
}
|
||||
|
||||
.wizard-actions,
|
||||
.preview-toolbar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
.vcenter-status,
|
||||
.preview-toolbar span {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
color: rgba(219, 227, 255, .68);
|
||||
font-size: .82rem;
|
||||
}
|
||||
|
||||
.status-dot {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
border-radius: 999px;
|
||||
background: #f8c66a;
|
||||
box-shadow: 0 0 14px rgba(248, 198, 106, .62);
|
||||
}
|
||||
|
||||
.status-dot.success {
|
||||
background: #66f2b5;
|
||||
box-shadow: 0 0 14px rgba(102, 242, 181, .62);
|
||||
}
|
||||
|
||||
.inline-error {
|
||||
border: 1px solid rgba(255, 124, 152, .28);
|
||||
border-radius: 14px;
|
||||
padding: 10px 12px;
|
||||
color: #ffb7c7;
|
||||
background: rgba(255, 65, 112, .08);
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.vcenter-preview-table {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
border: 1px solid rgba(139, 224, 255, .12);
|
||||
border-radius: 16px;
|
||||
background: rgba(3, 8, 18, .36);
|
||||
}
|
||||
|
||||
.vcenter-preview-table table {
|
||||
width: 100%;
|
||||
min-width: 820px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.vcenter-preview-table th,
|
||||
.vcenter-preview-table td {
|
||||
padding: 12px 14px;
|
||||
border-bottom: 1px solid rgba(139, 224, 255, .08);
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.vcenter-preview-table th {
|
||||
color: rgba(151, 221, 255, .78);
|
||||
font-size: .68rem;
|
||||
letter-spacing: .14em;
|
||||
text-transform: uppercase;
|
||||
background: rgba(7, 13, 28, .72);
|
||||
}
|
||||
|
||||
.vcenter-preview-table td {
|
||||
color: rgba(238, 242, 255, .84);
|
||||
font-size: .84rem;
|
||||
}
|
||||
|
||||
.vcenter-preview-table strong,
|
||||
.vcenter-preview-table small {
|
||||
display: block;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.vcenter-preview-table small {
|
||||
margin-top: 4px;
|
||||
color: rgba(219, 227, 255, .42);
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.vcenter-preview-table input[type="checkbox"] {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
accent-color: #75d8ff;
|
||||
}
|
||||
|
||||
.wizard-empty {
|
||||
padding: 28px 18px;
|
||||
color: rgba(219, 227, 255, .56);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-width: 1180px) {
|
||||
.deployment-section-body.three,
|
||||
.deployment-section-body.two,
|
||||
.return-code-row,
|
||||
.assignment-row,
|
||||
.relationship-row,
|
||||
.intune-deployment-form .installer-analyze-row {
|
||||
.intune-deployment-form .installer-analyze-row,
|
||||
.vcenter-filter-grid,
|
||||
.vcenter-options-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user