mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed social networks avatar
This commit is contained in:
parent
baab04be3e
commit
e995a18c6e
1 changed files with 1 additions and 2 deletions
|
@ -48,11 +48,10 @@
|
|||
&__photo {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
background: 50% 50% no-repeat;
|
||||
background: 50% 50% no-repeat $content_bg;
|
||||
background-size: cover;
|
||||
border-radius: 2px;
|
||||
position: relative;
|
||||
background: $content_bg;
|
||||
}
|
||||
|
||||
&__provider {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue