Skip to content

Instantly share code, notes, and snippets.

/* for rh menu */
.ou-menu-wrapper {
padding: 24px 24px 24px 0px;
}
ou-menu-wrapper-in-right-side {
padding: 0px; /*get rid of passing if showing in right-side-wrapper*/
}
.ou-menu-item-wrapper {
/**
* This JavaScript file contains js to create a rh menu in Instructure Canvas
*
* @projectname OU Canvas Menu
* @version 0.1
* @author Damion Young
*
*/
/* Global variables */
/* Note: laregly the same as Canvas's Dashboard styling */
.ou-ModuleCard{
box-sizing: border-box;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
border-radius: 6px;
overflow: hidden;
background: #fff;
width: 262px;
display: inline-block;
vertical-align: top;