2018-01-23 13:00:00 +01:00
|
|
|
core-course-module {
|
|
|
|
|
|
|
|
a.core-course-module-handler {
|
|
|
|
align-items: flex-start;
|
2018-02-08 16:26:37 +01:00
|
|
|
min-height: 52px;
|
|
|
|
|
|
|
|
&.item .item-inner {
|
2018-01-23 13:00:00 +01:00
|
|
|
padding-right: 0;
|
|
|
|
}
|
2018-02-08 16:26:37 +01:00
|
|
|
.label {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.core-module-icon {
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
2018-01-23 13:00:00 +01:00
|
|
|
}
|
|
|
|
|
2018-02-08 16:26:37 +01:00
|
|
|
.core-module-title {
|
2018-01-23 13:00:00 +01:00
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
2018-02-08 16:26:37 +01:00
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
core-format-text {
|
|
|
|
flex-grow: 2;
|
|
|
|
}
|
|
|
|
.core-module-buttons {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.core-module-buttons,
|
|
|
|
.core-module-buttons-more {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
|
|
|
align-items: center;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.core-module-buttons core-course-module-completion,
|
|
|
|
.core-module-buttons-more button {
|
|
|
|
cursor: pointer;
|
|
|
|
pointer-events: auto;
|
|
|
|
}
|
|
|
|
|
2018-02-22 15:21:22 +01:00
|
|
|
.core-module-buttons-more .spinner {
|
2018-02-08 16:26:37 +01:00
|
|
|
right: 13px;
|
2018-01-23 13:00:00 +01:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
}
|
2018-02-08 16:26:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.md core-course-module {
|
|
|
|
.core-module-description,
|
|
|
|
.core-module-description .core-show-more {
|
|
|
|
padding-right: $label-md-margin-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.core-course-module-handler .core-module-icon {
|
|
|
|
margin-top: $label-md-margin-top;
|
|
|
|
margin-bottom: $label-md-margin-bottom;
|
2018-03-02 16:59:39 +01:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2018-02-08 16:26:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.core-module-title core-format-text {
|
|
|
|
padding-top: $label-md-margin-top + 3;
|
|
|
|
}
|
|
|
|
.button-md {
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
.core-module-buttons-more {
|
|
|
|
min-height: 52px;
|
|
|
|
min-width: 53px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ios core-course-module {
|
|
|
|
.core-module-description,
|
|
|
|
.core-module-description .core-show-more {
|
|
|
|
padding-right: $label-ios-margin-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.core-course-module-handler .core-module-icon {
|
|
|
|
margin-top: $label-ios-margin-top;
|
|
|
|
margin-bottom: $label-ios-margin-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.core-module-title core-format-text {
|
|
|
|
padding-top: $label-ios-margin-top + 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.core-module-buttons-more {
|
|
|
|
min-height: 53px;
|
|
|
|
min-width: 58px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp core-course-module {
|
|
|
|
.core-module-description,
|
|
|
|
.core-module-description .core-show-more {
|
|
|
|
padding-right: ($item-wp-padding-end / 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
a.core-course-module-handler .core-module-icon {
|
|
|
|
margin-top: $item-wp-padding-top;
|
|
|
|
margin-bottom: $item-wp-padding-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.core-module-title core-format-text {
|
|
|
|
padding-top: $item-wp-padding-top + 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-wp {
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
2018-01-23 13:00:00 +01:00
|
|
|
}
|