2020-02-26 17:54:11 +01:00

17 lines
410 B
SCSS

ion-app.app-root .item.core-course-module-handler.addon-mod-label-handler {
align-items: center;
cursor: auto;
&:hover {
opacity: 1;
}
}
.md .item.core-course-module-handler.addon-mod-label-handler .item-inner {
padding-bottom: $item-md-padding-bottom;
}
.ios .item.core-course-module-handler.addon-mod-label-handler .item-inner {
padding-bottom: $item-ios-padding-bottom;
}