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%;
|
2016-12-05 11:51:19 +00:00
|
|
|
max-width: 410px;
|
2016-01-20 10:36:41 +00:00
|
|
|
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;
|
2016-05-20 12:05:05 +01:00
|
|
|
line-height: 1.6;
|
2016-04-11 10:51:32 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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-08-07 09:17:49 +01:00
|
|
|
margin: 10px 0 0 0;
|
2016-01-20 10:36:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sms-message-name {
|
2016-04-11 15:16:41 +01:00
|
|
|
@include bold-24;
|
2016-05-20 13:58:16 +01:00
|
|
|
margin: 20px 0 5px 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-02-18 14:54:59 +00:00
|
|
|
.sms-message-from {
|
|
|
|
|
@include bold-19;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|