popup.styl 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. @import 'nib'
  2. .pop-over
  3. background: #fff
  4. border-radius: 3px
  5. border: 1px solid #dbdbdb
  6. border-bottom-color: #c2c2c2
  7. box-shadow: 0 1px 6px rgba(0, 0, 0, .3)
  8. position: absolute
  9. width: 300px
  10. z-index: 99999
  11. margin-top: 5px
  12. hr
  13. margin: 4px -10px
  14. width: 300px
  15. input[type="text"],
  16. input[type="email"],
  17. input[type="password"]
  18. input[type="file"]
  19. margin: 4px 0 12px
  20. width: 100%
  21. select
  22. width: 100%
  23. margin-bottom: 14px
  24. textarea
  25. height: 72px
  26. margin: 4px 0 12px
  27. width: 100%
  28. .header
  29. height: 36px
  30. position: relative
  31. margin-bottom: 8px
  32. background: #F7F7F7
  33. border-bottom: 1px solid #dcdcdc
  34. color: darken(white, 60%)
  35. .header-title
  36. display: block
  37. line-height: 32px
  38. padding-top: 4px
  39. margin: 0 10px
  40. font-weight: bold
  41. overflow: hidden
  42. text-overflow: ellipsis
  43. white-space: nowrap
  44. .back-btn
  45. float: left
  46. overflow: hidden
  47. width: 30px
  48. transition: width 0.2s
  49. i.fa
  50. margin: 10px
  51. margin-top: 12px
  52. &.is-hidden
  53. width: 0
  54. .close-btn
  55. padding: 10px 10px 10px 4px
  56. position: absolute
  57. top: 0
  58. right: 0
  59. &.no-title .header
  60. background: none
  61. .content-wrapper
  62. width: 100%
  63. overflow: hidden
  64. .content-container
  65. width: 5000px
  66. max-height: 550px
  67. transition: transform 0.2s
  68. .content
  69. width: 300 - 20px
  70. padding: 0 10px 10px
  71. float: left
  72. &.no-height
  73. height: 20px
  74. .quiet
  75. padding: 6px 6px 4px
  76. &.search-over
  77. background: #f0f0f0
  78. min-height: 114px
  79. .header
  80. display: none
  81. .content
  82. padding: 8px 4px 8px 10px
  83. margin-right: 8px
  84. &::-webkit-scrollbar-button
  85. display: block
  86. height: 4px
  87. width: 4px
  88. .at-form
  89. .at-error, .at-result
  90. padding: 8px 12px
  91. margin: -8px -10px 10px
  92. .at-error
  93. background: #ef9a9a
  94. .at-result
  95. background: #b2dfdb
  96. .select-members-list
  97. margin-bottom: 8px
  98. .pop-over-list
  99. li > a
  100. clear: both
  101. cursor: pointer
  102. display: block
  103. font-weight: 700
  104. padding: 6px 10px
  105. position: relative
  106. margin: 0 -10px
  107. text-decoration: none
  108. .item-name
  109. display: block
  110. width: auto
  111. padding-right: 22px
  112. &:hover
  113. background-color: #005377
  114. color: #fff
  115. .sub-name,
  116. .quiet
  117. color: #eee
  118. .unread-indicator
  119. background: #fff
  120. .sub-name
  121. color: #8c8c8c
  122. display: block
  123. font-size: 12px
  124. font-weight: 400
  125. line-height: 15px
  126. margin-top: 4px
  127. &.current
  128. background-color: #e2e6e9
  129. &:active
  130. background-color: #2e85b8
  131. &.disabled
  132. color: #8c8c8c
  133. cursor: default
  134. .vis-icon
  135. opacity: .35
  136. &:hover
  137. background: none
  138. .sub-name,
  139. .quiet
  140. color: #8c8c8c
  141. &:active
  142. background: none
  143. &.inset li > a
  144. border-radius: 3px
  145. margin: 0
  146. .pop-over-list.checkable
  147. .fa-check
  148. display: none
  149. position: absolute
  150. top: 6px
  151. right: 12px
  152. li.active a
  153. padding-right: 28px
  154. .fa-check
  155. display: block
  156. .pop-over.miniprofile
  157. .header
  158. border-bottom-color: transparent
  159. height: 30px
  160. position: absolute
  161. right: 0
  162. top: 0
  163. width: 60px
  164. z-index: 1
  165. .header-title
  166. display: none
  167. .pop-over-list
  168. padding-top: 8px
  169. .mini-profile-info
  170. margin-top: 8px
  171. min-height: 56px
  172. position: relative
  173. .member-large
  174. position: absolute
  175. top: 2px
  176. left: 2px
  177. .info
  178. margin: 0 0 0 64px
  179. word-wrap: break-word
  180. h3 a
  181. text-decoration: none
  182. &:hover
  183. text-decoration: underline