2025-08-14 15:10:45 +00:00
|
|
|
.script-batch-progress {
|
2025-09-29 17:10:41 +00:00
|
|
|
@include vertical-page-layout;
|
2025-10-08 17:31:57 +00:00
|
|
|
font-size: $x-small;
|
2025-09-29 17:10:41 +00:00
|
|
|
|
2025-08-14 15:10:45 +00:00
|
|
|
&__status-count {
|
|
|
|
|
font-weight: $bold;
|
|
|
|
|
}
|
2025-10-08 17:31:57 +00:00
|
|
|
|
2025-08-14 15:10:45 +00:00
|
|
|
.paginated-list__row {
|
|
|
|
|
padding: 16px 24px;
|
|
|
|
|
}
|
2025-10-08 17:31:57 +00:00
|
|
|
|
|
|
|
|
.list-item__details {
|
2025-08-14 15:10:45 +00:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
@include help-text;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__row-right {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 16px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__row-errors {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
@include help-text;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__empty {
|
2025-09-04 17:24:05 +00:00
|
|
|
@include tab-empty-state;
|
2025-09-30 17:52:06 +00:00
|
|
|
gap: $pad-small;
|
2025-08-14 15:10:45 +00:00
|
|
|
}
|
2025-09-04 17:24:05 +00:00
|
|
|
|
2025-08-14 15:10:45 +00:00
|
|
|
.paginated-list .loading-overlay {
|
|
|
|
|
position: initial;
|
|
|
|
|
top: initial;
|
|
|
|
|
bottom: initial;
|
|
|
|
|
left: initial;
|
|
|
|
|
right: initial;
|
|
|
|
|
}
|
|
|
|
|
}
|