6 /* Use card styles but avoid extend because that brings in too much. */
8 background-color: $card-bg;
9 @include border-radius($card-border-radius);
10 border: $card-border-width solid $card-border-color;
12 padding: $card-spacer-x;
13 margin-bottom: $card-spacer-x;
17 /* These are long labels with checkboxes on the right. */
20 display: inline-block;
22 padding: $table-cell-padding-sm;
26 display: inline-block;
28 padding: $table-cell-padding-sm;
33 /* Bold section labels */
37 .section_level .activity_level {
45 /* Override the columns width to leave more room for the labels. */
49 /* Striped rows like a table */
51 background-color: $table-accent-bg;
54 background-color: $card-bg;
57 /* These checkboxes with no label on the left. */
69 /* Detail pair is (usually) some short label with a longer value */
70 .path-backup .detail-pair {
82 .path-backup .backup-restore .singlebutton {
85 /* Make these bits full width and work with the detail-pair */
86 .path-backup .backup-section {
95 /* Fix for nested table headers */
101 /* Add card styles to backup sections */
108 background-color: $card-bg;
109 @include border-radius($card-border-radius);
110 border: $card-border-width solid $card-border-color;
112 padding: $card-spacer-x;
113 margin-bottom: $card-spacer-x;
116 .path-backup .notification.dependencies_enforced {
121 .path-backup .backup_progress {
123 margin-bottom: $spacer;
128 &.backup_stage_current {
135 .path-backup .backup_progress span.backup_stage.backup_stage_complete {
139 #page-backup-restore .filealiasesfailures {
140 background-color: $state-danger-bg;
143 background-color: $body-bg;
148 .path-backup .wibbler {
151 border-bottom: 1px solid black;
152 border-right: 1px solid black;
153 border-left: 1px solid black;