{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load django_markup %} {% load static %} {% block table_style %} style=" font-family: Inter, Arial, sans-serif !important; font-size: 1em; line-height: 1.5; max-width: 600px; border: 10px solid white; " {% endblock %} {% block main_style %} style=" padding-bottom: 30px; box-shadow: 0 1px 5px rgba(0,0,0,0.25); " {% endblock %} {% block content %} {# email client support for style sheets is pretty spotty, so we have to inline all of these styles #} {# we're using important below to override inline styles and my understanding is for email clients where media queries do not work, they'll simply see the desktop css on their phone #}
{% include "goal_reminder_banner.html" %} |