Commit 6980e9f1 by Brian Talbot

Studio: bulletproofs actions on course team view

parent 64566c14
...@@ -120,10 +120,12 @@ body.course.users { ...@@ -120,10 +120,12 @@ body.course.users {
} }
.action-role { .action-role {
margin-right: ($baseline/2); width: flex-grid(3, 4);
margin-right: flex-gutter();
} }
.action-delete { .action-delete {
width: flex-grid(1, 4);
// STATE: disabled // STATE: disabled
&.is-disabled { &.is-disabled {
...@@ -167,7 +169,7 @@ body.course.users { ...@@ -167,7 +169,7 @@ body.course.users {
} }
.notoggleforyou { .notoggleforyou {
@extend .t-copy-sub2; @extend .t-copy-sub1;
color: $gray-l2; color: $gray-l2;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment