feature: notification - default avatar + styles added

This commit is contained in:
gaelle morin
2020-07-10 16:38:55 +02:00
parent da4c1cf69c
commit 4b52f0a49e
3 changed files with 7 additions and 2 deletions

View File

@ -191,10 +191,15 @@ solid-notifications {
padding: 1.2rem 0 1.5rem;
.solid-notification__avatar {
background: var(--color-avatar-background);
display: flex;
align-items: center;
justify-content: center;
height: 35px;
width: 35px;
margin-left: 1.6rem;
margin-right: 1.4rem;
overflow: hidden;
}
.solid-notification__content {