Thread.styl 1.1KB

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