Commit f50e58ad by marco

adjusted visual styling for editing state of xblocks, html, and video components…

adjusted visual styling for editing state of xblocks, html, and video components which had extra padding applied to it from the container page xblock styling
STUD-1410
parent a10d8d41
......@@ -1403,3 +1403,9 @@ body.unit .component {
margin-top: ($baseline*1.5);
}
}
body.unit .component.editing {
.xmodule_DiscussionModule, .xmodule_HtmlModule, .xblock {
margin-top: 0;
}
}
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