mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 14:44:27 +01:00
18 lines
256 B
SCSS
18 lines
256 B
SCSS
|
.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;
|
||
|
}
|
||
|
}
|