Files
talk/plugins/coral-plugin-offtopic/client/components/styles.css
T
2017-06-07 13:19:36 -03:00

28 lines
366 B
CSS

.offTopic {
height: 100%;
}
.offTopicLabel {
padding: 10px 20px;
display: block;
}
.tag {
background: #3D73D5;
font-size: 12px;
font-weight: bold;
color: white;
display: inline-block;
margin: 0px 5px;
padding: 5px 5px;
border-radius: 2px;
}
.viewingOption {
padding: 5px 0;
}
:global(.coral-plugin-off-topic-comment) {
display: none;
}