2016-04-13 12:50:13 +01:00
|
|
|
$white-50-opaque: rgba($white, 0.5);
|
2016-04-18 11:10:47 +01:00
|
|
|
$button-bottom-border-colour: rgba(0, 0, 0, 0.17);
|
2020-02-21 13:21:44 +00:00
|
|
|
$email-message-gutter: govuk-spacing(9);
|
2016-04-13 12:50:13 +01:00
|
|
|
|
2018-01-10 16:00:11 +00:00
|
|
|
// sass-lint:disable no-important
|
|
|
|
|
|
2016-01-13 16:27:54 +00:00
|
|
|
.email-message {
|
|
|
|
|
|
2020-02-21 13:21:44 +00:00
|
|
|
margin-bottom: govuk-spacing(6);
|
2017-03-10 17:00:13 +00:00
|
|
|
border: 1px solid $border-colour;
|
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;
|
2017-03-10 17:00:13 +00:00
|
|
|
border-top: 0;
|
|
|
|
|
border-bottom: 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;
|
2017-03-10 17:00:13 +00:00
|
|
|
padding-left: $email-message-gutter;
|
2016-02-23 14:58:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td {
|
2017-09-28 10:45:47 +01:00
|
|
|
|
2016-02-23 14:58:49 +00:00
|
|
|
width: 99%;
|
2017-03-10 17:00:13 +00:00
|
|
|
padding-right: $email-message-gutter;
|
2017-05-03 15:12:25 +01:00
|
|
|
word-break: break-word;
|
2017-09-28 10:45:47 +01:00
|
|
|
|
2017-09-28 16:15:48 +01:00
|
|
|
&:last-child {
|
2017-09-28 10:45:47 +01:00
|
|
|
padding-right: $email-message-gutter;
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-23 14:58:49 +00:00
|
|
|
}
|
|
|
|
|
|
2016-01-13 16:27:54 +00:00
|
|
|
}
|
|
|
|
|
|
2016-02-18 14:54:59 +00:00
|
|
|
&-from {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-body {
|
2016-05-26 17:05:16 +01:00
|
|
|
|
2016-02-18 14:54:59 +00:00
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
2020-02-21 13:21:44 +00:00
|
|
|
padding: govuk-spacing(3) $email-message-gutter 0 $email-message-gutter;
|
2017-03-10 17:00:13 +00:00
|
|
|
margin: 0 0 0 0;
|
2016-02-18 14:54:59 +00:00
|
|
|
clear: both;
|
2016-04-11 15:16:41 +01:00
|
|
|
position: relative;
|
2016-04-13 14:59:19 +01:00
|
|
|
word-wrap: break-word;
|
2016-04-11 15:16:41 +01:00
|
|
|
|
2018-01-10 16:00:11 +00:00
|
|
|
table {
|
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
|
|
|
|
|
|
td {
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
font-family: inherit !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li:first-child {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-13 16:27:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|