mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-30 12:18:19 -04:00
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.
18 lines
231 B
SCSS
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;
|
|
}
|
|
|
|
}
|
|
|
|
}
|