aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss
blob: 9d0f4be321942c974b0dfe3317082cdb04c34518 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.token-list-placeholder {
  display: flex;
  align-items: center;
  padding-top: 36px;
  flex-direction: column;
  line-height: 22px;
  opacity: .5;

  &__text {
    color: $silver-chalice;
    width: 50%;
    text-align: center;
    margin-top: 8px;
  }

  &__link {
    color: $curious-blue;
  }
}