2018-02-08 15:26:37 +00:00
|
|
|
a.core-course-module-handler.addon-mod-label-handler {
|
|
|
|
align-items: center;
|
2019-01-02 08:38:47 +00:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.md a.core-course-module-handler.addon-mod-label-handler .item-inner {
|
|
|
|
padding-bottom: $item-md-padding-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ios a.core-course-module-handler.addon-mod-label-handler .item-inner {
|
|
|
|
padding-bottom: $item-ios-padding-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp a.core-course-module-handler.addon-mod-label-handler .item-inner {
|
|
|
|
padding-bottom: $item-wp-padding-bottom;
|
2018-02-08 15:26:37 +00:00
|
|
|
}
|