aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/add-token-button/index.scss
blob: 39f404716f696d598db9dcc1fb09a61008c6696f (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
.add-token-button {
  display: flex;
  flex-direction: column;
  color: lighten($scorpion, 25%);
  width: 185px;
  margin: 36px auto;
  text-align: center;

  &__help-header {
    font-weight: bold;
    font-size: 1rem;
  }

  &__help-desc {
    font-size: 0.75rem;
    margin-top: 1rem;
  }

  &__button {
    font-size: 0.75rem;
    margin: 1rem;
    text-transform: uppercase;
    color: $curious-blue;
    cursor: pointer;
  }
}