mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
662c19d4da
* added warning fix added warning for send screen fix changed condition fix fixed test review updates * review updates * fix * fixed failing test * added check for transaction type * fixed failing unit test * added description for localization * review updates * review updates
19 lines
398 B
SCSS
19 lines
398 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';
|
|
|
|
.page-container {
|
|
&__content-component-wrapper {
|
|
height: 100%;
|
|
}
|
|
|
|
&__link {
|
|
background: transparent;
|
|
border: 0 transparent;
|
|
display: inline;
|
|
padding: 0;
|
|
font-size: $font-size-h7;
|
|
}
|
|
}
|