Add styling for module activity entries

This commit is contained in:
Ramon Wenger 2019-12-18 13:18:42 +01:00
parent b132e320af
commit a713048b86
2 changed files with 13 additions and 0 deletions

View File

@ -21,3 +21,4 @@
@import "password_forms";
@import "public-page";
@import "student-submission";
@import "module-activity";

View File

@ -0,0 +1,12 @@
.module-activity-entry {
&__title {
@include small-text;
// todo: make style definition for small text and silver color
color: $color-silver-dark;
margin-bottom: 0;
}
&__text {
@include regular-text;
}
}