aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/account-dropdown.scss
blob: 42f02d84d11f45127690641d771ff4da8f642dad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.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;
  }
}

.account-list-item {
  &__top-row {
    display: flex;
    margin-top: 10px;
    margin-left: 8px;
    position: relative;
  }
  
  &__account-name {
    font-size: 16px;
    margin-left: 8px;
  }

  &__icon {
    position: absolute;
    right: 12px;
    top: 1px;
  }
  &__account-primary-balance {
    margin-left: 34px;
    margin-top: 4px;
  }

  &__account-secondary-balance {
    margin-left: 34px;
    color: $dusty-gray;
  }
}