aff create avatar styles
This commit is contained in:
parent
6108b69ca9
commit
14df1b1d90
|
@ -0,0 +1,10 @@
|
|||
.device-avatar {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border-radius: 50%;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-right: -30px;
|
||||
}
|
Loading…
Reference in New Issue