mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
f8881a01db
* updated classnames * updated readme and tests for avatar with badge * updated constants in root * replacing BADGE_POSITIONS with AVATAR_WITH_BADGE_BADGE_POSITIONS
17 lines
268 B
SCSS
17 lines
268 B
SCSS
.mm-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;
|
|
}
|
|
}
|