mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-04 23:14:56 +01:00
422aef569a
* ConfirmPage: setApproveForAll use danger-primary * ConfirmPageContainer: add setApprovalForAll dialog - https://consensys.slack.com/archives/GTQAGKY5V/p1660061693528129 - temp UI to add protections for user until new redesign is implemented * ConfirmPageContainer: use px instead of rem Co-authored-by: George Marshall <george.marshall@consensys.net> * ConfirmPageContainer: update SetApprovalForAll msg Co-authored-by: George Marshall <george.marshall@consensys.net>
25 lines
468 B
SCSS
25 lines
468 B
SCSS
@import 'confirm-page-container-content/index';
|
|
@import 'confirm-page-container-header/index';
|
|
@import 'confirm-detail-row/index';
|
|
@import 'confirm-page-container-navigation/index';
|
|
|
|
.confirm-page-container {
|
|
&__dialog {
|
|
margin: 12px 16px;
|
|
}
|
|
}
|
|
|
|
.page-container {
|
|
&__content-component-wrapper {
|
|
height: 100%;
|
|
}
|
|
|
|
&__link {
|
|
background: transparent;
|
|
border: 0 transparent;
|
|
display: inline;
|
|
padding: 0;
|
|
font-size: $font-size-h7;
|
|
}
|
|
}
|