File: /home/wwwrenee/public_html/wp-content/themes/maxcoach/assets/scss/learnpress/_widgets.scss
.archive-course-widget-outer {
.course-entry {
display: flex;
align-items: center;
+ .course-entry {
border-top: 1px solid #eee;
padding-top: 20px;
margin-top: 20px;
}
}
.course-cover {
flex-shrink: 0;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
margin-right: 20px;
img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
.course-title {
@extend %NormalTransition;
font-size: 15px;
line-height: 1.6;
margin: 0;
color: $secondary-color;
&:hover {
color: $primary-color;
}
}
.course-price {
font-size: 15px;
font-weight: 800;
margin-bottom: 9px;
color: $primary-color;
}
.course-description {
margin-top: 10px;
}
.course-meta-data {
margin-top: 5px;
}
}