Initial
This commit is contained in:
@@ -6981,6 +6981,40 @@ input:read-only {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.vcenter-diagnostics {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
margin-bottom: 12px;
|
||||
padding: 10px 12px;
|
||||
border: 1px solid rgba(117, 216, 255, .16);
|
||||
border-radius: 14px;
|
||||
color: rgba(219, 227, 255, .7);
|
||||
background: rgba(88, 221, 255, .055);
|
||||
}
|
||||
|
||||
.vcenter-diagnostics strong {
|
||||
color: rgba(255, 255, 255, .9);
|
||||
}
|
||||
|
||||
.vcenter-diagnostics span {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
min-height: 24px;
|
||||
padding: 4px 8px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(139, 224, 255, .14);
|
||||
background: rgba(3, 8, 18, .35);
|
||||
font-size: .76rem;
|
||||
}
|
||||
|
||||
.vcenter-diagnostics small {
|
||||
flex-basis: 100%;
|
||||
color: rgba(219, 227, 255, .52);
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.vcenter-preview-table {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
|
||||
Reference in New Issue
Block a user