color.scss 176 B

12345678910111213
  1. .tui-conversation {
  2. background: #fff;
  3. }
  4. .network {
  5. &-content {
  6. font-family: PingFangSC-Regular;
  7. font-weight: 400;
  8. color: #e54545;
  9. letter-spacing: 0;
  10. }
  11. }