2016-01-20 10:36:41 +00:00
|
|
|
%sms-message-wrapper,
|
|
|
|
|
.sms-message-wrapper {
|
2016-04-11 10:51:32 +01:00
|
|
|
|
2016-01-20 10:36:41 +00:00
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
2016-02-08 11:11:55 +00:00
|
|
|
padding: $gutter-half;
|
2016-01-20 10:36:41 +00:00
|
|
|
background: $panel-colour;
|
|
|
|
|
border: 1px solid $panel-colour;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
margin: 0 0 $gutter 0;
|
2016-02-18 14:54:59 +00:00
|
|
|
clear: both;
|
2016-04-15 15:11:44 +01:00
|
|
|
word-wrap: break-word;
|
2016-04-11 10:51:32 +01:00
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p + p {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-20 10:36:41 +00:00
|
|
|
}
|
2015-12-10 16:48:07 +00:00
|
|
|
|
2016-01-20 10:36:41 +00:00
|
|
|
.sms-message-wrapper-with-radio {
|
|
|
|
|
@extend %sms-message-wrapper;
|
|
|
|
|
padding-left: 45px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sms-message-recipient {
|
|
|
|
|
@include copy-19;
|
|
|
|
|
color: $secondary-text-colour;
|
2016-05-05 08:38:55 +01:00
|
|
|
margin: 10px 0 5px 0;
|
2016-01-20 10:36:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sms-message-name {
|
2016-04-11 15:16:41 +01:00
|
|
|
@include bold-24;
|
2016-02-04 14:02:16 +00:00
|
|
|
margin: 20px 0 10px 0;
|
2016-01-20 10:36:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sms-message-picker {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 7px 0 0 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 15px;
|
|
|
|
|
top: 50%;
|
|
|
|
|
z-index: 50;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-12 09:55:51 +01:00
|
|
|
%sms-message-use-links,
|
2016-02-12 10:55:21 +00:00
|
|
|
.sms-message-use-links {
|
|
|
|
|
|
|
|
|
|
@include copy-19;
|
2016-04-18 11:10:47 +01:00
|
|
|
margin-top: -5px;
|
2016-02-12 10:55:21 +00:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 5px;
|
2016-04-11 15:16:41 +01:00
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-12 10:55:21 +00:00
|
|
|
}
|
|
|
|
|
|
2016-05-04 21:24:02 +01:00
|
|
|
.primary {
|
|
|
|
|
@include bold-19;
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-04 14:02:16 +00:00
|
|
|
}
|
2016-02-18 14:54:59 +00:00
|
|
|
|
2016-04-12 09:55:51 +01:00
|
|
|
.sms-message-use-links-with-title {
|
|
|
|
|
@extend %sms-message-use-links;
|
2016-04-18 11:10:47 +01:00
|
|
|
margin-top: 55px;
|
2016-04-12 09:55:51 +01:00
|
|
|
}
|
|
|
|
|
|
2016-02-18 14:54:59 +00:00
|
|
|
.sms-message-from {
|
|
|
|
|
@include bold-19;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|