2018-07-03 11:14:53 +08:00
|
|
|
// Styles for /admin/backups
|
|
|
|
|
2024-08-20 07:59:43 +08:00
|
|
|
.admin-backups {
|
|
|
|
.before-backup-list-outlet {
|
|
|
|
margin-top: 1em;
|
2018-07-03 11:14:53 +08:00
|
|
|
}
|
|
|
|
|
2024-10-24 06:26:21 +08:00
|
|
|
.d-admin-table {
|
|
|
|
.backup-size {
|
|
|
|
text-align: right;
|
2018-07-03 11:14:53 +08:00
|
|
|
}
|
2024-10-24 06:26:21 +08:00
|
|
|
|
|
|
|
.backup-filename {
|
|
|
|
width: 80%;
|
|
|
|
text-wrap: balance;
|
2018-07-03 11:14:53 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-backups-logs {
|
2018-09-20 01:38:25 +08:00
|
|
|
max-height: 65vh;
|
2018-07-03 11:14:53 +08:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.start-backup-modal {
|
2023-08-31 12:51:07 +08:00
|
|
|
.alert {
|
|
|
|
margin-bottom: 0;
|
2018-07-03 11:14:53 +08:00
|
|
|
}
|
|
|
|
}
|
2019-11-27 01:55:25 +08:00
|
|
|
|
2024-08-20 07:59:43 +08:00
|
|
|
.backup-message {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-top: 1em;
|
|
|
|
@include breakpoint(mobile-extra-large) {
|
|
|
|
margin: 1.25em 0 0;
|
2024-02-16 00:27:51 +08:00
|
|
|
}
|
2019-11-27 01:55:25 +08:00
|
|
|
}
|
2024-08-20 07:59:43 +08:00
|
|
|
|
|
|
|
label.admin-backups-upload {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|