feature: notification - default avatar + styles added (ter)
This commit is contained in:
@ -191,15 +191,30 @@ solid-notifications {
|
||||
padding: 1.2rem 0 1.5rem;
|
||||
|
||||
.solid-notification__avatar {
|
||||
align-items: center;
|
||||
background: var(--color-avatar-background);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
justify-content: center;
|
||||
margin-left: 1.6rem;
|
||||
margin-right: 1.4rem;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
width: 35px;
|
||||
|
||||
img {
|
||||
background-color: var(--color-grey-10);
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: center center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
object {
|
||||
height: 45%;
|
||||
width: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
.solid-notification__content {
|
||||
|
Reference in New Issue
Block a user