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