mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 02:58:26 -04:00
Remove ‘active’ title on team page
This section of the page is covered by the ‘Team members’ `<h1>`. Only the invited users is a special case that needs its own title.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
.user-list {
|
.user-list {
|
||||||
|
|
||||||
@include core-16;
|
@include core-16;
|
||||||
|
margin-bottom: $gutter * 1.5;
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ Manage users – GOV.UK Notify
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row">
|
<div class="grid-row bottom-gutter">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
Team members
|
Team members
|
||||||
@@ -30,7 +30,7 @@ Manage users – GOV.UK Notify
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="heading-medium">
|
<h2 class="visually-hidden">
|
||||||
Active
|
Active
|
||||||
</h2>
|
</h2>
|
||||||
<div class="user-list">
|
<div class="user-list">
|
||||||
|
|||||||
Reference in New Issue
Block a user