Init Contact Panel (#206)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
.user-thumbnail {
|
||||
border-radius: 50%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.source-badge {
|
||||
|
||||
Reference in New Issue
Block a user