2016-01-13 16:27:54 +00:00
|
|
|
.email-message {
|
|
|
|
|
|
|
|
|
|
margin-bottom: $gutter;
|
|
|
|
|
|
2016-02-18 14:54:59 +00:00
|
|
|
&-name {
|
2016-01-13 16:27:54 +00:00
|
|
|
@include bold-19;
|
2016-02-18 14:54:59 +00:00
|
|
|
margin: 20px 0 10px 0;
|
2016-01-13 16:27:54 +00:00
|
|
|
}
|
|
|
|
|
|
2016-02-23 14:58:49 +00:00
|
|
|
&-meta {
|
|
|
|
|
|
|
|
|
|
@include core-19;
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
|
|
td,
|
|
|
|
|
th {
|
|
|
|
|
@include core-19;
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
border-top: 1px solid $border-colour;
|
2016-03-09 12:18:11 +00:00
|
|
|
vertical-align: top;
|
2016-02-23 14:58:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
th {
|
|
|
|
|
color: $secondary-text-colour;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td {
|
|
|
|
|
width: 99%;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-13 16:27:54 +00:00
|
|
|
}
|
|
|
|
|
|
2016-02-18 14:54:59 +00:00
|
|
|
&-from {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
border-top: 1px solid $border-colour;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-body {
|
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: $gutter-half 0 0 0;
|
|
|
|
|
margin: 0 0 $gutter 0;
|
|
|
|
|
clear: both;
|
|
|
|
|
border-top: 1px solid $border-colour;
|
|
|
|
|
border-bottom: 1px solid $border-colour;
|
2016-01-13 16:27:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|