aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/confirm-send-token/index.scss
blob: 0476749f61f60b1cece678a2707b0f9216679872 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.confirm-send-token {
  &__title {
    padding: 4px 0;
    display: flex;
    align-items: center;
  }

  &__identicon {
    flex: 0 0 auto;
  }

  &__title-text {
    font-size: 2.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
  }
}