studio - window class revamp

This commit is contained in:
Brian Talbot
2013-02-11 08:57:34 -05:00
parent a5ccfc61cd
commit 5730cf45b7
2 changed files with 1 additions and 3 deletions

View File

@@ -269,7 +269,6 @@ code {
margin-bottom: $baseline;
border: 1px solid $gray-l2;
background: $white;
padding: $baseline ($baseline*1.5);
}
// ====================

View File

@@ -11,6 +11,7 @@ body.course.settings {
@extend .window;
width: flex-grid(9, 12);
margin-right: flex-gutter();
padding: $baseline ($baseline*1.5);
}
.group-settings {
@@ -478,7 +479,6 @@ body.course.settings {
&.assignment-types {
.list-input {
margin-bottom: ($baseline*1.5);
&:last-child {
margin-bottom: 0;
@@ -523,7 +523,6 @@ body.course.settings {
}
> .actions {
margin-top: $baseline;
border-top: 1px solid $gray-l5;
padding-top: $baseline;
}