diff --git a/cms/static/img/html-icon.png b/cms/static/img/html-icon.png new file mode 100644 index 0000000000..e739f2fc11 Binary files /dev/null and b/cms/static/img/html-icon.png differ diff --git a/cms/static/sass/_graphics.scss b/cms/static/sass/_graphics.scss index 25ca880598..1f07f4433c 100644 --- a/cms/static/sass/_graphics.scss +++ b/cms/static/sass/_graphics.scss @@ -205,6 +205,14 @@ background: url(../img/large-slide-icon.png) center no-repeat; } +.large-html-icon { + display: inline-block; + width: 100px; + height: 60px; + margin-right: 5px; + background: url(../img/html-icon.png) center no-repeat; +} + .large-textbook-icon { display: inline-block; width: 100px;