Skip to content

Instantly share code, notes, and snippets.

@mappmechanic
Last active January 26, 2018 13:00
Show Gist options
  • Save mappmechanic/268f013ae5ca60b1a81a0b89d2f59570 to your computer and use it in GitHub Desktop.
Save mappmechanic/268f013ae5ca60b1a81a0b89d2f59570 to your computer and use it in GitHub Desktop.
.member{
display: flex;
border-bottom: 1px solid #aeaeae;
margin-bottom: 10px;
padding: 10px;
}
.member .user-icon{
flex:0 40px;
display: flex;
align-items: center;
justify-content: center;
}
.member .user-icon img{
width:50px;
height:50px;
}
.member .user-info{
padding:5px;
margin-left:10px;
}
.member .user-info .name{
font-weight: bold;
font-size: 16px;
padding-bottom:5px;
}
.member .user-info .status{
font-weight: normal;
font-size:13px;
}
.member .user-info .time{
font-weight: normal;
font-size:10px;
color:#aeaeae;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment