1
0
Fork 0
mirror of synced 2024-06-28 03:01:15 +12:00

Updated Avatar style color

This commit is contained in:
Eldad Fux 2020-02-13 15:49:05 +02:00
parent ccfe835f75
commit c04c12cf06
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@
width: 60px;
height: 60px;
border-radius: 50%;
background: #dddddd;
background: var(--config-color-background-focus);
display: inline-block;
overflow: hidden;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
@ -16,7 +16,7 @@
width: 100%;
height: 100%;
z-index: 0;
background: #dddddd;
background: var(--config-color-background-focus);
}
&.inline {