2018-09-03 10:29:54 +02:00

19 lines
389 B
SCSS

ion-app.app-root page-core-courses-course-preview {
.core-course-thumb {
height: 150px;
width: 100%;
overflow: hidden;
cursor: pointer;
pointer-events: auto;
position: relative;
img {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
width: 100%;
}
}
}