aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/cancel-transaction/cancel-transaction-gas-fee/index.scss
blob: ce81dd44894e6c338912d31f8808e9a43d251ae8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.cancel-transaction-gas-fee {
  background: #F1F4F9;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;

  &__eth {
    font-size: 1.5rem;
    font-weight: 500;
  }

  &__fiat {
    font-size: .75rem;
  }
}