SHA256
Сохранить текущий снимок DM-синхронизации
This commit is contained in:
@@ -1827,7 +1827,29 @@
|
||||
.bubble-status {
|
||||
min-width: 14px;
|
||||
text-align: right;
|
||||
color: rgba(215, 230, 255, 0.92);
|
||||
color: rgba(148, 163, 184, 0.92);
|
||||
}
|
||||
|
||||
.bubble-status--delivered,
|
||||
.bubble-status--read {
|
||||
color: rgba(215, 230, 255, 0.96);
|
||||
text-shadow: 0 0 6px rgba(126, 180, 255, 0.36);
|
||||
}
|
||||
|
||||
.bubble-status--failed {
|
||||
color: rgba(255, 145, 145, 0.96);
|
||||
}
|
||||
|
||||
.bubble-delivery-note {
|
||||
max-width: 280px;
|
||||
margin-top: 6px;
|
||||
font-size: 10px;
|
||||
line-height: 1.3;
|
||||
color: rgba(255, 220, 142, 0.92);
|
||||
}
|
||||
|
||||
.bubble-delivery-note--failed {
|
||||
color: rgba(255, 145, 145, 0.96);
|
||||
}
|
||||
|
||||
.bubble.in {
|
||||
|
||||
Reference in New Issue
Block a user