mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 14:44:27 +01:00
17 lines
265 B
SCSS
17 lines
265 B
SCSS
|
.avatar-with-badge {
|
||
|
position: relative;
|
||
|
width: fit-content;
|
||
|
|
||
|
&__badge-wrapper--position-top {
|
||
|
position: absolute;
|
||
|
top: -4px;
|
||
|
right: -4px;
|
||
|
}
|
||
|
|
||
|
&__badge-wrapper--position-bottom {
|
||
|
position: absolute;
|
||
|
bottom: -4px;
|
||
|
right: -4px;
|
||
|
}
|
||
|
}
|