Commit 0230ee40 by Frances Botsford Committed by cahrens

unit publishing widget cleanup

parent 00549158
...@@ -22,10 +22,16 @@ ...@@ -22,10 +22,16 @@
padding: ($baseline*.75) ($baseline*.75) $baseline ($baseline*.75); padding: ($baseline*.75) ($baseline*.75) $baseline ($baseline*.75);
.title { .title {
@extend %t-title7; @extend %t-title8;
margin-bottom: ($baseline/2); margin-bottom: ($baseline/4);
font-weight: 600; font-weight: 600;
color: $gray-d1; color: $gray-l2;
text-transform: uppercase;
}
.meta {
@extend %t-copy-sub2;
color: $gray-l1;
} }
} }
} }
...@@ -40,7 +46,6 @@ ...@@ -40,7 +46,6 @@
} }
} }
// green bar and title bg version // green bar and title bg version
%bar-module-green { %bar-module-green {
@extend %bar-module; @extend %bar-module;
...@@ -51,7 +56,6 @@ ...@@ -51,7 +56,6 @@
} }
} }
// yellow bar and title bg version // yellow bar and title bg version
%bar-module-yellow { %bar-module-yellow {
@extend %bar-module; @extend %bar-module;
...@@ -62,8 +66,6 @@ ...@@ -62,8 +66,6 @@
} }
} }
// red bar and title bg version // red bar and title bg version
%bar-module-red { %bar-module-red {
@extend %bar-module; @extend %bar-module;
...@@ -74,6 +76,16 @@ ...@@ -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 // Add new component menu with big green buttons
// outermost wrapper for add a new component menu // outermost wrapper for add a new component menu
.add-xblock-component { .add-xblock-component {
......
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
} }
&.staff-only { &.staff-only {
@extend %bar-module; @extend %bar-module-black;
} }
.bar-mod-content { .bar-mod-content {
...@@ -125,15 +125,7 @@ ...@@ -125,15 +125,7 @@
padding: ($baseline/2) ($baseline*.75) ($baseline*.75) ($baseline*.75); padding: ($baseline/2) ($baseline*.75) ($baseline*.75) ($baseline*.75);
.title { .title {
@extend %t-title8;
margin-bottom: ($baseline/10); margin-bottom: ($baseline/10);
text-transform: uppercase;
color: $gray-l3;
}
.meta {
@extend %t-copy-sub2;
color: $gray-l1;
} }
} }
...@@ -156,8 +148,14 @@ ...@@ -156,8 +148,14 @@
.wrapper-visibility { .wrapper-visibility {
.copy { .copy {
margin-bottom: ($baseline/10);
font-weight: 600; font-weight: 600;
} }
.action-inline [class^="icon-"] {
margin: 0 ($baseline/4);
}
} }
.wrapper-pub-actions { .wrapper-pub-actions {
...@@ -218,7 +216,6 @@ ...@@ -218,7 +216,6 @@
.unit-id-value { .unit-id-value {
@extend %t-copy-sub1; @extend %t-copy-sub1;
display: inline-block; display: inline-block;
margin: ($baseline/4) 0;
} }
.tip { .tip {
...@@ -235,7 +232,7 @@ ...@@ -235,7 +232,7 @@
display: none; display: none;
} }
// need to explicitly set this since the html sturcture is different than the others // need to explicitly set this since the html structure is different than the others
.section-name:hover { .section-name:hover {
background: $blue-l5; background: $blue-l5;
color: $blue; color: $blue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment