Skip to content

Commit

Permalink
corrects padding on subgroup component, and adds bottom divider to me…
Browse files Browse the repository at this point in the history
…mbers component.
  • Loading branch information
stopfstedt committed Feb 7, 2024
1 parent 725cc1e commit e659bd6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
}
}
}

.learner-group-overview-content {
border-bottom: 1px dotted c.$orange;
}
}

.cohortmembers {
Expand All @@ -69,6 +73,8 @@
}

.subgroups {
@include cm.detail-container-content;

.header {
@include cm.detail-container-header;

Expand Down

0 comments on commit e659bd6

Please sign in to comment.