Started to build out the app. Its got a basic set of features and it should really be in VC
This commit is contained in:
12
client/semantic/src/themes/chubby/views/comment.overrides
Normal file
12
client/semantic/src/themes/chubby/views/comment.overrides
Normal file
@@ -0,0 +1,12 @@
|
||||
/*******************************
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user