Skip to content
Snippets Groups Projects
Unverified Commit 1d66557b authored by Olivia Ruiz-Knott's avatar Olivia Ruiz-Knott Committed by GitHub
Browse files

Merge pull request #24585 from edx/ork/MICROBA-487_remove-coaching-cta-underline

MICROBA-487 Add button class to CTA to remove text-decoration on hover
parents 3ff349ec 802dca15
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ from student.models import CourseEnrollment
account_mfe_url = getattr(settings, 'ACCOUNT_MICROFRONTEND_URL', '') or ''
%>
% if display_demographics_banner:
<a href="${account_mfe_url}#demographics-information">
<a class="btn" href="${account_mfe_url}#demographics-information">
<div
class="demographics-banner d-flex justify-content-left align-items-center flex-column flex-lg-row py-1 px-4 mb-2 mb-lg-4">
<img class="demographics-banner-icon d-none d-lg-inline-block" src="${static.url('edx.org/images/quote_prompt.png')}" alt="" aria-hidden="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment