diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index 6428c98d0a..d1a77db932 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -23,12 +23,42 @@ border-top: 3px solid $blue; padding: $baseline 0; - .copy { - @extend %t-copy-sub1; - } - - .btn-find-courses { - @extend %btn-pl-elevated-alt; + .course-advertise { + @include clearfix(); + box-sizing: border-box; + padding: $baseline; + background-color: $body-bg; + border: 1px solid $border-color-l3; + .advertise-message { + @include font-size(12); + color: $gray-d4; + margin-bottom: $baseline; + } + .ad-link { + @include text-align(center); + .btn-find-courses { + padding-bottom: 12px; + padding-top: 12px; + } + a { + @include font-size(16); + @include line-height(1.2); + padding: $baseline * 0.5; + border: 1px solid $blue; + color: $blue; + text-decoration: none; + display: block; + &:hover, + &:focus, + &:active { + color: $white; + background-color: $blue; + } + span { + @include margin-left($baseline*0.25); + } + } + } } } diff --git a/themes/edx.org/lms/templates/dashboard.html b/themes/edx.org/lms/templates/dashboard.html index 26aede1537..96272a0849 100644 --- a/themes/edx.org/lms/templates/dashboard.html +++ b/themes/edx.org/lms/templates/dashboard.html @@ -157,10 +157,19 @@ from openedx.core.djangolib.markup import Text, HTML % endif % if settings.FEATURES.get('COURSES_ARE_BROWSABLE'): -
${_("Check out our recently launched courses and what's new in your favorite subjects")}
- -