Files
talk/plugins/talk-plugin-ignore-user/client/components/IgnoredUserSection.css
T
2018-03-08 16:17:15 +01:00

27 lines
343 B
CSS

.list {
display: table;
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
.listItem {
display: table-row;
}
.username {
display: table-cell;
}
.button {
composes: buttonReset from "coral-framework/styles/reset.css";
margin-left: 16px;
color: #D0011B;
text-decoration: underline;
}
.blank {
color: #7d8285;
}