aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Thread.css
blob: 5e515627ba9cbb4bd3030f4f2d1fe9bc2b3bf801 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#replies {
    background: #fff;
    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;
}