mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
19 lines
245 B
SCSS
19 lines
245 B
SCSS
.cancel-transaction-gas-fee {
|
|
background: #f1f4f9;
|
|
padding: 16px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 12px;
|
|
|
|
&__eth {
|
|
@include H3;
|
|
|
|
font-weight: 500;
|
|
}
|
|
|
|
&__fiat {
|
|
@include H7;
|
|
}
|
|
}
|