Merge pull request #17362 from caesar2164/allow-about-sidebar-content-from-instructor

Add custom HTML to Course About page sidebar
This commit is contained in:
Zia Fazal
2018-06-04 09:41:52 +05:00
committed by GitHub
13 changed files with 125 additions and 4 deletions

View File

@@ -439,6 +439,12 @@
background: url('#{$static-path}/images/link-icon.png') left center no-repeat;
}
}
&.about-sidebar-html {
padding: 0 10px;
box-shadow: none;
border: none;
}
}
header {