mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Use yellow warning banner for permissions message
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.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% from "components/banner.html" import banner_wrapper %}
|
||||
|
||||
{% call banner_wrapper(type="default") %}
|
||||
You only have permission to view this service
|
||||
{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user