feature: circle - private message to member of a circle

This commit is contained in:
gaelle morin
2020-09-15 15:24:45 +02:00
parent 7f4115de40
commit 81b1b33bce
2 changed files with 20 additions and 1 deletions

View File

@ -37,6 +37,21 @@
margin-right: 1rem;
}
.user-thumb__send {
position: relative;
bottom: 7px;
left: -5px;
solid-link {
@include icon('speech');
&::before {
display: inline-block;
color: #FF6765;
}
}
}
.user-thumb__admin:not(:empty) {
display: block !important;
@extend %tag-admin;