2
0

index.module.scss 554 B

123456789101112131415161718192021222324252627282930313233343536
  1. .captionItem {
  2. box-sizing: border-box;
  3. width: 100%;
  4. font-size: 0;
  5. .userName {
  6. box-sizing: border-box;
  7. color: var(---white, #fff);
  8. font-size: 14px;
  9. font-weight: 600;
  10. line-height: 20px;
  11. letter-spacing: 0.449px;
  12. }
  13. .content {
  14. color: var(---white, #fff);
  15. font-size: 14px;
  16. font-weight: 400;
  17. line-height: 20px;
  18. }
  19. .translate {
  20. color: var(--Warning-400-T, #ffcf74);
  21. font-size: 14px;
  22. font-weight: 400;
  23. line-height: 20px;
  24. }
  25. .arabic {
  26. direction: rtl;
  27. text-align: left;
  28. }
  29. }