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

18 lines
244 B
SCSS
Raw Normal View History

2017-08-31 13:08:11 +02:00
.account-dropdown-name {
font-family: 'DIN OT';
}
.account-dropdown-balance {
color: $dusty-gray;
2017-08-31 13:08:11 +02:00
line-height: 19px;
}
.account-dropdown-edit-button {
color: $dusty-gray;
2017-08-31 13:08:11 +02:00
font-family: "DIN OT";
2017-09-05 00:55:14 +02:00
&:hover {
color: $white;
}
}