Commit b51e57ed by Brian Talbot

studio - refining style and presentation of course link and invitation button on details settings

parent 4e331a2c
...@@ -287,10 +287,10 @@ body.course.settings { ...@@ -287,10 +287,10 @@ body.course.settings {
// course link note // course link note
.note-promotion-courseURL { .note-promotion-courseURL {
@include box-shadow(0 1px 1px $shadow-l1); @include box-shadow(0 2px 1px $shadow-l1);
@include border-radius(($baseline/5)); @include border-radius(($baseline/5));
margin-top: ($baseline*1.5); margin-top: ($baseline*1.5);
border: 1px solid $gray-l3; border: 1px solid $gray-l4;
padding: ($baseline/2) 0 0 0; padding: ($baseline/2) 0 0 0;
.title { .title {
...@@ -312,14 +312,17 @@ body.course.settings { ...@@ -312,14 +312,17 @@ body.course.settings {
} }
.list-actions { .list-actions {
@include transition(opacity 0.25s ease-in-out);
@include box-shadow(inset 0 1px 1px $shadow-l1); @include box-shadow(inset 0 1px 1px $shadow-l1);
border-top: 1px solid $gray-l4; border-top: 1px solid $gray-l4;
padding: ($baseline/2); padding: ($baseline/2);
background: $gray-l5; background: $gray-l5;
opacity: 0.5;
.action-primary { .action-primary {
@include blue-button(); @include blue-button();
@include font-size(13); @include font-size(13);
font-weight: 600;
.icon { .icon {
@extend .t-icon; @extend .t-icon;
...@@ -329,6 +332,14 @@ body.course.settings { ...@@ -329,6 +332,14 @@ 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