2017-10-25 11:46:12 +01:00
|
|
|
$item-top-padding: $gutter-half;
|
|
|
|
|
|
2016-07-07 09:17:50 +01:00
|
|
|
.user-list {
|
|
|
|
|
|
2017-03-15 12:50:45 +00:00
|
|
|
@include core-19;
|
2016-09-07 12:21:43 +01:00
|
|
|
margin-bottom: $gutter * 1.5;
|
2016-07-07 09:17:50 +01:00
|
|
|
|
|
|
|
|
&-item {
|
|
|
|
|
|
2017-10-25 11:46:12 +01:00
|
|
|
padding: $item-top-padding 150px $gutter-half 0;
|
2016-07-07 09:17:50 +01:00
|
|
|
border-top: 1px solid $border-colour;
|
2017-10-25 11:46:12 +01:00
|
|
|
position: relative;
|
2016-07-07 09:17:50 +01:00
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
border-bottom: 1px solid $border-colour;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2017-10-25 11:46:12 +01:00
|
|
|
&-edit-link {
|
|
|
|
|
text-align: right;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: $item-top-padding;
|
|
|
|
|
right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-07 09:17:50 +01:00
|
|
|
}
|