aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/transaction-confirmed/index.scss
blob: f8cd1f2129b0a08f9b5e1c204a33530b0ba2a8d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.transaction-confirmed {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;

  &__title {
    font-size: 2rem;
    padding: 16px 0;
  }

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

  @media screen and (max-width: 575px) {
    justify-content: center;
  }
}