1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/css/itcss/components/account-dropdown.scss
2017-09-04 15:57:43 -07:00

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;
}
}