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.

63 lines
1.1 KiB

6 years ago
@media screen and
(min-width: 200px) and
(max-width: 765px){
6 years ago
.course-card-view {
min-width: calc(100% - 0.5rem) !important;
max-width: calc(100% - 0.5rem) !important;
}
}
@media screen and
(min-width: 766px) and
(max-width: 986px){
.course-card-view {
min-width: calc(50% - 0.5rem) !important;
max-width: calc(50% - 0.5rem) !important;
}
}
@media screen and
(min-width: 987px) and
(max-width: 1250px){
6 years ago
.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;
}
}