portico: Center and add box around empty terms and privacy pages.

This adds the white box around the empty terms and privacy page
statements along with putting them in the flex center box.

Fixes: #6309.
This commit is contained in:
Brock Whittaker 2017-08-28 11:39:14 -07:00 committed by Tim Abbott
parent 1f9eac990e
commit 94447a0fc4
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
{% block portico_content %} {% block portico_content %}
<div class="app terms-page inline-block"> <div class="app terms-page flex">
<div class="app-main terms-page-container"> <div class="app-main terms-page-container white-box">
{% if privacy_policy %} {% if privacy_policy %}
{{ render_markdown_path(privacy_policy) }} {{ render_markdown_path(privacy_policy) }}

View File

@ -4,8 +4,8 @@
{% block portico_content %} {% block portico_content %}
<div class="app terms-page inline-block"> <div class="app terms-page flex">
<div class="app-main terms-page-container"> <div class="app-main terms-page-container white-box">
{% if terms_of_service %} {% if terms_of_service %}
{{ render_markdown_path(terms_of_service) }} {{ render_markdown_path(terms_of_service) }}
{% else %} {% else %}