Files
frontend-app-learner-dashboard/src/containers/CourseCard/CourseCard.scss
Leangseu Kim 7f210e7483 chore: fix urls
Co-authored-by: Nathan Sprenkle <nsprenkle@users.noreply.github.com>

chore: marketing and upgrade url are full urls
2022-10-04 16:23:38 -04:00

22 lines
415 B
SCSS

@import "@edx/paragon/scss/core/core";
.course-card {
.card {
.pgn__card-image-cap {
border-bottom-left-radius: 0 !important;
}
.pgn__card-header-content {
margin-top: 1.5rem;
}
}
.course-card-banners {
> .alert {
border-top-left-radius: 0;
border-top-right-radius: 0;
box-shadow: none;
padding: map-get($spacers, 3) map-get($spacers, 4);
}
}
}