mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Merge pull request #1196 from alphagov/remove-unwanted-sass
Remove unwanted SASS
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user