GetUsers, GetUser, NewPost, GetPosts, GetPost

This commit is contained in:
arnaucode
2018-02-03 12:52:40 +01:00
parent 2835d72779
commit 592bf9e8e8
22 changed files with 385 additions and 117 deletions

View File

@@ -32,7 +32,7 @@ a, a:hover {
}
.o_userImgCircular {
width: 60px;
width: 40px;
background: #ffffff;
border-radius: 150px;
-webkit-border-radius: 150px;
@@ -46,3 +46,9 @@ a, a:hover {
width: 50%;
width: 50%;
}
.o_card-body {
padding-left:1.25rem;
padding-right:1.25rem;
padding-top:0.8rem;
}