mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
4fcbaae32f
* added housekeeping for avatar network * fixed alt * updated story in Readme * fixed indentation and added network src * updated SIZES for avatar network * updated snapshot * updated docs and props * updated name of avatar * removed comments * updated avatar network component * updated readme * updated story for badge * added constants to the root
24 lines
356 B
SCSS
24 lines
356 B
SCSS
.mm-avatar-network {
|
|
&--with-halo {
|
|
position: relative;
|
|
}
|
|
|
|
&__network-image {
|
|
width: 100%;
|
|
|
|
&--blurred {
|
|
filter: blur(20px);
|
|
}
|
|
|
|
&--size-reduced {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 62.5%;
|
|
height: 62.5%;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
}
|