first commit

This commit is contained in:
2021-12-03 18:58:57 +01:00
parent 6e521642a4
commit 32a7734d30
3 changed files with 68 additions and 39 deletions

View File

@@ -115,18 +115,18 @@ a.badge-link {
}
/// badge_title in AccompanyingCourse Work list Page
div.accompanying_course_work-list {
h2.badge-title {
span.title_label {
// Calculate same color then border:groove
background-color: shade-color($social-action-color, 34%);
}
span.title_action {
@include badge_title($social-action-color);
}
h2.badge-title {
span.title_label {
// Calculate same color then border:groove
background-color: shade-color($social-action-color, 34%);
}
span.title_action {
@include badge_title($social-action-color);
}
}
/// badge_title in Activities on resume page
div.activity-list {
h2.badge-title {