update: Use federation sources

This commit is contained in:
Jean-Baptiste Pasquier
2019-06-03 16:04:15 +02:00
parent bf809740f7
commit 89db25fa85
8 changed files with 20 additions and 20 deletions

View File

@ -39,7 +39,7 @@
display: flex;
grid-area: name;
>sib-display-value[name^='user.'] {
>sib-display-value[name='name'] {
color: $color-216-4-22;
font-weight: bold;
@extend h1;
@ -51,7 +51,7 @@
}
}
sib-display-value[name='user.username'] {
sib-display-value[name='username'] {
grid-area: pseudo;
&::before {
@ -59,7 +59,7 @@
}
}
sib-display-value[name='bio'] {
sib-display-value[name='profile.bio'] {
grid-area: bio;
}
@ -69,7 +69,7 @@
@extend %member-info;
}
member-status[name$='available'] {
member-status[name$='profile.available'] {
align-self: flex-end;
color: $color-244-73-62;
grid-area: status;

View File

@ -14,7 +14,7 @@
}
}
[name$='city'] * {
[name$='profile.city'] * {
@include mdi('atom');
}
@ -22,11 +22,11 @@
@include mdi('email-outline');
}
[name$='phone'] * {
[name$='profile.phone'] * {
@include mdi('cellphone-iphone');
}
[name="foaf:homepage"]:not(:empty) {
[name="profile.website"]:not(:empty) {
@include mdi('link-variant');
}
}
@ -177,7 +177,7 @@ member-info-groups {
}
}
[name='user.name'] {
[name='name'] {
font-weight: bold;
@extend h1;
}