mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
20 lines
298 B
SCSS
20 lines
298 B
SCSS
@import 'cancel-transaction-gas-fee/index';
|
|
|
|
.cancel-transaction {
|
|
&__title {
|
|
font-weight: 500;
|
|
padding-bottom: 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
&__description {
|
|
@include H6;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
&__cancel-transaction-gas-fee-container {
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|