cleanup of unit, container, and xblock sass; added modules and layout sass; publishing states and actions on new unit

This commit is contained in:
Frances Botsford
2014-06-27 12:03:37 -04:00
committed by cahrens
parent d65e887d1a
commit bbcc0030ea
15 changed files with 2053 additions and 1423 deletions

View File

@@ -266,6 +266,14 @@
padding: ($baseline*0.75) $baseline;
}
%no-content {
@extend %ui-well;
padding: $baseline;
background-color: $gray-l4;
text-align: center;
color: $gray;
}
.ui-loading {
@include animation(fadeIn $tmg-f2 linear 1);
@extend %ui-well;