Files
notifications-admin/app/assets/stylesheets/views/users.scss
Chris Hill-Scott 93a1f194e9 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.
2016-09-07 15:16:02 +01:00

18 lines
231 B
SCSS

.user-list {
@include core-16;
margin-bottom: $gutter * 1.5;
&-item {
padding: $gutter-half 0;
border-top: 1px solid $border-colour;
&:last-child {
border-bottom: 1px solid $border-colour;
}
}
}