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.
12 lines
292 B
12 lines
292 B
/*******************************
|
|
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;
|
|
}
|