index.styl 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @import "../../node_modules/tracim_frontend_lib/src/css/Variable.styl"
  2. .html-document
  3. width 70%
  4. &__header
  5. &__editionmode
  6. display none
  7. &__icon
  8. .fa-file-text-o
  9. color white
  10. &__lastversionbtn
  11. & > i
  12. font-size 20px
  13. .selectStatus
  14. margin-right 15px
  15. &__contentpage
  16. &__textnote
  17. margin 10px 5px 10px 10px
  18. border-radius 10px
  19. padding 25px
  20. height 100%
  21. overflow-y auto
  22. background-color off-white
  23. &__version
  24. display flex
  25. justify-content flex-end
  26. align-items center
  27. text-align right
  28. opacity 0.7
  29. &__lastversion
  30. margin-left 15px
  31. font-weight bold
  32. &__text
  33. font-size 14px
  34. &__edition
  35. display none
  36. &__messagelist
  37. min-height 70px
  38. &__item
  39. &__avatar
  40. border 1px solid darkHtmlColor
  41. background-color off-white
  42. &__content
  43. color darkGrey
  44. &__version
  45. background-color grey-hover
  46. &__btn
  47. padding 5px 25px
  48. border-radius 5px
  49. width 145px
  50. color white
  51. font-size 17px
  52. & > i
  53. margin-right 10px
  54. color darkGrey
  55. font-size 20px
  56. &__date
  57. color fontColor
  58. font-size 17px
  59. .messagelistOpen
  60. .timeline__messagelist
  61. flex 0
  62. min-height 0
  63. .received
  64. .timeline__messagelist__item__content
  65. background-color htmlColor
  66. @media (min-width: min-sm) and (max-width: max-lg)
  67. .html-document
  68. &__contentpage
  69. &__content
  70. margin 10px
  71. &__textnote
  72. margin 0
  73. @media (min-width: min-md) and (max-width: max-md)
  74. .html-document
  75. top 68px
  76. @media (min-width: min-sm) and (max-width: max-sm)
  77. .html-document
  78. top 68px
  79. width 100%
  80. @media (max-width: max-xs)
  81. .html-document
  82. top 68px
  83. width 100%
  84. &__contentpage
  85. &__content
  86. margin 10px
  87. &__textnote
  88. margin 0