update: default avatar

- .svg file is used
- new styles added
This commit is contained in:
Gaëlle Morin
2019-07-20 01:08:54 +02:00
parent 33e67925ad
commit 6309b20b65
7 changed files with 100 additions and 23 deletions
+22 -7
View File
@@ -112,7 +112,7 @@
user-select: none;
summary {
padding: 16px;
padding: 18px;
cursor: pointer;
&:focus {
background-color: $color-233-18-29;
@@ -129,14 +129,29 @@
> * {
vertical-align: middle;
}
img {
border-radius: 100%;
hd-user-avatar {
align-items: center;
background-color: $color-213-20-91;
border-radius: 50%;
display: flex;
height: 4.8rem;
justify-content: center;
margin-right: 2rem;
overflow: hidden;
width: 4.8rem;
}
img {
height: 100%;
object-fit: cover;
object-position: center;
width: 4.8rem;
width: 100%;
}
object {
height: 45%;
width: 45%;
}
sib-display-value[name='first_name'] {
@@ -218,5 +233,5 @@
}
}
}
}
}