1
0
Fork 0
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:
Fedor Katurov 2022-07-29 14:02:24 +07:00
parent baab04be3e
commit e995a18c6e

View file

@ -48,11 +48,10 @@
&__photo { &__photo {
width: 28px; width: 28px;
height: 28px; height: 28px;
background: 50% 50% no-repeat; background: 50% 50% no-repeat $content_bg;
background-size: cover; background-size: cover;
border-radius: 2px; border-radius: 2px;
position: relative; position: relative;
background: $content_bg;
} }
&__provider { &__provider {