unit publishing widget cleanup

This commit is contained in:
Frances Botsford
2014-07-09 15:43:35 -04:00
committed by cahrens
parent 005491587f
commit 0230ee40f1
3 changed files with 289 additions and 29 deletions

View File

@@ -22,10 +22,16 @@
padding: ($baseline*.75) ($baseline*.75) $baseline ($baseline*.75);
.title {
@extend %t-title7;
margin-bottom: ($baseline/2);
@extend %t-title8;
margin-bottom: ($baseline/4);
font-weight: 600;
color: $gray-d1;
color: $gray-l2;
text-transform: uppercase;
}
.meta {
@extend %t-copy-sub2;
color: $gray-l1;
}
}
}
@@ -40,7 +46,6 @@
}
}
// green bar and title bg version
%bar-module-green {
@extend %bar-module;
@@ -51,7 +56,6 @@
}
}
// yellow bar and title bg version
%bar-module-yellow {
@extend %bar-module;
@@ -62,8 +66,6 @@
}
}
// red bar and title bg version
%bar-module-red {
@extend %bar-module;
@@ -74,6 +76,16 @@
}
}
// black bar and title bg version
%bar-module-black {
@extend %bar-module;
border-top: 5px solid $black;
.bar-mod-title {
background-color: $gray-l4;
}
}
// Add new component menu with big green buttons
// outermost wrapper for add a new component menu
.add-xblock-component {