fix for missing sass variable for LTI

This commit is contained in:
Frances Botsford
2013-10-15 10:40:12 -04:00
parent 5592511098
commit 4b49a6514e

View File

@@ -281,7 +281,7 @@
}
}
@mixin gray-button {
.gray-button {
@include button;
@include linear-gradient(top, $white-t1, rgba(255, 255, 255, 0));
box-shadow: 0 1px 0 $white-t1 inset;