Files
talk/client/coral-settings/components/IgnoredUsers.css
T
2017-04-11 14:19:34 -07:00

24 lines
283 B
CSS

.ignoredUser {
display: table-row;
}
.ignoredUserList {
display: table;
}
.ignoredUser > * {
display: table-cell;
}
.stopListening {
color: #D0011B;
}
.link {
text-decoration: underline;
cursor: pointer;
}
.stopListening:before {
content: '\00a0\00a0\00a0\00a0';
}