forked from CIT/Vmeda.Online
23 lines
467 B
SCSS
23 lines
467 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%;
|
|
}
|
|
}
|
|
.core-customfieldvalue core-format-text {
|
|
display: inline;
|
|
}
|
|
|
|
}
|