2016-05-26 17:05:16 +01:00
|
|
|
.message {
|
|
|
|
|
|
|
|
|
|
&-name {
|
|
|
|
|
@include bold-24;
|
2018-10-29 14:24:44 +00:00
|
|
|
margin: 0;
|
2017-06-20 10:03:39 +01:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: -$gutter;
|
|
|
|
|
padding-bottom: $gutter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-type {
|
|
|
|
|
color: $secondary-text-colour;
|
2018-10-29 14:24:44 +00:00
|
|
|
margin: 0 0 $gutter-two-thirds 0;
|
2017-06-20 10:03:39 +01:00
|
|
|
pointer-events: none;
|
2016-05-26 17:05:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2018-10-29 14:24:44 +00:00
|
|
|
|
|
|
|
|
#template-list {
|
|
|
|
|
margin-top: $gutter;
|
|
|
|
|
}
|
2018-11-08 11:56:29 +00:00
|
|
|
|
2018-11-09 15:37:37 +00:00
|
|
|
.template-list {
|
|
|
|
|
|
|
|
|
|
&-item {
|
|
|
|
|
|
|
|
|
|
&-with-checkbox {
|
2018-11-08 11:56:29 +00:00
|
|
|
|
2018-11-09 15:37:37 +00:00
|
|
|
position: relative;
|
|
|
|
|
padding-left: $gutter * 2;
|
2018-11-08 11:56:29 +00:00
|
|
|
|
2018-11-09 15:37:37 +00:00
|
|
|
.multiple-choice {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2018-11-08 11:56:29 +00:00
|
|
|
|
|
|
|
|
}
|
2018-11-09 15:37:37 +00:00
|
|
|
|
2018-11-08 11:56:29 +00:00
|
|
|
}
|