pageHtml.styl 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .wsFilePageHtml
  2. &__header
  3. background-color htmlColor
  4. &__editionmode
  5. display none
  6. &__icon
  7. .fa-file-word-o
  8. color white
  9. &__contentpage
  10. &__textnote
  11. margin 10px
  12. border-radius 10px
  13. padding 25px
  14. height 100%
  15. background-color off-white
  16. &__latestversion
  17. text-align right
  18. opacity 0.7
  19. &__text
  20. font-size 14px
  21. &__edition
  22. display none
  23. &__messagelist
  24. min-height 300px
  25. &__item
  26. &__content
  27. color darkGrey
  28. &__version
  29. margin-top 40px
  30. background-color grey-hover
  31. &__btn
  32. padding 5px 25px
  33. border-radius 5px
  34. width 145px
  35. color white
  36. font-size 17px
  37. background-color htmlColor
  38. & > i
  39. margin-right 10px
  40. color darkGrey
  41. font-size 22px
  42. &:hover
  43. background-color darkHtmlColor
  44. &:focus
  45. background-color darkHtmlColor
  46. &__date
  47. color fontColor
  48. font-size 17px
  49. &__texteditor
  50. &__simpletext
  51. &__input
  52. &:focus
  53. color htmlColor
  54. border-color htmlColor
  55. &__submit
  56. &__btn
  57. border-color htmlColor
  58. background-color htmlColor
  59. color white
  60. &:hover
  61. border-color htmlColor
  62. background-color htmlColor
  63. &:focus
  64. border-color htmlColor
  65. background-color htmlColor
  66. .messagelistOpen
  67. .wsFilePageHtml__contentpage__messagelist
  68. flex 0
  69. min-height 0
  70. .received
  71. .wsFilePageHtml__contentpage__messagelist__item__content
  72. background-color htmlColor
  73. @media (min-width: max-xs) and (max-width: max-lg)
  74. .wsFilePageHtml
  75. &__contentpage
  76. display block
  77. overflow-Y scroll
  78. &__textnote
  79. margin-right 10px
  80. padding 10px 20px
  81. width auto
  82. overflow-Y hidden
  83. &__latestversion
  84. padding-top 10px
  85. &__wrapper
  86. width auto
  87. &__texteditor
  88. &__simpletext
  89. display inline-flex
  90. width 60%
  91. &__submit
  92. display inline-flex
  93. margin 10px 0
  94. &__btn
  95. display flex
  96. margin-left 35px
  97. &__icon
  98. margin-left 15px
  99. @media (min-width: min-lg) and (max-width: max-lg)
  100. .wsFilePageHtml
  101. width 692px
  102. &__contentpage__texteditor__simpletext
  103. margin-left 15px
  104. @media (min-width: min-md) and (max-width: max-md)
  105. .wsFilePageHtml
  106. width 768px
  107. &__contentpage__texteditor__simpletext
  108. margin-left 25px
  109. @media (min-width: min-sm) and (max-width: max-sm)
  110. .wsFilePageHtml
  111. top 69px
  112. width 576px
  113. height calc(100% - 69px)
  114. &__contentpage__texteditor__simpletext
  115. margin-left 10px
  116. @media (max-width: max-xs)
  117. .wsFilePageHtml
  118. top 70px
  119. height calc(100% - 70px)
  120. width 100%
  121. box-shadow none
  122. &__contentpage
  123. display block
  124. overflow-Y scroll
  125. &__textnote
  126. margin-right 10px
  127. width auto
  128. overflow-Y hidden
  129. font-size 15px
  130. &__wrapper
  131. width auto
  132. &__messagelist
  133. &__item
  134. padding 0 35px 20px 30px
  135. &__version
  136. &__btn
  137. font-size 17px
  138. vertical-align middle
  139. &__dateversion
  140. font-size 15px
  141. &__texteditor
  142. &__simpletext
  143. margin 10px 0
  144. display flex
  145. width 95%
  146. margin-left 10px
  147. &__submit
  148. &__btn
  149. display flex
  150. margin 0 auto
  151. &__icon
  152. margin-left 10px