diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 6fa3b7bc50..1cf92f5388 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -368,8 +368,10 @@ .sts-track-value { @extend %copy-badge; - color: $white; + display: inline-block; background: $verified-color-lvl3; + color: $white; + font-weight: 600; .context { margin-right: ($baseline/4); @@ -378,6 +380,14 @@ letter-spacing: 0.1rem; } } + + &.professional-ed { + + .sts-track-value { + background-color: $professional-color-lvl1; + } + + } } .sts-label {