legendary-doc-site/assets/semantic-ui/themes/chubby/views/comment.overrides

12 lines
294 B
Text
Raw Normal View History

2020-07-03 23:22:25 +00:00
/*******************************
Overrides
*******************************/
.ui.comments .comment {
border-radius: 0.5em;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.ui.comments .comment > .comments .comment {
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: none;
}