2018-10-17 15:03:48 +02:00

68 lines
1.6 KiB
SCSS

ion-app.app-root core-courses-course-progress {
ion-card.card {
display: flex;
flex-direction: column;
@for $i from 0 to length($core-course-image-background) {
&[course-color="#{$i}"] {
.core-course-thumb {
background: nth($core-course-image-background, $i + 1);
}
}
}
.core-course-thumb {
height: 150px;
width: 100%;
overflow: hidden;
cursor: pointer;
pointer-events: auto;
position: relative;
&.core-course-color-img {
background: white;
}
img {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
}
.core-course-link {
padding-top: 8px;
padding-bottom: 8px;
.item-inner {
@include padding(null, 0, null, null);
}
.label {
display: flex;
align-items: center;
justify-content: space-between;
}
h2 {
margins: 6px 0;
flex-grow: 1;
}
}
.label {
@include margin(0, 0, 0, null);
}
ion-item-divider .label-md {
@extend .label-md;
}
ion-item-divider .label-wp {
@extend .label-wp;
}
ion-item-divider .label-ios {
@extend .label-ios;
}
}
button {
z-index: 1;
}
}