Change src to assets
This commit is contained in:
parent
168d1a5ee7
commit
087aefffdc
10 changed files with 2 additions and 2 deletions
|
@ -0,0 +1,15 @@
|
|||
.discussion-avatar-list {
|
||||
@apply flex;
|
||||
}
|
||||
|
||||
.discussion-avatar-list li {
|
||||
@apply mb-1;
|
||||
|
||||
&:not(:first-child) {
|
||||
@apply -ml-3;
|
||||
}
|
||||
}
|
||||
|
||||
.discussion-avatar-list img {
|
||||
@apply rounded-full w-10;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue