mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 11:18:25 -04:00
17 lines
199 B
SCSS
17 lines
199 B
SCSS
|
|
.user-list {
|
||
|
|
|
||
|
|
@include core-16;
|
||
|
|
|
||
|
|
&-item {
|
||
|
|
|
||
|
|
padding: $gutter-half 0;
|
||
|
|
border-top: 1px solid $border-colour;
|
||
|
|
|
||
|
|
&:last-child {
|
||
|
|
border-bottom: 1px solid $border-colour;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|