Change src to assets

This commit is contained in:
Oliver Davies 2019-05-08 08:38:37 +01:00
parent 168d1a5ee7
commit 087aefffdc
10 changed files with 2 additions and 2 deletions

View file

@ -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;
}