2016-05-26 17:05:16 +01:00
|
|
|
.message {
|
|
|
|
|
|
|
|
|
|
&-name {
|
|
|
|
|
@include bold-24;
|
|
|
|
|
margin: 20px 0 5px 0;
|
2017-06-20 10:03:39 +01:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: -$gutter;
|
|
|
|
|
padding-bottom: $gutter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-type {
|
|
|
|
|
color: $secondary-text-colour;
|
|
|
|
|
margin-bottom: $gutter / 3;
|
|
|
|
|
pointer-events: none;
|
2016-05-26 17:05:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|