From 6980e9f17503c023519c4cdae5fbe36f4c21b4a1 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 29 Jul 2013 16:36:45 -0400 Subject: [PATCH] Studio: bulletproofs actions on course team view --- cms/static/sass/views/_users.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cms/static/sass/views/_users.scss b/cms/static/sass/views/_users.scss index 633385309b..c3a7d2cd5d 100644 --- a/cms/static/sass/views/_users.scss +++ b/cms/static/sass/views/_users.scss @@ -120,10 +120,12 @@ body.course.users { } .action-role { - margin-right: ($baseline/2); + width: flex-grid(3, 4); + margin-right: flex-gutter(); } .action-delete { + width: flex-grid(1, 4); // STATE: disabled &.is-disabled { @@ -167,7 +169,7 @@ body.course.users { } .notoggleforyou { - @extend .t-copy-sub2; + @extend .t-copy-sub1; color: $gray-l2; } }