index.styl 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. @import "../../node_modules/tracim_lib/src/css/Variable.styl"
  2. .wsContentThread
  3. width 550px
  4. &__header
  5. color white
  6. background-color threadColor
  7. &__editionmode
  8. display none
  9. &__icon
  10. .fa-comments-o
  11. color white
  12. &__wrapper
  13. height calc(100% - 209px) /* height of chat__header + height of option + top of chat */
  14. &__messagelist
  15. padding 15px 35px
  16. &__item
  17. &__content
  18. color darkBlue
  19. &__texteditor
  20. &__simpletext
  21. &__input
  22. &:focus
  23. color darkBlue
  24. border-color darkBlue
  25. &__submit
  26. &__btn
  27. color darkBlue
  28. .received
  29. .wsContentThread__messagelist__item__content
  30. background-color darkBlue
  31. color white
  32. .activeEditionTitle
  33. .wsFileThread
  34. &__header
  35. &__editionmode
  36. display block
  37. &__title
  38. display none
  39. @media (min-width: max-xs) and (max-width: max-lg)
  40. .wsContentThread
  41. &__texteditor
  42. padding 7px
  43. &__simpletext
  44. display inline-flex
  45. &__submit
  46. display inline-flex
  47. width 80px
  48. @media (min-width: min-sm) and (max-width: max-sm)
  49. .wsContentThread
  50. top 69px
  51. @media (max-width: max-xs)
  52. .wsContentThread
  53. top 69px
  54. width 100%
  55. box-shadow none
  56. z-index 1
  57. &__texteditor
  58. padding 7px
  59. &__simpletext
  60. display inline-flex
  61. margin-right 15px
  62. width 62%
  63. &__submit
  64. display inline-flex
  65. width 80px