Commit a5aca51a by frances botsford

Merge pull request #1347 from edx/frances/fix/lti-sass-variable

fix for missing sass variable for LTI
parents e7f9243c 4b49a651
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
} }
} }
@mixin gray-button { .gray-button {
@include button; @include button;
@include linear-gradient(top, $white-t1, rgba(255, 255, 255, 0)); @include linear-gradient(top, $white-t1, rgba(255, 255, 255, 0));
box-shadow: 0 1px 0 $white-t1 inset; box-shadow: 0 1px 0 $white-t1 inset;
......
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