Files
frontend-app-learner-dashboard/src/containers/CourseList/index.scss
Leangseu Kim 84446fe5cd feat: make maquerade stateful
feat: implement loading screen

chore: update selector test

chore: fiter/sort padding

chore: update fail masquerade state

chore: update unit test

chore: Update src/containers/MasqueradeBar/index.jsx

Co-authored-by: Ben Warzeski <bwarzeski@edx.org>

chore: update test

Co-authored-by: Ben Warzeski <bwarzeski@edx.org>

chore: update snapshot
2022-10-04 16:48:16 -04:00

11 lines
194 B
SCSS

#course-list-heading-container {
display: flex;
justify-content: space-between;
}
.course-list-loading {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}