aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/transaction-confirmed/index.scss
blob: c97371fb664fd85e94bf02ab30595f70acc6d6ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.transaction-confirmed {
  &__title {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
  }

  &__description {
    text-align: center;
    font-size: .875rem;
  }

  &__content {
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }
}