aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Thread.css
blob: 300d56ff724730c3408707724da94ac5c6da8f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#replies {
    background: var(--main-background-color);
    border: 1px solid var(--border-color);
    padding: 12px;
}

.msg-bubble {
    background: rgb(238, 238, 238);
    color: rgb(34, 34, 34);
    padding: 6px 12px;
    margin-left: 48px;
    margin-bottom: 12px;
    display: inline-block;
}