You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_review.less 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .ui.button.add-code-comment {
  2. font-size: 14px;
  3. height: 16px;
  4. padding: 2px 0 0;
  5. position: relative;
  6. width: 16px;
  7. z-index: 5;
  8. float: left;
  9. margin: -2px -10px -2px -20px;
  10. opacity: 0;
  11. transition: transform 0.1s ease-in-out;
  12. transform: scale(1, 1);
  13. &:hover {
  14. transform: scale(1.2, 1.2);
  15. }
  16. }
  17. .focus-lines-new .ui.button.add-code-comment.add-code-comment-right,
  18. .focus-lines-old .ui.button.add-code-comment.add-code-comment-left {
  19. opacity: 1;
  20. }
  21. .comment-code-cloud {
  22. padding: 4px;
  23. margin: 0 auto;
  24. position: relative;
  25. border: 1px solid #f1f1f1;
  26. margin-top: 13px;
  27. margin-right: 10px;
  28. margin-bottom: 5px;
  29. &:before {
  30. content: " ";
  31. width: 0;
  32. height: 0;
  33. border-left: 13px solid transparent;
  34. border-right: 13px solid transparent;
  35. border-bottom: 13px solid #f1f1f1;
  36. left: 20px;
  37. position: absolute;
  38. top: -13px;
  39. }
  40. .attached
  41. {
  42. &.tab {
  43. border: none;
  44. padding: 0;
  45. margin: 0;
  46. &.markdown {
  47. padding: 1em;
  48. min-height: 168px;
  49. }
  50. }
  51. &.header {
  52. padding: .1rem 1rem;
  53. }
  54. }
  55. .right.menu.options .item {
  56. padding: 0.85714286em 0.442857em;
  57. cursor: pointer;
  58. }
  59. .ui.form textarea {
  60. border: 0px;
  61. }
  62. .ui.attached.tabular.menu {
  63. background: #f7f7f7;
  64. border: 1px solid #d4d4d5;
  65. padding-top: 5px;
  66. padding-left: 5px;
  67. margin-top: 0px;
  68. }
  69. .footer {
  70. border-top: 1px solid #f1f1f1;
  71. margin-top: 10px;
  72. .markdown-info {
  73. display: inline-block;
  74. margin: 5px 0;
  75. font-size: 12px;
  76. color: rgba(0,0,0,.6)
  77. }
  78. .ui.right.floated {
  79. padding-top: 6px;
  80. }
  81. &:after{
  82. clear: both;
  83. content: "";
  84. display: block;
  85. }
  86. }
  87. button.comment-form-reply {
  88. margin: 0.5em 0.5em 0.5em 4.5em;
  89. }
  90. form.comment-form-reply {
  91. margin: 0 0 0 4em;
  92. }
  93. }
  94. .file-comment {
  95. font: 12px @monospaced-fonts, monospace;
  96. color: rgba(0,0,0,.87);
  97. }