Commit 138fc145 by Brian Talbot Committed by cahrens

addressing FED feedback

parent 8df19d81
...@@ -221,7 +221,7 @@ section.instructor-dashboard-content-2 { ...@@ -221,7 +221,7 @@ section.instructor-dashboard-content-2 {
.message { .message {
margin-bottom: $baseline; margin-bottom: $baseline;
display: none; display: none;
border-radius: ($baseline/$baseline); border-radius: 1px;
padding: ($baseline*0.75) $baseline; padding: ($baseline*0.75) $baseline;
&.is-shown { &.is-shown {
...@@ -455,6 +455,7 @@ section.instructor-dashboard-content-2 { ...@@ -455,6 +455,7 @@ section.instructor-dashboard-content-2 {
margin-bottom: ($baseline/2); margin-bottom: ($baseline/2);
border-bottom: 1px solid $gray-l4; border-bottom: 1px solid $gray-l4;
padding-bottom: ($baseline/2); padding-bottom: ($baseline/2);
}
.title-value, .group-count { .title-value, .group-count {
display: inline-block; display: inline-block;
...@@ -472,7 +473,6 @@ section.instructor-dashboard-content-2 { ...@@ -472,7 +473,6 @@ section.instructor-dashboard-content-2 {
@extend %t-weight4; @extend %t-weight4;
} }
} }
}
.cohort-management-group-setup { .cohort-management-group-setup {
@include clearfix(); @include clearfix();
......
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