mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 03:20:23 +01:00
18 lines
305 B
SCSS
18 lines
305 B
SCSS
|
@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;
|
||
|
}
|
||
|
}
|