Commit 5730cf45 by Brian Talbot

studio - window class revamp

parent a5ccfc61
...@@ -269,7 +269,6 @@ code { ...@@ -269,7 +269,6 @@ code {
margin-bottom: $baseline; margin-bottom: $baseline;
border: 1px solid $gray-l2; border: 1px solid $gray-l2;
background: $white; background: $white;
padding: $baseline ($baseline*1.5);
} }
// ==================== // ====================
......
...@@ -11,6 +11,7 @@ body.course.settings { ...@@ -11,6 +11,7 @@ body.course.settings {
@extend .window; @extend .window;
width: flex-grid(9, 12); width: flex-grid(9, 12);
margin-right: flex-gutter(); margin-right: flex-gutter();
padding: $baseline ($baseline*1.5);
} }
.group-settings { .group-settings {
...@@ -478,7 +479,6 @@ body.course.settings { ...@@ -478,7 +479,6 @@ body.course.settings {
&.assignment-types { &.assignment-types {
.list-input { .list-input {
margin-bottom: ($baseline*1.5);
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
...@@ -523,7 +523,6 @@ body.course.settings { ...@@ -523,7 +523,6 @@ body.course.settings {
} }
> .actions { > .actions {
margin-top: $baseline;
border-top: 1px solid $gray-l5; border-top: 1px solid $gray-l5;
padding-top: $baseline; padding-top: $baseline;
} }
......
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