style: button font reduced to reduce button size (#30256)
This commit is contained in:
@@ -7,7 +7,7 @@ from django.utils.translation import ugettext as _
|
||||
%>
|
||||
|
||||
% if show_banner:
|
||||
<div class="upgrade-banner d-flex bg-primary text-white align-items-center px-4">
|
||||
<div class="upgrade-banner d-flex bg-primary text-white align-items-center px-4 py-1">
|
||||
% if show_mfe:
|
||||
<div class="d-flex w-100 small">
|
||||
${_("You are viewing an educator only preview of the new discussions experience!")}
|
||||
@@ -19,16 +19,16 @@ from django.utils.translation import ugettext as _
|
||||
%endif
|
||||
|
||||
% if show_mfe:
|
||||
<a class="btn btn-inverse-primary" href="${legacy_url}">
|
||||
<a class="btn btn-inverse-primary" style="font-size: 12px;" href="${legacy_url}">
|
||||
${_("View legacy experience")}
|
||||
</a>
|
||||
% if share_feedback_url:
|
||||
<a class="btn btn-inverse-primary ml-2" href="${share_feedback_url}" target="_blank" rel="noopener">
|
||||
<a class="btn btn-inverse-primary ml-2" style="font-size: 12px;" href="${share_feedback_url}" target="_blank" rel="noopener">
|
||||
${_("Share feedback")}
|
||||
</a>
|
||||
% endif
|
||||
% else:
|
||||
<a class="btn btn-inverse-primary ml-2" href="${mfe_url}">
|
||||
<a class="btn btn-inverse-primary ml-2" style="font-size: 12px;" href="${mfe_url}">
|
||||
${_("View the new experience")}
|
||||
</a>
|
||||
% endif
|
||||
|
||||
Reference in New Issue
Block a user