| @@ -520,4 +520,25 @@ | ||
| 520 | 520 | color: #666; |
| 521 | 521 | padding: 40px !important; |
| 522 | 522 | } |
| 523 | 523 | |
| 524 | + | |
| 525 | + | |
| 526 | +.mxchat-status-badge { | |
| 527 | + display: inline-block; | |
| 528 | + padding: 3px 8px; | |
| 529 | + border-radius: 3px; | |
| 530 | + font-size: 12px; | |
| 531 | + font-weight: 500; | |
| 532 | + text-transform: uppercase; | |
| 533 | + margin-left: 10px; | |
| 534 | +} | |
| 535 | + | |
| 536 | +.mxchat-status-failed { | |
| 537 | + background-color: #f44336; | |
| 538 | + color: white; | |
| 539 | +} | |
| 540 | + | |
| 541 | +.mxchat-status-success { | |
| 542 | + background-color: #4caf50; | |
| 543 | + color: white; | |
| 544 | +} | |