mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 23:06:00 +08:00
41 lines
545 B
SCSS
41 lines
545 B
SCSS
// Styles for /admin/backups
|
|
|
|
.admin-backups {
|
|
.before-backup-list-outlet {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.d-admin-table {
|
|
.backup-size {
|
|
text-align: right;
|
|
}
|
|
|
|
.backup-filename {
|
|
text-wrap: balance;
|
|
}
|
|
}
|
|
}
|
|
|
|
.admin-backups-logs {
|
|
max-height: 65vh;
|
|
overflow: auto;
|
|
}
|
|
|
|
.start-backup-modal {
|
|
.alert {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.backup-message {
|
|
margin-left: auto;
|
|
margin-top: 1em;
|
|
@include breakpoint(mobile-extra-large) {
|
|
margin: 1.25em 0 0;
|
|
}
|
|
}
|
|
|
|
label.admin-backups-upload {
|
|
font-weight: 400;
|
|
}
|