20 lines
498 B
SCSS
20 lines
498 B
SCSS
.item.core-course-module-handler.addon-mod-label-handler {
|
|
align-items: center;
|
|
|
|
&: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;
|
|
}
|
|
|
|
.wp .item.core-course-module-handler.addon-mod-label-handler .item-inner {
|
|
padding-bottom: $item-wp-padding-bottom;
|
|
}
|