Add styling for module activity entries
This commit is contained in:
parent
b132e320af
commit
a713048b86
|
|
@ -21,3 +21,4 @@
|
|||
@import "password_forms";
|
||||
@import "public-page";
|
||||
@import "student-submission";
|
||||
@import "module-activity";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue