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

73 lines
1.1 KiB
SCSS
Raw Normal View History

2017-08-31 13:08:11 +02:00
.account-dropdown-name {
2017-10-13 00:46:09 +02:00
font-family: Roboto;
2017-08-31 13:08:11 +02:00
}
.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-10-13 00:46:09 +02:00
font-family: Roboto;
2017-09-05 00:55:14 +02:00
&:hover {
color: $white;
}
}
.account-list-item {
&__top-row {
display: flex;
margin-top: 10px;
margin-left: 8px;
position: relative;
}
&__account-balances {
height: auto;
border: none;
background-color: transparent;
color: #9b9b9b;
margin-left: 34px;
margin-top: 4px;
position: relative;
}
&__account-name {
font-size: 16px;
margin-left: 8px;
}
&__icon {
position: absolute;
right: 12px;
top: 1px;
}
&__account-primary-balance,
&__account-secondary-balance {
font-family: Roboto;
line-height: 16px;
font-size: 12px;
font-weight: 300;
}
&__account-primary-balance {
color: $scorpion;
border: none;
outline: 0 !important;
}
&__account-secondary-balance {
color: $dusty-gray;
}
2017-10-23 18:24:47 +02:00
&__account-address {
margin-left: 35px;
width: 80%;
overflow: hidden;
text-overflow: ellipsis;
}
}