parent
817cf5ed03
commit
a7d78c0e9b
38 changed files with 2996 additions and 789 deletions
|
@ -1482,7 +1482,6 @@
|
|||
width: 12px;
|
||||
height: 12px;
|
||||
display: inline-block;
|
||||
margin-left: 6px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
|
@ -1500,20 +1499,30 @@
|
|||
}
|
||||
|
||||
.module-message-detail__contact__status-icon--sent {
|
||||
@include color-svg('../images/check-circle-outline.svg', $color-light-35);
|
||||
@include color-svg('../images/check-circle-outline.svg', $color-gray-60);
|
||||
}
|
||||
.module-message-detail__contact__status-icon--delivered {
|
||||
@include color-svg('../images/double-check.svg', $color-light-35);
|
||||
@include color-svg('../images/double-check.svg', $color-gray-60);
|
||||
width: 18px;
|
||||
}
|
||||
.module-message-detail__contact__status-icon--read {
|
||||
@include color-svg('../images/read.svg', $color-light-35);
|
||||
@include color-svg('../images/read.svg', $color-gray-60);
|
||||
width: 18px;
|
||||
}
|
||||
.module-message-detail__contact__status-icon--error {
|
||||
@include color-svg('../images/error.svg', $color-core-red);
|
||||
}
|
||||
|
||||
.module-message-detail__contact__unidentified-delivery-icon {
|
||||
margin-left: 6px;
|
||||
margin-right: 10px;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: inline-block;
|
||||
@include color-svg('../images/unidentified-delivery.svg', $color-gray-60);
|
||||
}
|
||||
|
||||
.module-message-detail__contact__error-buttons {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue