aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/account-dropdown.scss
blob: 1c4620e4038d299dbb673e343763fa072789ce05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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;
  }
}