You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
292 B

  1. /*******************************
  2. Overrides
  3. *******************************/
  4. .ui.comments .comment {
  5. border-radius: 0.5em;
  6. box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  7. }
  8. .ui.comments .comment .comments .comment {
  9. border: 1px solid rgba(0, 0, 0, 0.1);
  10. box-shadow: none;
  11. }