Contacts Tab
parent
ad6b7fcf1d
commit
9352a7f0fc
|
@ -14,7 +14,6 @@ section.profile-contacts
|
||||||
h1
|
h1
|
||||||
a(tg-nav="user-profile:username=contact.get('username')", title="{{::contact.get('name') }}")
|
a(tg-nav="user-profile:username=contact.get('username')", title="{{::contact.get('name') }}")
|
||||||
| {{::contact.get('full_name')}}
|
| {{::contact.get('full_name')}}
|
||||||
// span.your-contact Your contact
|
|
||||||
|
|
||||||
p(ng-if="contact.bio") {{::contact.get('bio')}}
|
p(ng-if="contact.bio") {{::contact.get('bio')}}
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
img {
|
img {
|
||||||
|
border-radius: .2rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -37,7 +38,7 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
h1 {
|
h1 {
|
||||||
@extend %text;
|
@extend %text;
|
||||||
@extend %xlarge;
|
@extend %larger;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -59,7 +60,6 @@
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
}
|
}
|
||||||
.position {
|
.position {
|
||||||
@extend %bold;
|
|
||||||
margin-right: .3rem;
|
margin-right: .3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue