Thread.styl 1.4KB

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