Skip to content

Commit

Permalink
Merge pull request #7507 from stopfstedt/learnergroup-manager-style-a…
Browse files Browse the repository at this point in the history
…lignment

Learnergroup manager style alignment
  • Loading branch information
dartajax authored Nov 16, 2023
2 parents 221a9e6 + cde4ca8 commit ae7ce2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
13 changes: 3 additions & 10 deletions app/styles/components/learner-group/cohort-user-manager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,13 @@
border-top: 1px dotted c.$orange;

.learner-group-cohort-user-manager-header {
align-items: center;
display: flex;
flex-direction: column;
justify-content: space-between;
@include cm.detail-container-header;

@include cm.for-laptop-and-up {
align-items: flex-start;
flex-direction: row;
justify-content: space-around;
.title {
@include cm.detail-container-title;
}

.actions {
text-align: right;

input {
@include cm.ilios-input;
width: 15rem;
Expand Down
17 changes: 3 additions & 14 deletions app/styles/components/learner-group/root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

.learner-group-overview {
@include cm.ilios-overview(c.$orange);
margin-left: 0.8rem;

.block {
@include cm.ilios-overview-block;
Expand Down Expand Up @@ -68,27 +69,15 @@
}

.subgroups {
@include m.main-list-box;

.header {
@include m.main-list-box-header;

h3 {
@include cm.ilios-heading-h3;
}
@include cm.detail-container-header;

.title {
@include m.main-list-box-header-title;
}

.actions {
@include m.main-list-box-header-actions;
@include cm.detail-container-title;
}
}

.list {
@include m.main-list-box-table;

.confirm-copy,
.confirm-copy:nth-child(even),
.confirm-copy:nth-child(odd) {
Expand Down

0 comments on commit ae7ce2d

Please sign in to comment.