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