feature: circle-profile + user-thumb update

This commit is contained in:
gaelle morin
2020-12-06 16:20:33 +01:00
parent 0fb2fc7cf8
commit 9fc095a0cc
6 changed files with 67 additions and 43 deletions

View File

@ -63,15 +63,33 @@
&::before {
font-size: 15px;
}
&.top-align::before {
vertical-align: super;
margin-top: -10px;
margin-right: 5px;
}
}
.tag {
margin-top: -19px;
}
}
.user-thumb-content__sub-text {
.user-thumb-content__sub-text{
display: flex;
font-size: 12px;
&::before {
content: "@";
&.username {
font-size: 12px;
&::before {
content: "@";
}
}
&.community {
.icon::before {
font-size: 15px;
}
}
}
}

View File

@ -1,4 +1,4 @@
.tag {
.tag:not(:empty) {
cursor: pointer;
height: 17px;
font-size: 12px;