diff --git a/cms/static/sass/views/_settings.scss b/cms/static/sass/views/_settings.scss index 7a106b17ea..67c5ed34e1 100644 --- a/cms/static/sass/views/_settings.scss +++ b/cms/static/sass/views/_settings.scss @@ -328,11 +328,12 @@ body.course.settings { @extend .t-action-3; font-weight: 600; - .icon { + [class^="icon-"] { @extend .t-icon; @include font-size(16); display: inline-block; vertical-align: middle; + margin-top: -3px; } } } diff --git a/cms/templates/settings.html b/cms/templates/settings.html index f6633c8d65..5baf460e25 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -92,7 +92,7 @@ from contentstore import utils