var.scss 698 B

123456789101112131415161718192021222324252627282930
  1. //$color-primary: #2977fa;
  2. $color-primary: #1bc213;
  3. $color-light: #fff;
  4. /* 头像 */
  5. $avatar-size: 45px;
  6. $avatar-radius: 50%;
  7. /** 标题 */
  8. $title-background: $color-primary;
  9. $title-color: $color-light;
  10. $title-height: 44px;
  11. /* 气泡 */
  12. $bubble-background: $color-primary;
  13. $bubble-color: $color-light;
  14. $bubble-radius: 12px;
  15. $bubble-self-background: #e7ebef;
  16. $bubble-self-color: #606d84;
  17. /* 输入框 */
  18. $editor-textarea-height: 40px;
  19. $editor-textarea-radius: 5px;
  20. $editor-submit-disable-color: #bcbcbc;
  21. $editor-submit-disable-background: #ebebeb;
  22. $editor-submit-radius: $editor-textarea-radius;
  23. /*
  24. $bubble-self-background: #e7ebef;
  25. $bubble-self-color: #3a465d;
  26. */