Merge pull request #3007 from edx/frances/feature/ui-loading

added loading pattern to studio
This commit is contained in:
frances botsford
2014-03-21 10:15:11 -04:00
2 changed files with 23 additions and 0 deletions

View File

@@ -265,6 +265,24 @@
padding: ($baseline*0.75) $baseline;
}
.ui-loading {
@include animation(fadeIn $tmg-f2 linear 1);
@extend %ui-well;
opacity: .6;
background-color: $white;
padding: ($baseline*1.5) $baseline;
text-align: center;
.spin {
@extend %anim-rotateCW;
display: inline-block;
}
.copy {
padding-left: ($baseline/4);
}
}
// ====================
// extends - content - removes list styling/spacing when using uls, ols for navigation and less content-centric cases