mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
The green bordered banner feels too much like ‘success’ or ‘confirmation’. Doesn’t feel like it’s something which just gives you the status of a thing, or here’s a thing you should be aware of.
7 lines
259 B
HTML
7 lines
259 B
HTML
{% from "components/banner.html" import banner_wrapper %}
|
|
|
|
{% call banner_wrapper(type="warning") %}
|
|
You only have permission to view this service. To send messages, edit
|
|
templates or manage team members, contact the person who invited you.
|
|
{% endcall %}
|