Files
talk/plugins/talk-plugin-viewing-options/client/components/Category.css
T
2017-08-25 20:15:07 +07:00

23 lines
267 B
CSS

.root {
padding-bottom: 12px;
&:not(:first-child) {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
}
.title {
font-weight: bold;
padding: 12px 8px 4px 8px;
}
.list {
padding: 0;
margin: 0;
}
.listItem {
list-style: none;
white-space: nowrap;
}