aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/add-token/index.scss
blob: 39e86b97b9691654ab4def77622a093c1dc9d557 (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
@import './token-list/index';

.add-token {
  &__custom-token-form {
    padding: 8px 16px 16px;

    input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      display: none;
    }

    input[type="number"]:hover::-webkit-inner-spin-button {
      -webkit-appearance: none;
      display: none;
    }
  }

  &__search-token {
    padding: 16px;
  }

  &__token-list {
    margin-top: 16px;
  }
}