index.styl 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. &__content
  40. color darkGrey
  41. &__version
  42. background-color grey-hover
  43. &__btn
  44. padding 5px 25px
  45. border-radius 5px
  46. width 145px
  47. color white
  48. font-size 17px
  49. & > i
  50. margin-right 10px
  51. color darkGrey
  52. font-size 20px
  53. &__date
  54. color fontColor
  55. font-size 17px
  56. .messagelistOpen
  57. .timeline__messagelist
  58. flex 0
  59. min-height 0
  60. .received
  61. .timeline__messagelist__item__content
  62. background-color htmlColor
  63. @media (min-width: min-sm) and (max-width: max-lg)
  64. .html-document
  65. &__contentpage
  66. &__content
  67. margin 10px
  68. &__textnote
  69. margin 0
  70. @media (min-width: min-md) and (max-width: max-md)
  71. .html-document
  72. top 68px
  73. @media (min-width: min-sm) and (max-width: max-sm)
  74. .html-document
  75. top 68px
  76. width 100%
  77. @media (max-width: max-xs)
  78. .html-document
  79. top 68px
  80. width 100%
  81. &__contentpage
  82. &__content
  83. margin 10px
  84. &__textnote
  85. margin 0