* refactor: replace @edx/paragon and @edx/frontend-build * refactor: updated edx packages * fix: fixed failing test cases by remmoving paragon mock * fix: updated lock file to fix build issues --------- Co-authored-by: mashal-m <mashal.malik@arbisoft.com> Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Co-authored-by: Muhammad Abdullah Waheed <abdullah.waheed@arbisoft.com>
29 lines
509 B
SCSS
29 lines
509 B
SCSS
@import "@openedx/paragon/scss/core/core";
|
|
|
|
span.pgn__icon.breadcrumb-arrow {
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
};
|
|
|
|
.empty-submission {
|
|
width: map-get($container-max-widths, "sm");
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
min-height: 75vh;
|
|
margin: auto;
|
|
|
|
> img {
|
|
padding: map-get($spacers, 5);
|
|
}
|
|
}
|
|
|
|
.submissions-table {
|
|
.pgn__data-table-filters-breakout-filter {
|
|
.pgn__form-group {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|