Support load more in user history

This commit is contained in:
Chi Vinh Le
2017-08-04 22:02:44 +07:00
parent 3ec81099f7
commit 12d3273d3d
8 changed files with 94 additions and 30 deletions
@@ -0,0 +1,21 @@
.loadMoreContainer {
display: flex;
justify-content: center;
width: 100%;
}
.loadMore {
width: 100%;
text-align: center;
color: #FFF;
max-width: 660px;
margin-bottom: 30px;
background-color: #2376D8;
cursor: pointer;
}
.loadMore:hover {
background-color: #4399FF;
}