mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
7 lines
106 B
SCSS
7 lines
106 B
SCSS
|
.account-details-dropdown {
|
||
|
width: 60%;
|
||
|
position: absolute;
|
||
|
top: 120px;
|
||
|
right: 15px;
|
||
|
z-index: 2000;
|
||
|
}
|