mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24:27 +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;
|
|
}
|
|
} |