mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
18 lines
244 B
SCSS
18 lines
244 B
SCSS
.account-dropdown-name {
|
|
font-family: 'DIN OT';
|
|
}
|
|
|
|
.account-dropdown-balance {
|
|
color: $dusty-gray;
|
|
line-height: 19px;
|
|
}
|
|
|
|
.account-dropdown-edit-button {
|
|
color: $dusty-gray;
|
|
font-family: "DIN OT";
|
|
|
|
&:hover {
|
|
color: $white;
|
|
}
|
|
}
|