summaryrefslogtreecommitdiffstats
path: root/public/less/_review.less
blob: a1b2e1932fc5b652adcba19c42744672e00299c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.ui.button.add-code-comment {
    font-size: 14px;
    height: 16px;
    padding: 2px 0 0;
    position: relative;
    width: 16px;
    z-index: 5;
    float: left;
    margin: -2px -10px -2px -20px;
    opacity: 0;
    transition: transform 0.1s ease-in-out;
    transform: scale(1, 1);

    &:hover {
      transform: scale(1.2, 1.2);
    }
}

.focus-lines-new .ui.button.add-code-comment.add-code-comment-right,
.focus-lines-old .ui.button.add-code-comment.add-code-comment-left {
    opacity: 1;
}

.comment-code-cloud {
    padding: 4px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #f1f1f1;
    margin-top: 13px;
    margin-right: 10px;
    margin-bottom: 5px;

    &:before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 13px solid #f1f1f1;
        left: 20px;
        position: absolute;
        top: -13px;
    }

    .attached.tab {
        border: none;
        padding: 0;
        margin: 0;

        &.markdown {
            padding: 1em;
            min-height: 168px;
        }
    }

    .right.menu.options .item {
        padding: 0.85714286em 0.442857em;
        cursor: pointer;
    }

    .ui.form textarea {
        border: 0px;
    }

    .ui.attached.tabular.menu {
        background: #f7f7f7;
        border: 1px solid #d4d4d5;
        padding-top: 5px;
        padding-left: 5px;
        margin-top: 0px;
    }

    .footer {
        border-top: 1px solid #f1f1f1;
        margin-top: 10px;

        .markdown-info {
            display: inline-block;
            margin: 5px 0;
            font-size: 12px;
            color: rgba(0,0,0,.6)
        }

        .ui.right.floated {
            padding-top: 6px;
        }

        &:after{
            clear: both;
            content: "";
            display: block;
        }
    }

    .comment-form-reply {
        margin: 0.5em !important;
    }
}

.file-comment {
    font: 12px Consolas,"Liberation Mono",Menlo,Courier,monospace;
    color: rgba(0,0,0,.87);
}