Move to components folder

This commit is contained in:
Chi Vinh Le
2017-04-18 23:14:28 +07:00
parent 7526d64bc0
commit b40eed4751
12 changed files with 0 additions and 0 deletions
@@ -0,0 +1,25 @@
.Reply {
position: relative;
margin-bottom: 15px;
}
.Comment {
margin-bottom: 15px;
position: relative;
}
.pendingComment {
filter: blur(2px);
pointer-events: none;
}
.topRightMenu {
float: right;
text-align: right;
cursor: pointer;
margin-top: 5px;
}
.topRightMenu > * {
text-align: initial;
}