var.styl 600 B

1234567891011121314151617181920212223242526
  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