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
11 lines
194 B
SCSS
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%;
|
|
} |