Added fix for cms sass

This commit is contained in:
Kyle Fiedler
2012-08-21 14:04:50 -04:00
parent dca434ad34
commit 8a112b0cca

View File

@@ -14,6 +14,10 @@ $yellow: #fff8af;
$cream: #F6EFD4;
$border-color: #ddd;
// edX colors
$blue: rgb(29,157,217);
$pink: rgb(182,37,104);
@mixin hide-text {
background-color: transparent;
border: 0;