forked from EVOgeek/Vmeda.Online
19 lines
389 B
SCSS
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%;
|
|
}
|
|
}
|
|
}
|