Remove the ‘phone’ component

This was used on the old product page to do the graphic of three phones
showing three different messages. We don’t have this any more, so this
‘component’ is unused.

Also removes some unused imports which were a hangover from previous
versions of the product page.
This commit is contained in:
Chris Hill-Scott
2017-03-20 09:52:35 +00:00
parent 973b6621df
commit 5568da2439
2 changed files with 0 additions and 20 deletions

View File

@@ -1,16 +0,0 @@
{% macro phone(recipient, message) %}
<div class="phone">
<div class="phone-speaker"></div>
<div class="phone-screen">
<h2 class="phone-recipient">
<span class="visually-hidden">
Example text message
</span>
To: {{recipient}}
</h2>
<div class="phone-sms">
{{ message }}
</div>
</div>
</div>
{% endmacro %}

View File

@@ -1,7 +1,3 @@
{% from 'components/big-number.html' import big_number %}
{% from "components/banner.html" import banner_wrapper %}
{% from "components/phone.html" import phone %}
{% extends "fullwidth_template.html" %}
{% block page_title %}