mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
8 lines
121 B
SCSS
8 lines
121 B
SCSS
|
.identicon {
|
||
|
height: 46px;
|
||
|
width: 46px;
|
||
|
background-size: cover;
|
||
|
border-radius: 100%;
|
||
|
border: 3px solid gray;
|
||
|
}
|