Co-authored-by: Nathan Sprenkle <nsprenkle@users.noreply.github.com> chore: marketing and upgrade url are full urls
22 lines
415 B
SCSS
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);
|
|
}
|
|
}
|
|
}
|