aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/account-dropdown.scss
blob: e409f759c76d70237ed134739c7c3a9ef722e596 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.account-dropdown-balance {
  color: $dusty-gray;
}

.account-dropdown-edit-button {
  color: $dusty-gray;

  &:hover {
    color: $white;
  }
}