You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
963 B

6 years ago
@media screen and
(min-width: 200px) and
(max-width: 766px){
.course-card-view {
min-width: calc(100% - 0.5rem) !important;
max-width: calc(100% - 0.5rem) !important;
}
}
@media screen and
(min-width: 767px) and
(max-width: 991px){
.course-card-view {
min-width: calc(33% - 0.5rem) !important;
max-width: calc(33% - 0.5rem) !important;
}
}
.course-card-view {
box-shadow: 5px 5px 9px -4px rgba($black, .1);
padding-bottom: 4rem;
6 years ago
min-width: calc(25% - 0.5rem);
max-width: calc(25% - 0.5rem);
.course-card-img div {
height: 6.5rem;
background-position: top right;
background-size: cover;
}
.card-see-more {
position: absolute;
bottom: 0;
width: 100%;
.btn {
width: 90%;
}
}
}
body#page-enrol-index {
.box.generalbox > div {
@extend .course-card-view;
position: relative;
}
}