Add recovery Excel export and automatic account detection
This commit is contained in:
@@ -1856,6 +1856,31 @@ a {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.recovery-panel-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 9px;
|
||||
}
|
||||
|
||||
.export-data-button {
|
||||
display: inline-flex;
|
||||
height: 34px;
|
||||
align-items: center;
|
||||
padding: 0 13px;
|
||||
border: 1px solid #a9cdbc;
|
||||
border-radius: 8px;
|
||||
color: var(--green-deep);
|
||||
background: #f2faf6;
|
||||
font-size: 9px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.export-data-button:disabled {
|
||||
color: #94a29c;
|
||||
background: #f5f7f6;
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
.retry-failed-button b {
|
||||
display: grid;
|
||||
min-width: 18px;
|
||||
|
||||
Reference in New Issue
Block a user