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;
|
2019-02-01 12:36:03 +00:00
|
|
|
margin-bottom: $gutter;
|
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
|
|
|
|
2018-11-22 10:41:47 +00:00
|
|
|
h3 {
|
|
|
|
|
|
2019-02-25 15:15:00 +00:00
|
|
|
padding-right: $gutter-half;
|
2018-11-22 10:41:47 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
color: $secondary-text-colour; // So the ellipsis is grey
|
|
|
|
|
|
|
|
|
|
.heading-small {
|
|
|
|
|
color: $black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
}
|