Commit 12784e3f by Brian Talbot

studio - course link final styling

parent b51e57ed
......@@ -290,7 +290,7 @@ body.course.settings {
@include box-shadow(0 2px 1px $shadow-l1);
@include border-radius(($baseline/5));
margin-top: ($baseline*1.5);
border: 1px solid $gray-l4;
border: 1px solid $gray-l2;
padding: ($baseline/2) 0 0 0;
.title {
......@@ -312,12 +312,10 @@ body.course.settings {
}
.list-actions {
@include transition(opacity 0.25s ease-in-out);
@include box-shadow(inset 0 1px 1px $shadow-l1);
border-top: 1px solid $gray-l4;
border-top: 1px solid $gray-l2;
padding: ($baseline/2);
background: $gray-l5;
opacity: 0.5;
.action-primary {
@include blue-button();
......@@ -332,14 +330,6 @@ body.course.settings {
}
}
}
&:hover {
border-color: $gray-l2;
.list-actions {
opacity: 1.0;
}
}
}
}
......
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