aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss
blob: cc495dfb0888b241826250d8bc677e900dde0e29 (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
.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;

    @media screen and (max-width: 575px) {
      width: 60%;
    }
  }

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