Files
talk/plugins/talk-plugin-ignore-user/client/components/IgnoredUserSection.css
T
2017-09-05 01:09:43 +07:00

23 lines
313 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;
}