aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/cancel-transaction/index.scss
blob: 62e8e36fd31ab6f62c5a0598bf3ecaf872b7e978 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import './cancel-transaction-gas-fee/index';

.cancel-transaction {
  &__title {
    font-weight: 500;
    padding-bottom: 16px;
    text-align: center;
  }

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

  &__cancel-transaction-gas-fee-container {
    margin-bottom: 16px;
  }
}