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