fixed mixin sass

This commit is contained in:
Frances Botsford
2014-04-02 14:35:25 -04:00
committed by Andy Armstrong
parent 052949d700
commit e18dd7f50a

View File

@@ -268,7 +268,7 @@
.ui-loading {
@include animation(fadeIn $tmg-f2 linear 1);
@extend %ui-well;
@extend %t-base-copy;
@extend %t-copy-base;
opacity: .6;
background-color: $white;
padding: ($baseline*1.5) $baseline;