Init Contact Panel (#206)

This commit is contained in:
Pranav Raj S
2019-11-14 13:46:43 +05:30
committed by GitHub
parent b985085786
commit 88fc4d894a
7 changed files with 138 additions and 11 deletions

View File

@@ -44,8 +44,22 @@
.user--name {
@include margin(0);
font-size: $font-size-medium;
}
.user--profile__meta {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
margin-left: $space-slab;
}
.user--profile__button {
color: $color-woot;
font-size: $font-size-mini;
margin-top: $space-micro;
cursor: pointer;
}
}
}

View File

@@ -4,6 +4,8 @@
.user-thumbnail {
border-radius: 50%;
height: 100%;
width: 100%;
}
.source-badge {