feature: circle - private message to member of a circle
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user