discourse/app/assets/stylesheets/common/admin/backups.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
563 B
SCSS
Raw Normal View History

2018-07-03 11:14:53 +08:00
// Styles for /admin/backups
.admin-backups {
.before-backup-list-outlet {
margin-top: 1em;
2018-07-03 11:14:53 +08:00
}
.d-admin-table {
.backup-size {
text-align: right;
2018-07-03 11:14:53 +08:00
}
.backup-filename {
width: 80%;
text-wrap: balance;
2018-07-03 11:14:53 +08:00
}
}
}
.admin-backups-logs {
max-height: 65vh;
2018-07-03 11:14:53 +08:00
overflow: auto;
}
.start-backup-modal {
.alert {
margin-bottom: 0;
2018-07-03 11:14:53 +08:00
}
}
.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;
}